sandra123
Three dice are thrown. What is the probability that the first two show the same number, and the last one a different number?
A. 3/6
B. 15/36
C.1/216
D. 15/216
E. 1/6
So I did 1/6 * 1/6 * 5/6 (first two show the same number, the last one another number) = 5/216. then i multiply by 3 and get 15/216.
whats wrong with what I did?
OA:
The question asks about the probability that two of the dice show the same number but the third dice shows a different number.
Total # of outcomes is 6^3;
Favorable outcomes are all possible scenarios of XXY: \(C^1_6*C^1_5*\frac{3!}{2!}=6*5*3=90\), where \(C^1_6\) is # of ways to pick X (the number which shows twice), \(C^1_5\) is # of ways to pick Y (out of 5 numbers left) and \(\frac{3!}{2!}\) is # of permutation of 3 letters XXY out of which 2 X's are identical.
P=Favorable/Total=90/6^3=15/36.
Answer: B.
Or: P(XXY)=1*1/6*5/6*3!/2! --> (any, the same one, different one).
Hope it's clear.
Bunuel it specifically says FIRST two show the same number and LAST one shows different. What you did here would be an answer to 'ANY TWO showing same and the REMAINING showing different'. The questions states the order too by mentioning FIRST/LAST. Please clear me if i'm wrong.