[Math] Expected number of throws of 6 dice until all 6 faces appear

probability

Just have a small problem solving this puzzle found online.

On average, how many times do
you need to roll six dice together, to
get all six different sides on each die. it is a group roll 6 dice together

Best Answer

When we roll the $6$ dice, say consecutively, there are $6^6$ possible outcomes. There are $6!$ outcomes where the results are all different, so the probability $p$ that the outcomes are all different is given by $p=\frac{6!}{6^6}$.

The random variable $X$ that measures the number of times that we do the rolling of six until all numbers are different has geometric distribution with parameter $p$. It is a standard result that the expectation of $X$ is $\frac{1}{p}$.