What is the probability when rolling a fair dice $7$ times to see every number $1, \dots, 6$ at least once?
My attempt: The total number of outcomes is $6^7$. Now we count the number of possibilities to see all the $6$ numbers as follows:
Let's consider the first roll unimportant. The last 6 rolls have to show every number (there are 6 possibilities for the first roll and $6!$ possibilities for the last 6 rolls to show every number). There are $6\cdot 6!$ possibilities.
Now we repeat the process, but consider the second roll unimportant and so on.
This yields: $6 \cdot 6 \cdot 6!$ possibilities. But we counted some elements twice. How can I calculate the number of possibilities I counted twice or is there an easier way to approach this problem?
where $x_i$ is the number of times $i$ is seen.
– AgentS Jul 29 '19 at 10:30