Find the probability that there are at least three teachers in the selection.

combinationsprobability

From $8$ teachers and $7$ students, $4$ people are randomly selected.

Find the probability that there are at least three teachers in the selection.

With this I knew I had to get the total of options. So $\binom{15}{4}$.
Then I thought it would be $\binom{7}{3}$ showing the number of options $3$ teachers can be selected.
Then the number of options for a single option, so $\binom{15}{1}$, as the fourth selection could be a teacher or student.

The actual answer is $\frac{22}{65}$, just not sure what I'm doing wrong.

Best Answer

You can do so by dividing them into cases:

Case I: Three teachers and one student

You can choose this in $\binom{8}{3} \times \binom {7}{1}$ ways.

So the probability for case I is given by $\frac{56 \times 7}{1365}=\frac{392}{1365}$

Case II: Four teachers and no student

You can choose this in $\binom{8}{4}$ ways.

So the probability for case II is $\frac{70}{1365}$

The final probability will be found by adding the two cases.

Related Question