document.write( "Question 180009: 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 #134887 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Suppose you are playing a word game with seven distinct letters. How many seven-letter words can there be?
\n" ); document.write( "-------------------
\n" ); document.write( "There are 7 choices for the 1st letter, then 6, then 5, etc.
\n" ); document.write( "So it's 7*6*5*4*3*2*1, called 7 factorial, 7! on the calculators.
\n" ); document.write( "7! = 5,040
\n" ); document.write( "
\n" );