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?
-------
# 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.