document.write( "Question 1041331: There are 6 performers who are to present their acts at a variety show. How many different ways are there to schedule their appearances?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #656288 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! We have 6 slots: A through F\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6 choices for slot A \n" ); document.write( "5 choices for slot B \n" ); document.write( "4 choices for slot C \n" ); document.write( "3 choices for slot D \n" ); document.write( "2 choices for slot E \n" ); document.write( "1 choice for slot F\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6*5*4*3*2*1 = 720\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 720 different ways to schedule the appearances where order matters. \n" ); document.write( " |