document.write( "Question 1037980: In how many ways can 7 people line up for play tickets ? \n" ); document.write( "
Algebra.Com's Answer #652652 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 7 choices for the first slot, 6 for the next, 5 for the one after that, and so on all the way down to 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply out all the choices for each slot: 7*6*5*4*3*2*1 = 5040\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are 5040 ways to arrange the seven people. \n" ); document.write( " |