document.write( "Question 1189649: Fifteen DVDs are to be arranged on a shelf. 4 of the DVDs are horror films, 6 are comedies, and 5 are science fiction. In how many ways can the DVDs be arranged if DVDs of the same genre must be placed together?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821074 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3!=6 different orders for the three genres \n" ); document.write( "4!=24 different orders for the 4 horror films \n" ); document.write( "5!=120 different orders for the 5 science fiction films \n" ); document.write( "6!=720 different orders for the 6 comedies \n" ); document.write( "ANSWER: 6*24*120*720 \n" ); document.write( "You can do the final calculation \n" ); document.write( " \n" ); document.write( " |