document.write( "Question 1066883: If there are 30 songs and you want To burn 18 songs in a CD, how many different ways could you arrange them? \n" ); document.write( "
Algebra.Com's Answer #682122 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If there are 30 songs and you want To burn 18 songs in a CD, how many different ways could you arrange them? \n" ); document.write( "-------- \n" ); document.write( "Assuming no duplicates: \n" ); document.write( "The 1st track is 1 of 30 \n" ); document.write( "Then 1/29, 1/28, etc. \n" ); document.write( "--> 30*29*28*27 ... *14*13 \n" ); document.write( "= 30!/12! = ~5.5376e23 \n" ); document.write( " \n" ); document.write( " |