A box contains $ 30$ red balls, $30$ white balls and $30$ blue balls. If $10$ balls are selected at random without replacement, what is the probability that at least one color will be missing from the selection?
The answer is:
Solution: Let $A_1, A_2$ and $A_3$ be the events that there is no red, no white and no blue balls, respectively. Then by the inclusion-exclusion principle,
$P(A_1\cup A_2\cup A_3) = \sum_{i}P(A_i)-\sum_{i<j}P(A_i\cap A_j)+ P(A_1\cap A_2\cap A_3)$.
Clearly, $P(A_1\cap A_2\cap A_3)=0$ and $P(A_i\cap A_j)={\binom{30}{10}\over{\binom{90}{10}}}$ for $i\ne j$. Finally,
$P(A_i)= {{\sum\limits_{k=1}^{10}\binom{30}{k}\binom{30}{10-k}}\over{\binom{90}{10}}}={{\sum\limits_{k=0}^{10}\binom{30}{k}\binom{30}{10-k}-\binom{30}{10}}\over{\binom{90}{10}}}={{\binom{60}{10}-\binom{30}{10}}\over{\binom{90}{10}}}$
Why isn't it just $\binom{60}{10}\over\binom{90}{10}$?