document.write( "Question 703675: How many ways can you arrange 12 books in groups of 3 \n" ); document.write( "
Algebra.Com's Answer #433604 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many ways can you arrange 12 books in groups of 3 \n" ); document.write( "----- \n" ); document.write( "Pick the groups of 3 in 12C3 = (12*11*10)/(1*2*3) = 220 ways \n" ); document.write( "Arrange the 4 groups 4! = 24 ways \n" ); document.write( "---- \n" ); document.write( "Arrange each of the 4 groups in 3! = 6 ways \n" ); document.write( "---- \n" ); document.write( "Total # of arrangements: 6*24*220 = 31680 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |