document.write( "Question 1088394: A product code is a string of 2 characters and 2 digits or 1 character and 3 digits. What would be the total number of product codes if only the digits from 1 to 4 are used? \n" ); document.write( "
Algebra.Com's Answer #702650 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 26 characters available.
\n" ); document.write( "For 2 characters and 2 digits (1-4),
\n" ); document.write( "\"N=26%2A26%2A4%2A4=10816\"
\n" ); document.write( "For 1 character and 3 digits,
\n" ); document.write( "\"N=26%2A4%2A4%2A4=1664\"
\n" ); document.write( "
\n" ); document.write( "
\n" );