document.write( "Question 1064562: For 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 be a digit from 0 to 9, but the digit cannot be repeated. How many different 3-character codes can be assigned? \n" ); document.write( "
Algebra.Com's Answer #679636 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
For 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 be a digit from 0 to 9, but the digit cannot be repeated. How many different 3-character codes can be assigned?
\n" ); document.write( "-----
\n" ); document.write( "Choices::
\n" ); document.write( "1st character:: 26 choices
\n" ); document.write( "2nd character:: 10 choices
\n" ); document.write( "3rd character:: 9 choices
\n" ); document.write( "-------------------
\n" ); document.write( "Ans:: 26*10*9 = 2340l choices
\n" ); document.write( "--------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );