document.write( "Question 402845: A secratary has to create ten new customer files. In how many different orders can he do this? \n" ); document.write( "
Algebra.Com's Answer #284946 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There are 10 P 10 = 10!/(10-10)! = 10!/0! = 10!/1 = 10! = 10*9*8*7*6*5*4*3*2*1 = 3628800 different ways to order the files. \n" ); document.write( "
\n" );