document.write( "Question 363845: Hello Can someone please check my answer for me. Thank you so much. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A disc jockey has 8 songs to play. Six are slow songs, and two are fast songs. Each song is to be played only once. In how many ways can the disc jockey play the 8 songs if
\n" );
document.write( "• The songs can be played in any order.
\n" );
document.write( "• The first song must be a slow song and the last song must be a slow song.
\n" );
document.write( "• The first two songs must be fast songs.\r
\n" );
document.write( "\n" );
document.write( "Answer:
\n" );
document.write( "a).The songs can be played in any order slow, slow, slow, fast, slow, fast, slow, slow. = 3slow+ 1 fast; + 3 slow +1 fast = 8
\n" );
document.write( "b). The first song must be a slow song and the last song must be a slow
\n" );
document.write( " 1 slow, 1fast, 1slow, 1fast, 1slow,1slow, 1slow, 1slow = 2/8 or 1/4
\n" );
document.write( "c) The first two songs must be fast songs.
\n" );
document.write( " Fast, fast, slow, slow, slow, slow, slow, slow
\n" );
document.write( " =2/8 or 1/4
\n" );
document.write( "Thank you,\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #259488 by Alan3354(69443) You can put this solution on YOUR website! A disc jockey has 8 songs to play. Six are slow songs, and two are fast songs. Each song is to be played only once. In how many ways can the disc jockey play the 8 songs if \n" ); document.write( "• The songs can be played in any order. \n" ); document.write( "The 1st song is 1 of 8, then 1 of 7, then 6, etc \n" ); document.write( "= 8*7*6*5... = 8! \n" ); document.write( "= 40320 \n" ); document.write( "--------- \n" ); document.write( "• The first song must be a slow song and the last song must be a slow song. \n" ); document.write( "The 1st is 1 of 6, the last is 1 of 5, the others are 1 of 6,5,4,3,2,1 \n" ); document.write( "= 30*6! = 21600 \n" ); document.write( "----------------- \n" ); document.write( "• The first two songs must be fast songs. \n" ); document.write( "There are only 2 fast songs, so that's 2*1 \n" ); document.write( "The others are 6*5*4*3*2*1 = 6! \n" ); document.write( "--> 1440 \n" ); document.write( " \n" ); document.write( " |