edited by
839 views
13 votes
13 votes

I have two six-sided dice. The first die has $3$ faces painted red and the other $3$ painted black. The second has $1$ red face and $5$ black faces. When I roll a die, each of the six faces are equally likely. I choose a die at random (both dice being equally likely), and roll it twice (rolling the same die both times).

What is the conditional probability that I chose the die with $3$ red faces, given that the first roll came up $\text{“red"}$?

  1. $1 / 2$
  2. $3 / 4$
  3. $1 / 6$
  4. $1 / 3$
edited by

2 Answers

Best answer
29 votes
29 votes

I chosen two $dice$ at random (both are equally likely)
So, probability of choosing the dice will be equal, $P(D_{1}) = P(D_{2}) = 0.5 = \frac{1}{2}$

$D_{1}$ has $3$ red & $3$ black faces; $D_{2}$ has $1$ red & $5$ black faces.

So, $P(R|D_{1}) = \frac{3}{6} = \frac{1}{2},  P(B|D_{1}) = \frac{1}{2}$ & $P(R|D_{2}) = \frac{1}{6}, P(B|D_{2}) = \frac{5}{6}$

So, probability that I chose the die with $3$ red faces, given that first roll came up “$red$”:

$P(D_{1}|R) = \frac{P(D_{1}\cap R)}{P(R)} = \frac{P(R|D_{1})\times P(D_{1})}{P(R|D_{1})\times P(D_{1}) + P(R|D_{2})\times P(D_{2})} = \frac{(\frac{1}{2}) \times (\frac{1}{2})}{(\frac{1}{2}) \times (\frac{1}{2}) + (\frac{1}{6}) \times (\frac{1}{2})} = \frac{\frac{1}{2}}{\frac{1}{2} + \frac{1}{6}} = \frac{3}{4}$

${\color{Green} Ans: B. 3/4}$  

edited by
4 votes
4 votes
We use Bayes' theorem. Let $C_1$ be the event I chose the first die, and $C_2$ be the event I chose the second die. By assumption
$$
P\left(C_1\right)=P\left(C_2\right)=\frac{1}{2}
$$
Let $A$ be the event I roll a red on the first roll. We're told how many red faces each die has, so we have
$$
P\left(A \mid C_1\right)=\frac{3}{6}=\frac{1}{2} \text { and } P\left(A \mid C_2\right)=\frac{1}{6}
$$
By Bayes' Theorem,
$$
P\left(C_1 \mid A\right)=\frac{P\left(A \mid C_1\right) P\left(C_1\right)}{P\left(A \mid C_1\right) P\left(C_1\right)+P\left(A \mid C_2\right) P\left(C_2\right)}=\frac{\left(\frac{1}{2}\right)\left(\frac{1}{2}\right)}{\left(\frac{1}{2}\right)\left(\frac{1}{2}\right)+\left(\frac{1}{6}\right)\left(\frac{1}{2}\right)}=\frac{\frac{1}{2}}{\frac{1}{2}+\frac{1}{6}}=\frac{3}{4}.
$$
Answer:

Related questions

10 votes
10 votes
2 answers
1
6 votes
6 votes
3 answers
3