Question 634591
A cage has 10 male and 5 female birds. If three birds are selected at random from the cage , what is the probability that all are males?
------
# of ways to succeed: 10C3 = (10*9*8)/(1*2*3) = 120 ways
---
# of possible outcomes: 15C3 = (15*14*13)/(1*2*3) = 455
-----
P(3 males) = 120/455
==========================
Cheers,
Stan H.
=================