document.write( "Question 266394: How many ways can 6 students desks be arranged in a row? explain \n" ); document.write( "
Algebra.Com's Answer #195722 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
6!=6*5*4*3*2*1=720 different ways these desks can be arrangesd in a row.
\n" ); document.write( "Any one of the 6 desks can be first.
\n" ); document.write( "Any one of the remaining 5 desks can be second.
\n" ); document.write( "Any one of the remaining 4 desks can be third.
\n" ); document.write( "Any one of the remaining 3 desks can be fourth.
\n" ); document.write( "Any one of the remaining 2 desks can be fifth
\n" ); document.write( "The one desk left takes the last place in the row.
\n" ); document.write( "
\n" );