document.write( "Question 375958: You own 17 CDs. You want to randomly arrange 9 of them in a CD rack. What is the probability that the rack ends up in alphabetical order? \n" ); document.write( "
Algebra.Com's Answer #710812 by Alyrian(2)![]() ![]() ![]() You can put this solution on YOUR website! You can't just assume there's one solution in all the permutations. Nor can you assume that just choosing is a solution. \r \n" ); document.write( "\n" ); document.write( "The real solution here is finding all possible permutations of size 9 you can get from 17, or 17P9. Then you need to find all the possible ways a unique set of 9 things can be pulled from a total of 17, or 17C9 (because each set of 9 from 17 will have a correct alphabetical order).\r \n" ); document.write( "\n" ); document.write( "Thus, the probability that your rack will end up in alphabetical order will be (17C9)/(17P9). This is 24310/8821612800.\r \n" ); document.write( "\n" ); document.write( "Hope this helps! \n" ); document.write( " |