document.write( "Question 1107627: For a segment of a radio show, a disc jockey can play 6 records. If there are 9 records to select from, in how many ways can the program for this segment be arranged? \n" ); document.write( "
Algebra.Com's Answer #722677 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The response from the other tutor is confusing; he seems to be saying that order does not matter, but then his answer is if order DOES matter. \n" ); document.write( "Since the question asks how many ways the program be arranged, to me that implies that order does matter. Then the number of ways is \n" ); document.write( "P(9,6) = 9*8*7*6*5*4 = 60480. \n" ); document.write( "If the question was intended only to ask which 6 of the 9 songs he could choose, with order not being important, then the number would be C(9,6) = C(9,3) = (9*8*7)/(3*2*1) = 84. \n" ); document.write( " |