document.write( "Question 460671: A professor decided to create a student committee of three students. Initially he selects 5 females and 4 males. How many possible committees can be created with 3 males and how many can be created with 2 females? \n" ); document.write( "
Algebra.Com's Answer #316008 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Each committee will have 3 people on it. \n" ); document.write( "3 males: 4C3=4 \n" ); document.write( "2 females + 1 male: 5C2 * 4C1 = 10*4 = 40 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |