document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #387496 by stanbon(75887)\"\" \"About 
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?
\n" ); document.write( "-------
\n" ); document.write( "# of ways to succeed: 5C2*5C2 = 10*10 = 100 ways
\n" ); document.write( "---
\n" ); document.write( "# of random sets of 4 people: 10C4 = 210
\n" ); document.write( "---
\n" ); document.write( "P(2men and 2 women) = 100/210 = 10/21
\n" ); document.write( "==================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );