$N$ identical dice or more out of $x$ rolls

68 Views Asked by At

I've been trying to figure this on my own and look on the web but I couldn't find a clear explanation, so I'm looking for a way to calculate the probability to have $N$ identical dice or more out of $x$ rolls.

I think that out of three rolls I have a $\frac{21}{216}$ probability to have at least $2$ identical dice but I'm not really sure how to get there.

1

There are 1 best solutions below

2
On BEST ANSWER

To have exactly $N$ dice the same out of $x$ rolls it is easy if $N \gt \frac x2$ because you can't have more than one set of them. For $N=2, x=3$ out of $216$ ordered rolls you have ${3 \choose 2}=3$ ways to choose the matching dice, $6$ choices for the number to match, and $5$ for the other number, for a total of $90$ ways. This gives a chance of $\frac {90}{216}=\frac 5{12}$. There are $6$ ways to get three the same for three dice. With the restriction $N \gt \frac x2$ there are ${x \choose N}6\cdot 5^{x-N}$ ways following the same logic.