My work so far:
Let $X$ be a random variable representing the number of "missing" faces from 10 dice rolls. For each $X = x$, we have $6 \choose x$ ways of picking the specific faces that do not appear in our 10 rolls, for example if $x=2$ then missing faces could be $\{3,6\}$ or $\{4,5\}$. For each of these choices, the probability that these faces don't appear is $ \left( \frac{6-x}{6} \right)^{10}$. Since the faces that don't appear are mutually exclusive, I conclude that $P(X = x) = \left( 6 \choose x \right) \left( \frac{6-x}{6} \right)^{10}$. This formula breaks down for x=0 and after summing from x=1 to x=5 on wolfram alpha I ended up with a a probability of 1.29. I am not sure where my logic went wrong, and any help would be greatly appreciated