document.write( "Question 4230: On a shelf there are four mathematic books and eight english books. if the books are to be arranged so that the mathematics books are together, in how many ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #1905 by ichudov(507)\"\" \"About 
You can put this solution on YOUR website!
four mathematics books can be arranged in 4! (four FACTORIAL) ways. The engligh books can be arranged in 8! ways. Then the math books can be inserted (all together) into english books in 9 different ways (to the left of all english books, after first, after second, ..., after 8th -- 9 possibilities). That makes 9*4!*8! possibilities. \n" ); document.write( "
\n" );