document.write( "Question 705710: find the number of ways in which 5 large books, 4 medium size books and 3 small books can be placed on the shelf so that all the books of the same size are together \n" ); document.write( "
Algebra.Com's Answer #434755 by filboi(35)\"\" \"About 
You can put this solution on YOUR website!
Large books can be arranged in 5! ways.
\n" ); document.write( "Medium size books can be arranged in 4! ways.
\n" ); document.write( "Small books can be arranged in 3! ways.
\n" ); document.write( "The three group of books can be arranged in 3!. Hence,\r
\n" ); document.write( "\n" ); document.write( "\"P=5%21%2A4%21%2A3%21%2A3%21=103680\"
\n" ); document.write( "
\n" ); document.write( "
\n" );