document.write( "Question 977608: From a group of 5 men and 4 women, a committee is to be formed consisting of 2 men
\n" ); document.write( "and 2 women. The number of possible ways this committee can be formed
\n" ); document.write( "

Algebra.Com's Answer #599192 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
From a group of 5 men and 4 women, a committee is to be formed consisting of 2 men and 2 women. The number of possible ways this committee can be formed
\n" ); document.write( "------
\n" ); document.write( "# of ways to select 2 men:: 5C2 = 10
\n" ); document.write( "# of ways to select 2 women:: 4C2 = 6
\n" ); document.write( "-----
\n" ); document.write( "Ans: # of possible committee:: 10*6 = 60
\n" ); document.write( "------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-----------
\n" ); document.write( "
\n" );