document.write( "Question 1043334: Suppose Grant is going to burn a compact disk (CD) that will contain 9 songs. In how many ways can Grant arrange the 9 songs on the CD? \n" ); document.write( "
Algebra.Com's Answer #658467 by addingup(3677)![]() ![]() You can put this solution on YOUR website! In general, n songs (or any object) can be arranged in n! ways. \n" ); document.write( "In your case: \n" ); document.write( "Once you burn the first song you have 8 songs to arrange \n" ); document.write( "When you burn the second song you have 7 songs to arrange. \n" ); document.write( "etc. \n" ); document.write( "So, we use n! which means that your answer is: \n" ); document.write( "9*8*7*6*5*4*3*2*1 your calculator may have a key for n!, mine does and when I do 9! it gives me 5,040 ways you can arrange the songs (the power of the multiplier). \n" ); document.write( "Happy learning, \n" ); document.write( "John \n" ); document.write( " |