Two dice (with numbers 1 to 6 on the faces) are rolled.
One die rolls a 6.
What is the probability of rolling a double 6?
One solution is to say that P(2 sixes) = $\frac{1}{6}$ since the first die gives a 6, so the only way to get a double six is by rolling a six on the other die (which has a 1 in 6 chance).
Another solution is to say that there are 11 possible combinations if one die rolls a six i.e. (1, 6), (2, 6), (3, 6), (4, 6), (5, 6), (6, 6), (6, 5), (6, 4), (6, 3), (6, 2) and (6, 1). So the probability of rolling a double six if one six has already been rolled is $\frac{1}{11}$.
Which answer is correct and why?
$\endgroup$ 24 Answers
$\begingroup$There is confusion between two questions.
You have rolled a six. Now for a double-six, you need to get a 6 on the second roll. The second roll is independent of the first. So the probability of a 6 again on the second roll is $1/6.$
If both dice have already been rolled out of your sight, and you are told that there is at least one 6, then conditional on that information, what is the probability that the dice actually show a double-6. Then the analysis of @Shayne2020 (+1) leading to the answer $1/11$ is correct.
This can be phrased as
Given that at least one die rolls a 6, what is the probability of rolling a double 6?
We can use the conditional probability formula: $$P(A|B) = \frac{P(A\ \mathrm{and}\ B)}{P(B)}$$ This means "the probability of event A given event B, is the probability of A and B divided by the probability of B".
\begin{align} P(\mathrm{double\ 6}|\mathrm{at\ least\ one\ 6}) &= \frac{P(\mathrm{double\ 6}\ \mathrm{and}\ \mathrm{at\ least\ one\ 6})}{P(\mathrm{at\ least\ one\ 6})}\\ &= \frac{P(\mathrm{double\ 6})}{P(\mathrm{at\ least\ one\ 6})}\\ &= \frac{1/36}{11/36}\\ &= \frac{1}{11} \end{align}
$\endgroup$ 0 $\begingroup$One die rolls a 6.
This doesn't clarify which one. Was it the first die or the second one? (Note that the dice are distinguishable by the turn of their throws.)
So, the latter logic is correct. The conditional probability reduces the sample space $S$ into ${(1, 6), (2, 6), (3, 6), (4, 6), (5, 6), (6, 6), (6, 5), (6, 4), (6, 3), (6, 2) (6, 1)}$
Now, $|S|= 11$
And the only favorable outcome (rolling two 6's ) is $(6,6)$.
Thus, the probability is $\frac{1}{11}$
$\endgroup$ $\begingroup$The odds are $1$ in $6$ in both cases (seeing one die vs not seeing the dice) because the arguments given for all the $11$ permutations neglect to address doubles for the $5$ (which equal $5$ combinations) that are not $(6,6)$. Independently, if one die is known to be six, there is a $1$ in $6$ chance of the other being six.
The answer is $1$ in $6$.
$\endgroup$