SOLUTION: There are 10 people at a party, five men and five women. If four people are selected at random, what is the probability that two men and two women are selected?
Algebra ->
Probability-and-statistics
-> SOLUTION: There are 10 people at a party, five men and five women. If four people are selected at random, what is the probability that two men and two women are selected?
Log On
Question 616110: There are 10 people at a party, five men and five women. If four people are selected at random, what is the probability that two men and two women are selected? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! There are 10 people at a party, five men and five women. If four people are selected at random, what is the probability that two men and two women are selected?
-------
# of ways to succeed: 5C2*5C2 = 10*10 = 100 ways
---
# of random sets of 4 people: 10C4 = 210
---
P(2men and 2 women) = 100/210 = 10/21
==================
Cheers,
Stan H.