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)\"\" \"About 
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 = = 45 * 3 * 28 = 3780
\n" ); document.write( "
\n" ); document.write( "B)How many five person committees have exactly 1 sophomore?
\n" ); document.write( "
\n" ); document.write( "3C1 * 24C4 = \"%283%21%2F%281%21%2A2%21%29%29+%2A+%2824%21%2F%284%21%2A20%21%29%29\" = 3 * 10626 = 31878
\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
\n" ); document.write( "
\n" );