document.write( "Question 392053: If there are 9 songs, five slow and four fast but each song must be played once with a slow song beginning and a slow song ending, how many combinations can you come up with? \n" ); document.write( "
Algebra.Com's Answer #278296 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to arrange two slow songs for first and last = 5P2\r \n" ); document.write( "\n" ); document.write( "now, we can arrange remaining 7 songs in any order\r \n" ); document.write( "\n" ); document.write( "so, no. of ways to arrange 7 songs = 7!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of ways = 5P2 * 7! = 20* 5040 = 100800 \n" ); document.write( " |