document.write( "Question 511883: A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior? \n" ); document.write( "
Algebra.Com's Answer #342435 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A class has 17 students, of which 3 are seniors. How many committees of size 3 can be selected if one member in each team must be a senior?
\n" ); document.write( "----
\n" ); document.write( "# of ways to pick one senior: 3
\n" ); document.write( "# of ways to pick 2 \"other\" members (which may include seniors): 16C2 = 120
\n" ); document.write( "====
\n" ); document.write( "Total # of committees: 3*120 = 360
\n" ); document.write( "===========
\n" ); document.write( "cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );