Probability - balls and dice
$begingroup$
We have 3 cups with balls in them.
- First cup: 3black, 4white
- Second Cup: 2black, 6white
- Third cup: 5black, 1white
We throw a dice. If we throw:
- 1, we take one ball from first cup
- 2 or 3, we take one ball from second cup
- Otherwise we take one ball from third cup
- List item
What is probability of drawing a black ball?
After we draw a black ball, what is probability that we draw it from second cup?
For second question should just be 0.33 as it only depends on the dice, right? As for first question goes, I am totally lost. I tried as $3/7 + 2/8 + 5/6$ but that gives me more then 1 so it can't be right.
probability
$endgroup$
add a comment |
$begingroup$
We have 3 cups with balls in them.
- First cup: 3black, 4white
- Second Cup: 2black, 6white
- Third cup: 5black, 1white
We throw a dice. If we throw:
- 1, we take one ball from first cup
- 2 or 3, we take one ball from second cup
- Otherwise we take one ball from third cup
- List item
What is probability of drawing a black ball?
After we draw a black ball, what is probability that we draw it from second cup?
For second question should just be 0.33 as it only depends on the dice, right? As for first question goes, I am totally lost. I tried as $3/7 + 2/8 + 5/6$ but that gives me more then 1 so it can't be right.
probability
$endgroup$
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26
add a comment |
$begingroup$
We have 3 cups with balls in them.
- First cup: 3black, 4white
- Second Cup: 2black, 6white
- Third cup: 5black, 1white
We throw a dice. If we throw:
- 1, we take one ball from first cup
- 2 or 3, we take one ball from second cup
- Otherwise we take one ball from third cup
- List item
What is probability of drawing a black ball?
After we draw a black ball, what is probability that we draw it from second cup?
For second question should just be 0.33 as it only depends on the dice, right? As for first question goes, I am totally lost. I tried as $3/7 + 2/8 + 5/6$ but that gives me more then 1 so it can't be right.
probability
$endgroup$
We have 3 cups with balls in them.
- First cup: 3black, 4white
- Second Cup: 2black, 6white
- Third cup: 5black, 1white
We throw a dice. If we throw:
- 1, we take one ball from first cup
- 2 or 3, we take one ball from second cup
- Otherwise we take one ball from third cup
- List item
What is probability of drawing a black ball?
After we draw a black ball, what is probability that we draw it from second cup?
For second question should just be 0.33 as it only depends on the dice, right? As for first question goes, I am totally lost. I tried as $3/7 + 2/8 + 5/6$ but that gives me more then 1 so it can't be right.
probability
probability
asked Jan 16 at 17:19
MikoMiko
243
243
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26
add a comment |
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
This is a problem testing your knowledge of conditional probability
For the first:
Let $B$ be the event that we took a black ball.
Let $X,Y,Z$ be the event that we took a ball from the first, second, or third cup respectively. Note that $X,Y,Z$ create a partition of the sample space.
$Pr(B) = Pr(Bcap (Xcup Ycup Z)) = Pr(Bcap X)+Pr(Bcap Y)+Pr(Bcap Z)$
$=Pr(X)Pr(Bmid X) + Pr(Y)Pr(Bmid Y)+Pr(Z)Pr(Bmid Z)$
$=frac{1}{6}cdot frac{3}{7}+frac{2}{6}cdot frac{2}{8}+frac{3}{6}cdot frac{5}{6}$
For the second, apply Bayes' Theorem.
We wish to calculate $Pr(Ymid B)$. Using Bayes' Theorem we continue as:
$Pr(Ymid B) = dfrac{Pr(Bmid Y)Pr(Y)}{Pr(B)}$, each term of which we should know from the earlier problem part or from quick observations from the problem statement.
$endgroup$
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
add a comment |
$begingroup$
For the first question you proceed as follows:
$$P(Choosing Black Ball)$$
$$=P(cup 1)P(Choosing Black Ball|cup 1)+P(cup 2)P(Choosing Black Ball|cup 2)+P(cup 3)P(Choosing Black Ball|cup 3)$$
$$=(1/6)(3/7)+(2/6)(2/8)+(3/6)(5/6)=4/7$$
For the second part you need $P(cup 2|Black Ball Chosen)=frac{P(Black Ball Chosen|cup 2)P(cup 2)}{P(Black Ball Chosen)}=7/48$
$endgroup$
add a comment |
$begingroup$
We have 3 cups with balls in them.
First cup: 3black, 4white
Second Cup: 2black, 6white
Third cup: 5black, 1white
We throw a die. If we throw:
1, we take one ball from first cup
The probability of a 1 is 1/6. Give that the probability of a black ball is 3/7. The probability of rolling a 1 and drawing a black ball is (3/7)(1/6)= 1/14.
2 or 3, we take one ball from second cup
The probability of a 2 or 3 is 2/6= 1/3. Given that the probability of a black ball is 2/8= 1/4. The probability of rolling a 2 or a 3 and drawing a black ball is (1/4)(1/3)= 1/12.
Otherwise we take one ball from third cup
The probability we get anything other than a 1, 2,, or 3 (i.e. 4, 5, or 6) is 3/6= 1/2. Given that the probability of a black ball is 5/6. The probability of rolling anything other than a 1, 2, or 3 [b]and[/b] drawing a black ball is (1/2)(5/6)= 5/12.
Over all, the probability of drawing a black ball is 1/14+ 1/12+ 5/12= 6/84+ 7/84+ 35/84= 43/84.
$endgroup$
add a comment |
$begingroup$
Let us denote by $O_{k}$ the output of the die. Moreover, let us designate by $B$ the event "a black ball has been drawn". Therefore we are interested in the event
begin{align*}
textbf{P}(B) & = textbf{P}(Bcap(O_{1}cup O_{2}cup O_{3}cup O_{4}cup O_{5}cup O_{6}))\
& = sum_{k=1}^{6}textbf{P}(Bcap O_{k}) = sum_{k=1}^{6}textbf{P}(B|O_{k})textbf{P}(O_{k})
end{align*}
Therefore the sought result is expressed by
begin{align*}
textbf{P}(B) = frac{1}{6}left[frac{C(3,1)}{C(7,1)} + 2timesfrac{C(2,1)}{C(8,1)} + 3timesfrac{C(5,1)}{C(6,1)}right] = frac{1}{6}left(frac{3}{7} + frac{1}{2} + frac{5}{2}right) = frac{4}{7}
end{align*}
Once we have the probability $textbf{P}(B)$, we are able to answer the second question. Precisely speaking, we are interested in the following probability
begin{align*}
textbf{P}(O_{2}cup O_{3}|B) & = frac{textbf{P}(O_{2}cap B) + textbf{P}(O_{3}cap B)}{textbf{P}(B)} = frac{textbf{P}(B|O_{2})textbf{P}(O_{2}) + textbf{P}(B|O_{3})textbf{P}(O_{3})}{textbf{P}(B)}\
& = frac{displaystylefrac{1}{4}timesfrac{1}{6} + frac{1}{4}timesfrac{1}{6}}{displaystylefrac{4}{7}} = frac{1}{12}timesfrac{7}{4} = frac{7}{48}
end{align*}
Hope this helps.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076001%2fprobability-balls-and-dice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is a problem testing your knowledge of conditional probability
For the first:
Let $B$ be the event that we took a black ball.
Let $X,Y,Z$ be the event that we took a ball from the first, second, or third cup respectively. Note that $X,Y,Z$ create a partition of the sample space.
$Pr(B) = Pr(Bcap (Xcup Ycup Z)) = Pr(Bcap X)+Pr(Bcap Y)+Pr(Bcap Z)$
$=Pr(X)Pr(Bmid X) + Pr(Y)Pr(Bmid Y)+Pr(Z)Pr(Bmid Z)$
$=frac{1}{6}cdot frac{3}{7}+frac{2}{6}cdot frac{2}{8}+frac{3}{6}cdot frac{5}{6}$
For the second, apply Bayes' Theorem.
We wish to calculate $Pr(Ymid B)$. Using Bayes' Theorem we continue as:
$Pr(Ymid B) = dfrac{Pr(Bmid Y)Pr(Y)}{Pr(B)}$, each term of which we should know from the earlier problem part or from quick observations from the problem statement.
$endgroup$
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
add a comment |
$begingroup$
This is a problem testing your knowledge of conditional probability
For the first:
Let $B$ be the event that we took a black ball.
Let $X,Y,Z$ be the event that we took a ball from the first, second, or third cup respectively. Note that $X,Y,Z$ create a partition of the sample space.
$Pr(B) = Pr(Bcap (Xcup Ycup Z)) = Pr(Bcap X)+Pr(Bcap Y)+Pr(Bcap Z)$
$=Pr(X)Pr(Bmid X) + Pr(Y)Pr(Bmid Y)+Pr(Z)Pr(Bmid Z)$
$=frac{1}{6}cdot frac{3}{7}+frac{2}{6}cdot frac{2}{8}+frac{3}{6}cdot frac{5}{6}$
For the second, apply Bayes' Theorem.
We wish to calculate $Pr(Ymid B)$. Using Bayes' Theorem we continue as:
$Pr(Ymid B) = dfrac{Pr(Bmid Y)Pr(Y)}{Pr(B)}$, each term of which we should know from the earlier problem part or from quick observations from the problem statement.
$endgroup$
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
add a comment |
$begingroup$
This is a problem testing your knowledge of conditional probability
For the first:
Let $B$ be the event that we took a black ball.
Let $X,Y,Z$ be the event that we took a ball from the first, second, or third cup respectively. Note that $X,Y,Z$ create a partition of the sample space.
$Pr(B) = Pr(Bcap (Xcup Ycup Z)) = Pr(Bcap X)+Pr(Bcap Y)+Pr(Bcap Z)$
$=Pr(X)Pr(Bmid X) + Pr(Y)Pr(Bmid Y)+Pr(Z)Pr(Bmid Z)$
$=frac{1}{6}cdot frac{3}{7}+frac{2}{6}cdot frac{2}{8}+frac{3}{6}cdot frac{5}{6}$
For the second, apply Bayes' Theorem.
We wish to calculate $Pr(Ymid B)$. Using Bayes' Theorem we continue as:
$Pr(Ymid B) = dfrac{Pr(Bmid Y)Pr(Y)}{Pr(B)}$, each term of which we should know from the earlier problem part or from quick observations from the problem statement.
$endgroup$
This is a problem testing your knowledge of conditional probability
For the first:
Let $B$ be the event that we took a black ball.
Let $X,Y,Z$ be the event that we took a ball from the first, second, or third cup respectively. Note that $X,Y,Z$ create a partition of the sample space.
$Pr(B) = Pr(Bcap (Xcup Ycup Z)) = Pr(Bcap X)+Pr(Bcap Y)+Pr(Bcap Z)$
$=Pr(X)Pr(Bmid X) + Pr(Y)Pr(Bmid Y)+Pr(Z)Pr(Bmid Z)$
$=frac{1}{6}cdot frac{3}{7}+frac{2}{6}cdot frac{2}{8}+frac{3}{6}cdot frac{5}{6}$
For the second, apply Bayes' Theorem.
We wish to calculate $Pr(Ymid B)$. Using Bayes' Theorem we continue as:
$Pr(Ymid B) = dfrac{Pr(Bmid Y)Pr(Y)}{Pr(B)}$, each term of which we should know from the earlier problem part or from quick observations from the problem statement.
answered Jan 16 at 17:34
JMoravitzJMoravitz
48.7k43988
48.7k43988
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
add a comment |
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
$begingroup$
You throw a "die". "Dice" is the plural of "die".
$endgroup$
– user247327
Jan 16 at 17:36
add a comment |
$begingroup$
For the first question you proceed as follows:
$$P(Choosing Black Ball)$$
$$=P(cup 1)P(Choosing Black Ball|cup 1)+P(cup 2)P(Choosing Black Ball|cup 2)+P(cup 3)P(Choosing Black Ball|cup 3)$$
$$=(1/6)(3/7)+(2/6)(2/8)+(3/6)(5/6)=4/7$$
For the second part you need $P(cup 2|Black Ball Chosen)=frac{P(Black Ball Chosen|cup 2)P(cup 2)}{P(Black Ball Chosen)}=7/48$
$endgroup$
add a comment |
$begingroup$
For the first question you proceed as follows:
$$P(Choosing Black Ball)$$
$$=P(cup 1)P(Choosing Black Ball|cup 1)+P(cup 2)P(Choosing Black Ball|cup 2)+P(cup 3)P(Choosing Black Ball|cup 3)$$
$$=(1/6)(3/7)+(2/6)(2/8)+(3/6)(5/6)=4/7$$
For the second part you need $P(cup 2|Black Ball Chosen)=frac{P(Black Ball Chosen|cup 2)P(cup 2)}{P(Black Ball Chosen)}=7/48$
$endgroup$
add a comment |
$begingroup$
For the first question you proceed as follows:
$$P(Choosing Black Ball)$$
$$=P(cup 1)P(Choosing Black Ball|cup 1)+P(cup 2)P(Choosing Black Ball|cup 2)+P(cup 3)P(Choosing Black Ball|cup 3)$$
$$=(1/6)(3/7)+(2/6)(2/8)+(3/6)(5/6)=4/7$$
For the second part you need $P(cup 2|Black Ball Chosen)=frac{P(Black Ball Chosen|cup 2)P(cup 2)}{P(Black Ball Chosen)}=7/48$
$endgroup$
For the first question you proceed as follows:
$$P(Choosing Black Ball)$$
$$=P(cup 1)P(Choosing Black Ball|cup 1)+P(cup 2)P(Choosing Black Ball|cup 2)+P(cup 3)P(Choosing Black Ball|cup 3)$$
$$=(1/6)(3/7)+(2/6)(2/8)+(3/6)(5/6)=4/7$$
For the second part you need $P(cup 2|Black Ball Chosen)=frac{P(Black Ball Chosen|cup 2)P(cup 2)}{P(Black Ball Chosen)}=7/48$
answered Jan 16 at 17:39
s0ulr3aper07s0ulr3aper07
609112
609112
add a comment |
add a comment |
$begingroup$
We have 3 cups with balls in them.
First cup: 3black, 4white
Second Cup: 2black, 6white
Third cup: 5black, 1white
We throw a die. If we throw:
1, we take one ball from first cup
The probability of a 1 is 1/6. Give that the probability of a black ball is 3/7. The probability of rolling a 1 and drawing a black ball is (3/7)(1/6)= 1/14.
2 or 3, we take one ball from second cup
The probability of a 2 or 3 is 2/6= 1/3. Given that the probability of a black ball is 2/8= 1/4. The probability of rolling a 2 or a 3 and drawing a black ball is (1/4)(1/3)= 1/12.
Otherwise we take one ball from third cup
The probability we get anything other than a 1, 2,, or 3 (i.e. 4, 5, or 6) is 3/6= 1/2. Given that the probability of a black ball is 5/6. The probability of rolling anything other than a 1, 2, or 3 [b]and[/b] drawing a black ball is (1/2)(5/6)= 5/12.
Over all, the probability of drawing a black ball is 1/14+ 1/12+ 5/12= 6/84+ 7/84+ 35/84= 43/84.
$endgroup$
add a comment |
$begingroup$
We have 3 cups with balls in them.
First cup: 3black, 4white
Second Cup: 2black, 6white
Third cup: 5black, 1white
We throw a die. If we throw:
1, we take one ball from first cup
The probability of a 1 is 1/6. Give that the probability of a black ball is 3/7. The probability of rolling a 1 and drawing a black ball is (3/7)(1/6)= 1/14.
2 or 3, we take one ball from second cup
The probability of a 2 or 3 is 2/6= 1/3. Given that the probability of a black ball is 2/8= 1/4. The probability of rolling a 2 or a 3 and drawing a black ball is (1/4)(1/3)= 1/12.
Otherwise we take one ball from third cup
The probability we get anything other than a 1, 2,, or 3 (i.e. 4, 5, or 6) is 3/6= 1/2. Given that the probability of a black ball is 5/6. The probability of rolling anything other than a 1, 2, or 3 [b]and[/b] drawing a black ball is (1/2)(5/6)= 5/12.
Over all, the probability of drawing a black ball is 1/14+ 1/12+ 5/12= 6/84+ 7/84+ 35/84= 43/84.
$endgroup$
add a comment |
$begingroup$
We have 3 cups with balls in them.
First cup: 3black, 4white
Second Cup: 2black, 6white
Third cup: 5black, 1white
We throw a die. If we throw:
1, we take one ball from first cup
The probability of a 1 is 1/6. Give that the probability of a black ball is 3/7. The probability of rolling a 1 and drawing a black ball is (3/7)(1/6)= 1/14.
2 or 3, we take one ball from second cup
The probability of a 2 or 3 is 2/6= 1/3. Given that the probability of a black ball is 2/8= 1/4. The probability of rolling a 2 or a 3 and drawing a black ball is (1/4)(1/3)= 1/12.
Otherwise we take one ball from third cup
The probability we get anything other than a 1, 2,, or 3 (i.e. 4, 5, or 6) is 3/6= 1/2. Given that the probability of a black ball is 5/6. The probability of rolling anything other than a 1, 2, or 3 [b]and[/b] drawing a black ball is (1/2)(5/6)= 5/12.
Over all, the probability of drawing a black ball is 1/14+ 1/12+ 5/12= 6/84+ 7/84+ 35/84= 43/84.
$endgroup$
We have 3 cups with balls in them.
First cup: 3black, 4white
Second Cup: 2black, 6white
Third cup: 5black, 1white
We throw a die. If we throw:
1, we take one ball from first cup
The probability of a 1 is 1/6. Give that the probability of a black ball is 3/7. The probability of rolling a 1 and drawing a black ball is (3/7)(1/6)= 1/14.
2 or 3, we take one ball from second cup
The probability of a 2 or 3 is 2/6= 1/3. Given that the probability of a black ball is 2/8= 1/4. The probability of rolling a 2 or a 3 and drawing a black ball is (1/4)(1/3)= 1/12.
Otherwise we take one ball from third cup
The probability we get anything other than a 1, 2,, or 3 (i.e. 4, 5, or 6) is 3/6= 1/2. Given that the probability of a black ball is 5/6. The probability of rolling anything other than a 1, 2, or 3 [b]and[/b] drawing a black ball is (1/2)(5/6)= 5/12.
Over all, the probability of drawing a black ball is 1/14+ 1/12+ 5/12= 6/84+ 7/84+ 35/84= 43/84.
answered Jan 16 at 17:49
user247327user247327
11.5k1516
11.5k1516
add a comment |
add a comment |
$begingroup$
Let us denote by $O_{k}$ the output of the die. Moreover, let us designate by $B$ the event "a black ball has been drawn". Therefore we are interested in the event
begin{align*}
textbf{P}(B) & = textbf{P}(Bcap(O_{1}cup O_{2}cup O_{3}cup O_{4}cup O_{5}cup O_{6}))\
& = sum_{k=1}^{6}textbf{P}(Bcap O_{k}) = sum_{k=1}^{6}textbf{P}(B|O_{k})textbf{P}(O_{k})
end{align*}
Therefore the sought result is expressed by
begin{align*}
textbf{P}(B) = frac{1}{6}left[frac{C(3,1)}{C(7,1)} + 2timesfrac{C(2,1)}{C(8,1)} + 3timesfrac{C(5,1)}{C(6,1)}right] = frac{1}{6}left(frac{3}{7} + frac{1}{2} + frac{5}{2}right) = frac{4}{7}
end{align*}
Once we have the probability $textbf{P}(B)$, we are able to answer the second question. Precisely speaking, we are interested in the following probability
begin{align*}
textbf{P}(O_{2}cup O_{3}|B) & = frac{textbf{P}(O_{2}cap B) + textbf{P}(O_{3}cap B)}{textbf{P}(B)} = frac{textbf{P}(B|O_{2})textbf{P}(O_{2}) + textbf{P}(B|O_{3})textbf{P}(O_{3})}{textbf{P}(B)}\
& = frac{displaystylefrac{1}{4}timesfrac{1}{6} + frac{1}{4}timesfrac{1}{6}}{displaystylefrac{4}{7}} = frac{1}{12}timesfrac{7}{4} = frac{7}{48}
end{align*}
Hope this helps.
$endgroup$
add a comment |
$begingroup$
Let us denote by $O_{k}$ the output of the die. Moreover, let us designate by $B$ the event "a black ball has been drawn". Therefore we are interested in the event
begin{align*}
textbf{P}(B) & = textbf{P}(Bcap(O_{1}cup O_{2}cup O_{3}cup O_{4}cup O_{5}cup O_{6}))\
& = sum_{k=1}^{6}textbf{P}(Bcap O_{k}) = sum_{k=1}^{6}textbf{P}(B|O_{k})textbf{P}(O_{k})
end{align*}
Therefore the sought result is expressed by
begin{align*}
textbf{P}(B) = frac{1}{6}left[frac{C(3,1)}{C(7,1)} + 2timesfrac{C(2,1)}{C(8,1)} + 3timesfrac{C(5,1)}{C(6,1)}right] = frac{1}{6}left(frac{3}{7} + frac{1}{2} + frac{5}{2}right) = frac{4}{7}
end{align*}
Once we have the probability $textbf{P}(B)$, we are able to answer the second question. Precisely speaking, we are interested in the following probability
begin{align*}
textbf{P}(O_{2}cup O_{3}|B) & = frac{textbf{P}(O_{2}cap B) + textbf{P}(O_{3}cap B)}{textbf{P}(B)} = frac{textbf{P}(B|O_{2})textbf{P}(O_{2}) + textbf{P}(B|O_{3})textbf{P}(O_{3})}{textbf{P}(B)}\
& = frac{displaystylefrac{1}{4}timesfrac{1}{6} + frac{1}{4}timesfrac{1}{6}}{displaystylefrac{4}{7}} = frac{1}{12}timesfrac{7}{4} = frac{7}{48}
end{align*}
Hope this helps.
$endgroup$
add a comment |
$begingroup$
Let us denote by $O_{k}$ the output of the die. Moreover, let us designate by $B$ the event "a black ball has been drawn". Therefore we are interested in the event
begin{align*}
textbf{P}(B) & = textbf{P}(Bcap(O_{1}cup O_{2}cup O_{3}cup O_{4}cup O_{5}cup O_{6}))\
& = sum_{k=1}^{6}textbf{P}(Bcap O_{k}) = sum_{k=1}^{6}textbf{P}(B|O_{k})textbf{P}(O_{k})
end{align*}
Therefore the sought result is expressed by
begin{align*}
textbf{P}(B) = frac{1}{6}left[frac{C(3,1)}{C(7,1)} + 2timesfrac{C(2,1)}{C(8,1)} + 3timesfrac{C(5,1)}{C(6,1)}right] = frac{1}{6}left(frac{3}{7} + frac{1}{2} + frac{5}{2}right) = frac{4}{7}
end{align*}
Once we have the probability $textbf{P}(B)$, we are able to answer the second question. Precisely speaking, we are interested in the following probability
begin{align*}
textbf{P}(O_{2}cup O_{3}|B) & = frac{textbf{P}(O_{2}cap B) + textbf{P}(O_{3}cap B)}{textbf{P}(B)} = frac{textbf{P}(B|O_{2})textbf{P}(O_{2}) + textbf{P}(B|O_{3})textbf{P}(O_{3})}{textbf{P}(B)}\
& = frac{displaystylefrac{1}{4}timesfrac{1}{6} + frac{1}{4}timesfrac{1}{6}}{displaystylefrac{4}{7}} = frac{1}{12}timesfrac{7}{4} = frac{7}{48}
end{align*}
Hope this helps.
$endgroup$
Let us denote by $O_{k}$ the output of the die. Moreover, let us designate by $B$ the event "a black ball has been drawn". Therefore we are interested in the event
begin{align*}
textbf{P}(B) & = textbf{P}(Bcap(O_{1}cup O_{2}cup O_{3}cup O_{4}cup O_{5}cup O_{6}))\
& = sum_{k=1}^{6}textbf{P}(Bcap O_{k}) = sum_{k=1}^{6}textbf{P}(B|O_{k})textbf{P}(O_{k})
end{align*}
Therefore the sought result is expressed by
begin{align*}
textbf{P}(B) = frac{1}{6}left[frac{C(3,1)}{C(7,1)} + 2timesfrac{C(2,1)}{C(8,1)} + 3timesfrac{C(5,1)}{C(6,1)}right] = frac{1}{6}left(frac{3}{7} + frac{1}{2} + frac{5}{2}right) = frac{4}{7}
end{align*}
Once we have the probability $textbf{P}(B)$, we are able to answer the second question. Precisely speaking, we are interested in the following probability
begin{align*}
textbf{P}(O_{2}cup O_{3}|B) & = frac{textbf{P}(O_{2}cap B) + textbf{P}(O_{3}cap B)}{textbf{P}(B)} = frac{textbf{P}(B|O_{2})textbf{P}(O_{2}) + textbf{P}(B|O_{3})textbf{P}(O_{3})}{textbf{P}(B)}\
& = frac{displaystylefrac{1}{4}timesfrac{1}{6} + frac{1}{4}timesfrac{1}{6}}{displaystylefrac{4}{7}} = frac{1}{12}timesfrac{7}{4} = frac{7}{48}
end{align*}
Hope this helps.
edited Jan 16 at 21:16
answered Jan 16 at 17:38
user1337user1337
47210
47210
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076001%2fprobability-balls-and-dice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
For the first, you are right to look at $frac{3}{7},frac{2}{8},frac{5}{6}$ but you need to condition theses on the result of the die throw. Multiply each by the probability of having chosen from that cup in the first place and then add. For the second question no, it will not be $frac{1}{3}$, nor will it be $0.33$ (which is not equal to 1/3 I should point out). You will want to use Bayes' Theorem here.
$endgroup$
– JMoravitz
Jan 16 at 17:26