document.write( "Question 1154722: 9 freshmen, 9 sophomores, 10 juniors, and 8 seniors are eligible to be on a committee.\r
\n" );
document.write( "\n" );
document.write( "In how many ways can a dance committee of 15 students be chosen?\r
\n" );
document.write( "\n" );
document.write( "In how many ways can a dance committee be chosen if it is to consist of 2 freshmen, 6 sophomores, 4 juniors, and 3 seniors. \n" );
document.write( "
Algebra.Com's Answer #777346 by VFBundy(438)![]() ![]() You can put this solution on YOUR website! In how many ways can a dance committee of 15 students be chosen? \n" ); document.write( " \n" ); document.write( "36C15 = \n" ); document.write( " \n" ); document.write( "In how many ways can a dance committee be chosen if it is to consist of 2 freshmen, 6 sophomores, 4 juniors, and 3 seniors? \n" ); document.write( " \n" ); document.write( "9C2 * 9C6 * 10C4 * 8C3 = |