document.write( "Question 512015: How many ways can 7 people sit in 7 seats in a row? \n" ); document.write( "
Algebra.Com's Answer #342487 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
There are 7 ways to seat the 1st one
\n" ); document.write( "There are 6 ways to seat the 2nd one
\n" ); document.write( "There are 5 ways to seat the 3rd one
\n" ); document.write( "etc.
\n" ); document.write( "\"+7%2A6%2A5%2A4%2A3%2A2%2A1+=+5040+\" different ways
\n" ); document.write( "
\n" ); document.write( "
\n" );