SOLUTION: 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?
Algebra ->
Probability-and-statistics
-> SOLUTION: 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?
Log On
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? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! 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.
=================