document.write( "Question 1035991: Five freshmen, 4 sophomores, and 2 juniors are
\n" );
document.write( "present at a meeting of students.In how many ways can a six-member committee
\n" );
document.write( "be selected with no more than two freshmen
\n" );
document.write( "members?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #650575 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 5 freshmen, 4 sophomores, and 2 juniors are \n" ); document.write( "present at a meeting of students.In how many ways can a six-member committee \n" ); document.write( "be selected with no more than two freshmen \n" ); document.write( "members? \n" ); document.write( "------ \n" ); document.write( "0 freshmen:: 6C6 = 1 way \n" ); document.write( "1 freshman:: 5C1*6C5 = 5*6 = 30 ways \n" ); document.write( "2 freshman:: 5C2*6C4 = 10*15 = 150 ways \n" ); document.write( "----------- \n" ); document.write( "Total ways:: 181 ways \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |