document.write( "Question 462022: An identification code is to consist of five letters followed by three digits.
\n" ); document.write( "How many different codes are possible if repetitions is permitted?
\n" ); document.write( "

Algebra.Com's Answer #316768 by katealdridge(100)\"\" \"About 
You can put this solution on YOUR website!
26*26*26*26*26*10*10*10
\n" ); document.write( "26 for each letter of the alphabet, 10 for each numerical digit.
\n" ); document.write( "
\n" );