document.write( "Question 1064555: Inventory purposes, a manufacturing company assigns a 3 character code to each different item produced. The first character of the code must be a letter from the 26 letter English alphabet. The second and third characters must each be a digit from 0-9. How many 3 digit character codes can be assigned?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I tried: 26, 25, 24, 23...
\n" ); document.write( "for 0 1 2 3
\n" ); document.write( "

Algebra.Com's Answer #679641 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
answered::
\n" ); document.write( "26*10*9 = 2340
\n" ); document.write( "
\n" );