You roll $10$ dice. How many possible outcomes include the numbers $1$ to $6$?
It's essentially asking how many outcomes there are for 1 die to be 1, another to be 2, another to be 3, another to be 4, another to be 5, and another to be 6.
I know that we have $6 \cdot 5\cdot 4\cdot 3\cdot 2\cdot 1 = 6!$ ways for 6 dice to contain 1-6, but I'm not sure about 10 dice. Thanks
You might try inclusion-exclusion. You want all possible sequences of ten numbers from $1$ through $6$ with repetition, except for the ones that have only five or fewer distinct numbers.
So we start with a set of sequences $S$ containing all $6^{10}$ possible sequences. But this includes, for example, $5^{10}$ sequences using only the numbers $1$ through $5$. Let $A_i$ be the set of all sequences of $10$ numbers from $1$ through $6$, excluding the number $i$. For example, $A_1$ consists of all sequences of the numbers $2$ through $6$.
The sequences we want are just the set $$S - \bigcup_{1\leq i \leq6} A_i.$$ The number of sequences is $$\left\lvert S - \bigcup_{1\leq i \leq6} A_i \right\rvert = \lvert S \rvert - \left\lvert\bigcup_{1\leq i \leq6} A_i \right\rvert.$$
To evaluate the last term, $\left\lvert\bigcup_{1\leq i \leq6} A_i \right\rvert,$ we can use the inclusion-exclusion principle. Since all the $A_i$ are the same size, all intersections of two distinct $A_i$ are the same size, etc., we can write this as \begin{split} \left\lvert\bigcup_{1\leq i \leq6} A_i \right\rvert =& \binom 61 \left|A_1\right| - \binom 62 \left|A_1\cap A_2\right| + \binom 63 \left|A_1\cap A_2\cap A_3\right| \\ &- \binom 64 \left|A_1\cap A_2\cap A_3\cap A_4\right| + \binom 65 \left|A_1\cap A_2\cap A_3\cap A_4\cap A_5\right| \\ &- \binom 66 \left|A_1\cap A_2\cap A_3\cap A_4\cap A_5\cap A_6\right| \end{split}
The last term is zero, since $A_1\cap A_2\cap A_3\cap A_4\cap A_5\cap A_6$ is the set of sequences of ten numbers from $1$ through $6$ that do not use any of the numbers $1$ through $6$; the empty set. The set $A_1\cap A_2\cap A_3\cap A_4\cap A_5$ is all sequences consisting of just the number $6$; $A_1\cap A_2\cap A_3\cap A_4$ is the sequences consisting of just the numbers $5$ and $6$; and so forth. In short, $$ \left\lvert\bigcup_{1\leq i \leq6} A_i \right\rvert = \binom 61 5^{10} - \binom 62 4^{10} + \binom 63 3^{10} - \binom 64 2^{10} + \binom 65 1^{10} $$
So the final answer is $$ 6^{10} - \binom 61 5^{10} + \binom 62 4^{10} - \binom 63 3^{10} + \binom 64 2^{10} - \binom 65 1^{10} $$