document.write( "Question 921017: A manufacturer’s serial numbers consist of 4 letters of the alphabet followed by 2 numerical digits. How many serial numbers are possible? \n" ); document.write( "
Algebra.Com's Answer #558680 by Hawksfan(61)\"\" \"About 
You can put this solution on YOUR website!
The number has the following format: LLLLNN
\n" ); document.write( "L = Letter
\n" ); document.write( "N = Number\r
\n" ); document.write( "\n" ); document.write( "There are 26 letters and 10 digits\r
\n" ); document.write( "\n" ); document.write( "So there would be 26*26*26*26*10*10 = 26^4 *100 = 456976
\n" ); document.write( "
\n" );