Original question: In your class at school there are 7 students of the 20 that wear glasses. If a group of 5 students is selected at random to be part of "Recycling committee", what is the probability that all will be wearing glasses?
Work:
P(All 5 in the committee are wearing glasses) = # of events when this is true/total # of events
Total # of events = $\frac{n!}{r!(n-r)!}$ = $\frac{20!}{5!(20-5)!}$
I cannot seem to deduce the # of events when this is true.
Is it simply $\frac{7}{20}$?
HINT:
The number of ways to choose $5$ out of those $7$ students wear classes: $\dfrac{7!}{5!2!}=21$ ways.
The number of ways to choose $5$ out of all $20$ students: $\dfrac{20!}{5!15!}=15504$ ways, is this enough?