document.write( "Question 1068619: 5 freshmen, 7 sophomores, 5 juniors, and 6 seniors are eligible to be on a committee.\r
\n" );
document.write( "\n" );
document.write( "In how many ways can a dance committee of 13 students be chosen if it is to consist of exactly 4 juniors and exactly 3 seniors, and the rest must be freshman or sophomores? \n" );
document.write( "
Algebra.Com's Answer #683974 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 5C4*6C3*12C6; the freshmen and sophomores are put together and 6 will be chosen from them \n" ); document.write( "=5*20*924=92,400. \n" ); document.write( " |