document.write( "Question 1158935: Finite mathematics- \r
\n" );
document.write( "\n" );
document.write( "Miss Anderson wants to select a committee of five people from her class for student council. Her class consists of 10 freshman, 3 sophomores, 6 juniors, and 8 seniors.
\n" );
document.write( " A) How many five person committees have 2 freshmen, 1 sophomore, and 2 seniors?
\n" );
document.write( " B) How many five person committees have exactly 1 sophomore?
\n" );
document.write( " C) How many five person committees have at least 2 juniors? \n" );
document.write( "
Algebra.Com's Answer #781997 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! A)How many five person committees have 2 freshmen, 1 sophomore, and 2 seniors? \n" ); document.write( " \n" ); document.write( "10C2 * 3C1 * 8C2 = \n" ); document.write( " \n" ); document.write( "B)How many five person committees have exactly 1 sophomore? \n" ); document.write( " \n" ); document.write( "3C1 * 24C4 = \n" ); document.write( " \n" ); document.write( "C)How many five person committees have at least 2 juniors? \n" ); document.write( " \n" ); document.write( "(6C2 * 21C3) + (6C3 * 21C2) + (6C4 * 21C1) + 6C5 = \n" ); document.write( " \n" ); document.write( "= (15 * 1330) + (20 * 210) + (15 * 21) + 6 \n" ); document.write( " \n" ); document.write( "= 19950 + 4200 + 315 + 6 = 24471 |