document.write( "Question 344357: A committee of 5 is to be selected from a group of 6 men and 9 women. If the selection is made randomly, what is the probability that the committee consist of 3 men and 2 women? \n" ); document.write( "
Algebra.Com's Answer #246555 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A committee of 5 is to be selected from a group of 6 men and 9 women. If the selection is made randomly, what is the probability that the committee consist of 3 men and 2 women?
\n" ); document.write( "----
\n" ); document.write( "# of ways to pick 3 men: 6C3 = 20
\n" ); document.write( "# of ways to pick 2 women: 9C2 = 36
\n" ); document.write( "----------
\n" ); document.write( "So, # of ways to pick 3 men and 2 women = 20*36 = 720
\n" ); document.write( "----
\n" ); document.write( "# of ways to pick 5 people randomly: 15C5 = 3003
\n" ); document.write( "----------------------
\n" ); document.write( "Ans: Probability = 720/3003 = 0.2398
\n" ); document.write( "====================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );