SOLUTION: From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men?
Algebra ->
Probability-and-statistics
-> SOLUTION: From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men?
Log On
Question 466219: From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! From a small class of 24 students with 8 men and 16 women, if a random sample of 5 students is drawn without replacement, what is the probability of getting exactly 3 men?
----------------
# of ways to select 3 men: 8C3*16C2 = 6720
-------------------
# of ways to select 5 from 24: 24C5 = 42504
---------------------
P(3 men and 2 women) = 6720/42504 = 0.1581
=============================================
Cheers,
Stan H.
============