document.write( "Question 346316: How many different committees of three students can be formed from a class of five students? Students can be on more than one committee.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #247737 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many different committees of three students can be formed from a class of five students? Students can be on more than one committee. \n" ); document.write( "------------------------- \n" ); document.write( "Ans: 5C3 = 5!/[(5-3)!*3!] = (5*4)/(1*2) = 10 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |