document.write( "Question 993644: Find the number of ways in which 5 large books, 4 medium-size books and 3 small books can be placed on a shelf so that all books with the same size are together? \n" ); document.write( "
Algebra.Com's Answer #612889 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since all the books of the same size must be together, you effectively have but three groups, not twelve books... \n" ); document.write( "Thus three groups, call them A, B, and C, can only be arranged in six ways: \n" ); document.write( "ABC, ACB, BAC, BCA, CAB, and CBA. \n" ); document.write( " |