document.write( "Question 1089579: 6 men and 8 women volunteer. How many different commiteesd can be formed containing 3 men and 3 women? \n" ); document.write( "
Algebra.Com's Answer #704377 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is 6C3 for the men, and that is 20. \n" ); document.write( "multiplied by 8C3 for the women, and that is 56. \n" ); document.write( "Their product is the answer, or 1120. \n" ); document.write( " |