document.write( "Question 805221: A class has 12 students. In how many different ways can the students be put into lab groups consisting of 3 students in each group? \n" ); document.write( "
Algebra.Com's Answer #485135 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=Combination= n!/((n-r)!*r!) \n" ); document.write( "12C3 \n" ); document.write( "=12!/((12-3)!*3!) \n" ); document.write( "=12*11*10*9!/9!*3*2 \n" ); document.write( "=4*11*5 \n" ); document.write( "=220 ways \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |