document.write( "Question 1047421: A fan of country music plans to make a custom CD with
\n" );
document.write( "12 of her 29
\n" );
document.write( "favorite songs. How many different combinations of \r
\n" );
document.write( "\n" );
document.write( "songs are possible? Is it practical to make a different CD for each possible combination? \n" );
document.write( "
Algebra.Com's Answer #662939 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! assuming the Order of the songs chosen is Important: \n" ); document.write( "29P12 \n" ); document.write( "If order of the songs chosen is not important: \n" ); document.write( "29C12 = 51,895,935 \n" ); document.write( " Is it practical to make a different CD for each possible combination? \n" ); document.write( "NO \n" ); document.write( " |