document.write( "Question 190798: There are 8 physics textbooks, 7 us history textbooks, 4 calculus textbooks, and 3 resource books on a shelf. Assuming the books in each category are DISTINCT how many ways can they be arranged if books of the same kind must be together? \n" ); document.write( "
Algebra.Com's Answer #143275 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 8 physics textbooks, 7 us history textbooks, 4 calculus textbooks, and 3 resource books on a shelf. Assuming the books in each category are DISTINCT how many ways can they be arranged if books of the same kind must be together? \n" ); document.write( "----------------- \n" ); document.write( "# of ways to arrange physics: 8! \n" ); document.write( "# of ways to arrange history: 7! \n" ); document.write( "# of ways to arrange calculus:4! \n" ); document.write( "-------- \n" ); document.write( "# of ways to arrange the three groupings: 3! \n" ); document.write( "--------------- \n" ); document.write( "Total number of arrangements: 8!*7!*4!*3!= 2.92626 x 10^10 \n" ); document.write( "============================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |