document.write( "Question 716621: How many different possible committees of
\n" );
document.write( " 7 men and 7 women
\n" );
document.write( " can be selected from a pool of candidates containing
\n" );
document.write( " 9 men and 8 women? \n" );
document.write( "
Algebra.Com's Answer #439919 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! 9 choose 7 times 8 choose 7 = C(9,7)·C(8,7) = 36·8 = 288. \n" ); document.write( " |