document.write( "Question 1123561: there are 10 seniors, 8 juniors, 5 sophomores, and 3 freshmen on a student council.a committee of 6 members is formed. determine the number of ways to form this committee with at least 4 seniors \n" ); document.write( "
Algebra.Com's Answer #739988 by Alex.33(110)![]() ![]() You can put this solution on YOUR website! 4 seniors: \n" ); document.write( "pick 4 seniors from 10: 10c4=210 ways. \n" ); document.write( "pick 2 people from the rest (8+5+3)=16 ones: 16c2=120 ways. \n" ); document.write( "Total: 210*120=25200 ways.\r \n" ); document.write( "\n" ); document.write( "5 senoirs: 10c5*16c1=4032 ways. \n" ); document.write( "6 seniors: 10c6=210 ways.\r \n" ); document.write( "\n" ); document.write( "Add them all up:29442 ways. (I did not expect it to be that much though) \n" ); document.write( "And we're done. \n" ); document.write( " |