document.write( "Question 101181: From a group of 6 juniors and 8 seniors on the student council, 2 juniors and 4 seniors will be chosen to make up a 6-person committee. How many different 6-person committees are possible? \n" ); document.write( "
Algebra.Com's Answer #73685 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
From a group of 6 juniors and 8 seniors on the student council, 2 juniors and 4 seniors will be chosen to make up a 6-person committee. How many different 6-person committees are possible?
\n" ); document.write( "---------------------
\n" ); document.write( "# of ways to pick 2 juniors = 6C2
\n" ); document.write( "# of ways to pick 4 seniors = 8C4
\n" ); document.write( "-------------------
\n" ); document.write( "# of ways to to pick the student council with 2 juniors and 4 seniors
\n" ); document.write( "= 6C2 * 8C4 = 1050
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );