document.write( "Question 756651: How many 5-letter words can be made out of 26 letters, repetition allowed, but not consecutive repetitions (that is, a letter may not follow itself in the same word) ? \n" ); document.write( "
Algebra.Com's Answer #460348 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
How many 5-letter words can be made out of 26 letters, repetition allowed, but not consecutive repetitions (that is, a letter may not follow itself in the same word) ?
\n" ); document.write( "---------------
\n" ); document.write( "The 1st choice is 1 of 26.
\n" ); document.write( "Then 1 of 25
\n" ); document.write( "Then 1 of 25 (all but the preceding letter)
\n" ); document.write( "1/25
\n" ); document.write( "1/25
\n" ); document.write( "--------
\n" ); document.write( "= 26*25^4 = 10156250
\n" ); document.write( "================
\n" ); document.write( "That's if by word you mean a group of 5 letters.
\n" ); document.write( "eg, axyzq is not a word. syzygy is, but it has 6 letters.
\n" ); document.write( "You can print the list of 10156250 and cross off all the non-words.
\n" ); document.write( "
\n" );