document.write( "Question 148292: On a bench that seats five people, how many ways can five people be seated? \n" ); document.write( "
Algebra.Com's Answer #108687 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Position can be 1 of 5, the next 1 of 4, etc. So it's 5*4*3*2*1, or 5! (5 factorial).
\n" ); document.write( "5! = 120
\n" ); document.write( "
\n" );