Problem: I throw a pot of $10$ dice. What is the probability that I get at least two sixes?
My solution: $1 - \left(\frac{5}{6}\right)^{10} - \frac{1}{6}\left(\frac{5}{6}\right)^9 \cdot 10$. I got this by doing the following.
The probability of getting no six is $\left(\frac{5}{6}\right)^{10}$.
The probability of getting exactly one six is $\frac{1}{6}\left(\frac{5}{6}\right)^9 \cdot 10$.
Hence, the probability that I get at least two sixes is $1 - \left(P[\text{no six}] + P[\text{exactly one six}]\right)$.
Question: Am I right? This seems more efficient than figuring out the probability of getting two sixes, three sixes, and so on, and then adding up those probabilities.
This is very slightly wrong. The probability of getting exactly one six is actually $\frac{1}{6}\left(\frac{5}{6}\right)^9 \cdot 10$.