document.write( "Question 234477: A club consists of 10 men and 12 women. What is the probability of selecting two men and two women to attend the conference? \n" ); document.write( "
Algebra.Com's Answer #172897 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A club consists of 10 men and 12 women. What is the probability of selecting two men and two women to attend the conference?
\n" ); document.write( "-----------
\n" ); document.write( "# of ways to select 2 men: 10C2 = 45
\n" ); document.write( "# of ways to select 2 women: 12C2: 66
\n" ); document.write( "-----------------------------
\n" ); document.write( "# of ways to pick 4 of any gender: 22C4 = 7315
\n" ); document.write( "============
\n" ); document.write( "P(2 mena and 2 women) = [45*66]/7315 = 0.4060
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );