document.write( "Question 1028632: I dont understand this problem. Can someone explain it to me and help me give the answer?\r
\n" );
document.write( "\n" );
document.write( "A disc jockey wants to select 5 songs that contain a CD that contains 13 songs.
\n" );
document.write( "How many 5 song selections are possible? Put your answer in the form [XXXX]. \n" );
document.write( "
Algebra.Com's Answer #643724 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A disc jockey wants to select 5 songs that contain a CD that contains 13 songs. \n" ); document.write( "How many 5 song selections are possible? Put your answer in the form [XXXX]. \n" ); document.write( "----------- \n" ); document.write( "If order does matter, ie, if ABCDE is not the same as ADCEB, and there are no duplicates, then \n" ); document.write( "= 13*12*11*10*9 \n" ); document.write( "= 154440 \n" ); document.write( "---------------- \n" ); document.write( "If order doesn't matter, ie, if ABCDE is the same as ADCEB, and there are no duplicates, then \n" ); document.write( "= 13*12*11*10*9/(5*4*3*2*1) \n" ); document.write( "= 1287 \n" ); document.write( "[XXXX] \n" ); document.write( " |