document.write( "Question 1114855: A student council consists of 10 students with 4 juniors and 6 seniors. How many 4-member committees can be formed consisting of 2 juniors and 2 seniors? \n" ); document.write( "
Algebra.Com's Answer #729780 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A student council consists of 10 students with 4 juniors and 6 seniors. How many 4-member committees can be formed consisting of 2 juniors and 2 seniors?
\n" ); document.write( "----
\n" ); document.write( "# of 2 person junior sets:: 4C2 = 6
\n" ); document.write( "# of 2 person senior sets:: 6C2 = 15
\n" ); document.write( "-------------
\n" ); document.write( "# of 4-member committees with 2j and 2s:: 6*15 = 90
\n" ); document.write( "--------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" );