document.write( "Question 309244: In how many different ways can the letters in the word PAYMENT be arranged if the letters are taken 4 at a time? \n" ); document.write( "
Algebra.Com's Answer #221148 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
You have 7 letters and 4 spots to place them, so you have 7 P 4 = 7!/(7-4)!=7!/3! = (7*6*5*4*3!)/3! = 7*6*5*4 = 840 different ways. \n" ); document.write( "
\n" );