What is the probability that the three choices of five numbers have no number in common?
I know I have to use inclusion-exlcuion here and that using the compliment is probably the best way to solve this. I can't really think of what the events should be though.
My first thought is to let $A_{i}$ = the event that all three pick the number $i$. This would be a pretty tedious inclusion-exclusion problem though so I was wondering if this is the right set of events to use for this problem or if not, what the right set of events is.
EDIT I know the answer is 0.8109
EDIT I came up with an answer that gets me to the answer in the back of the book and I am 99% sure it's right $$ \sum_{i = 1}^{5} (-1)^{i+1} \cdot \begin{pmatrix} 25 \\ i \end{pmatrix} \cdot \frac{\begin{pmatrix} 25 - i \\ 5 - i \end{pmatrix}^{3}}{\begin{pmatrix} 25 \\ 5 \end{pmatrix}^{3}} $$
Well you don't have to use "inclusion-exclusion" principle to solve this. Just use the fact that, $Probabbility=\frac{Total\ accepted\ outcomes}{Total\ outcomes}$.
The total accepted outcomes turns out to be: $(^{25}_5)(^{20}_5)(^{15}_5)$. And,
Total outcome will be: $\{(^{25}_5)\}^3$.
Thus your answer is, $Probabbility=\frac{(^{25}_5)(^{20}_5)(^{15}_5)}{\{(^{25}_5)\}^3}$