We roll a die ten times. What's the probability of getting all the six different numbers of the dice?
If $A_i$ is the event of getting at least of the numbers from $i=1$ to $6$. What the problem is asking is $P(A_1 \cap A_2 \cap A_3 \cap A_4 \cap A_5 \cap A_6)$ . So I guess I will get this probability if I develop the exclusion inclusion formula for the union of different events. Is the starting point to find $P(A_1 \cup A_2 \cup A_3 \cup A_4 \cup A_5 \cup A_6 \cup A_7 \cup A_8 \cup A_9 \cup A_{10})$ ? Where $A_i$ would be here each throw of the dice?
We were asked to do it by the inclusion exclusion principle,as the tittle of the problem says. TIA for any hint or answer.
If there were no restrictions, there would be six possible outcomes for each of the ten throws, so there are $6^{10}$ possible sequences of throws. From these, we must exclude those in which fewer than six outcomes occur.
There are $\binom{6}{k}$ ways to exclude $k$ of the $6$ outcomes and $(6 - k)^{10}$ possible sequences involving only the remaining $6 - k$ possible outcomes of a die throw. By the Inclusion-Exclusion Principle, the number of ways all six outcomes can occur when a six-sided die is tossed ten times is $$\sum_{k = 0}^{6} (-1)^k\binom{6}{k}(6 - k)^{10} = \binom{6}{0}6^{10} - \binom{6}{1}5^{10} + \binom{6}{2}4^{10} - \binom{6}{3}3^{10} + \binom{6}{4}2^{10} - \binom{6}{5}1^{10} + \binom{6}{6}0^{10}$$