document.write( "Question 926075: how many 3-digit codes can be created if the first digit can be any letter of the alphabet, and the next two digits must be odd numbers? \n" ); document.write( "
Algebra.Com's Answer #561956 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
26*5*5 if it's not case sensitive, ie, A is the same as a
\n" ); document.write( "----
\n" ); document.write( "52*5*5 if it is case sensitive.
\n" ); document.write( "
\n" ); document.write( "
\n" );