document.write( "Question 263406: How many six-letter permutations can be formed from the first nine letters of the alphabet? \n" ); document.write( "
Algebra.Com's Answer #194101 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
We use the permutation formula:
\n" ); document.write( "nPr and get
\n" ); document.write( "9P6 = 60,480
\n" ); document.write( "
\n" );