document.write( "Question 1085955: what is the solution to
\n" );
document.write( "6 freshmen, 7 sophomores, 7 juniors, and 7 seniors are eligible to be on a committee.\r
\n" );
document.write( "\n" );
document.write( "In how many ways can a dance committee of 10 students be chosen if it is to consist of exactly 3 juniors and exactly 2 seniors, and the rest must be freshman or sophomores? \n" );
document.write( "
Algebra.Com's Answer #700051 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is 7C3*7C2*13C5 \n" ); document.write( "The first part are ways to choose 3 juniors out of 7, the second 2 seniors out of 7, and the last choosing 5 freshmen or sophomores out of 13. \n" ); document.write( "This product=35*21*1287=945,945 \n" ); document.write( " |