document.write( "Question 869703: how many different ways can 8 people wait in line to see a movie? \n" ); document.write( "
Algebra.Com's Answer #524930 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Pick the first person in line 8 ways;\r\n" );
document.write( "Pick the second person in line 7 ways;\r\n" );
document.write( "Pick the third person in line 6 ways;\r\n" );
document.write( "Pick the fourth person in line 5 ways;\r\n" );
document.write( "Pick the fifth person in line 4 ways;\r\n" );
document.write( "Pick the sixth person in line 3 ways;\r\n" );
document.write( "Pick the seventh person in line 2 ways;\r\n" );
document.write( "Pick the eighth person in line 1 way.\r\n" );
document.write( "\r\n" );
document.write( "Total = 8×7×6×5×4×3×2×1 = 8! = 40320 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );