document.write( "Question 165371: Suppose you are playing a word game with seven distinct letters. How many seven-letter words can there be? \n" ); document.write( "
Algebra.Com's Answer #121887 by MRperkins(300)\"\" \"About 
You can put this solution on YOUR website!
We know that there are 26 letters in the Alphabet and 7 distinct letters (letters cannot be duplicated)
\n" ); document.write( "so the first letter can be any of the 26
\n" ); document.write( "the second letter can be any of the letters except for the first letter or (26-1)
\n" ); document.write( "the 3rd letter can be any of the 26 letters except for the first two letters or 26-2=24 possibilities
\n" ); document.write( "...
\n" ); document.write( "so each letter loses one more possibility
\n" ); document.write( "1st*2nd*3rd*4th*5th*6th*7th=total possible seven-letter words
\n" ); document.write( "\"26%2A25%2A24%2A23%2A22%2A21%2A20=3315312000\" possible seven-letter words
\n" ); document.write( "
\n" );