We throw three dice. Find probability that we get exactly one six on condition that no two dice display the same number.

55 Views Asked by At

We throw three dice and want to find the probability of getting one 6 on the condition that no two dice display the same number.

$A$ - getting 6

$B$ - getting a different number on every die $$P(A \cap B) = 1 \cdot 5 \cdot 4/ 6^3$$ since we want one 6 and something different on the other two $$P(B) = 6 \cdot 5 \cdot 4/ 6^3$$ since we want something different on every two dice $$P(A|B) = P(A \cap B) / P(B) = 1/6$$

Is this answer ok?

2

There are 2 best solutions below

0
On BEST ANSWER

Your calculation for the probability of obtaining a different number on each die is correct. However, your calculation for the probability of obtaining a six while obtaining a different number on each die is incorrect. You calculated the probability of obtaining a six on the first die and two other numbers on the other two dice. Since there are three dice on which the six could appear, you need to multiply your answer by three.

Say the dice are blue, green, and red. The probability of obtaining a six on the blue die, a number different from six on the green die, and a number different from both of those numbers on the red die is $$\frac{1}{6} \cdot \frac{5}{6} \cdot \frac{4}{6}$$ By symmetry, the probability of obtaining a six on the green die, a number different from six on the blue die, and a number different from both of those numbers on the red die is the same, as is the probability of obtaining a six on the red die, a number different from six on the blue die, and a number different from both of those numbers on the green die. Hence, the probability of obtaining exactly one six while obtaining three different numbers is $$\Pr(A \cap B) = \frac{1}{6} \cdot \frac{5}{6} \cdot \frac{4}{6} + \frac{5}{6} \cdot \frac{1}{6} \cdot \frac{4}{6} + \frac{5}{6} \cdot \frac{4}{6} \cdot \frac{1}{6} = 3 \cdot \frac{1}{6} \cdot \frac{5}{6} \cdot \frac{4}{6}$$ Therefore, $$\Pr(A \mid B) = \frac{\Pr(A \cap B)}{\Pr(B)} = \frac{3 \cdot \dfrac{1}{6} \cdot \dfrac{5}{6} \cdot \dfrac{4}{6}}{\dfrac{6}{6} \cdot \dfrac{5}{6} \cdot \dfrac{4}{6}} = \frac{1}{2}$$

3
On

At each [legal] throw you get 3 different outcomes out of 6 possible different dice throw outcomes.

Let split all six numbers into two tuples of three numbers, one tuple that we have got in a throw and another tuple, that we did not.

The probability, that $6$ made it to the right tuple, is exactly $\frac{1}{2}$. It either did, or did not [outcomes are symmetric: for each pair of tuples, where $6$ made it to the right tuple, there is exactly the same tuple with the roles reversed, where the $6$ did not made it].