document.write( "Question 405657: an identification code is to consist of three letters followed by four digits. How many different codes are possible if repetition is permitted? \n" ); document.write( "
Algebra.Com's Answer #286485 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
an identification code is to consist of three letters followed by four digits. How many different codes are possible if repetition is permitted?
\n" ); document.write( "-----
\n" ); document.write( "Code: LLLNNNN
\n" ); document.write( "There are 26 letters
\n" ); document.write( "There are 10 digits
\n" ); document.write( "---
\n" ); document.write( "# of codes = 26^3*10^4 = 175,760,000
\n" ); document.write( "------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "======
\n" ); document.write( "
\n" );