document.write( "Question 625690: Question
\n" );
document.write( "There are 8 men and 10 women members of a club. How many committees of seven persons can be formed, having 4 women? \n" );
document.write( "
Algebra.Com's Answer #393705 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You have 4 women on the committee, which means you have 7-4 = 3 men\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 10 C 4 ways to choose 4 women and 8 C 3 ways to choose 3 men\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there are (10 C 4)*(8 C 3) ways total. \n" ); document.write( " |