document.write( "Question 968591: nine desks have been placed in a classroom for nine students. how many different ways can the nine students arrange themselves in the nine chairs? \n" ); document.write( "
Algebra.Com's Answer #593481 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "9 students POSITION 9 = 9P9 = \r\n" );
document.write( "\r\n" );
document.write( "9*8*7*6*5*4*3*2*1 <--9 factors, starting with 9, coming down 1 each time = 362880\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );