If I roll five dice, what's the chance that exactly two of the die show the same number?
I know that the total number of possible outcomes is $6^5$ = 7776. I calculated the probability that at least 2 of the die will have the same outcome. To do this, I found the probability that no two die will be alike:
$\frac{6!}{7776}$ = .0926
Then I subtract that result from 1: 1 - .0926 = .9074.
This is the probability that there be AT LEAST one pair. However, I need to find the probability that there will be EXACTLY one pair. The only way I can think of doing this is by subtracting the prob. that there will be at least five pairs, four pairs, etc. from .9074. But is there a quicker way to solve the problem?
Thanks,
KM
To have exactly one pair (no two pairs, not three of a kind, not "full house", ...) you will have a total of exactly four distinct values, one of these occuring twice. So out of the $6^5$ total possible dice rolls, there are ${6\choose 4}{4\choose 1}{5\choose 2}3!$ good possibilities (pick the four values, pick the duplicate value, pick the dice making the pair, rearrange the remaining three dice). So the probability is $$ \frac{{6\choose 4}{4\choose 1}{5\choose 2}3!}{6^5}=\frac{25}{54}.$$