document.write( "Question 248211: How many different license plates are possible with two letters followed by three digits? \n" ); document.write( "
Algebra.Com's Answer #181612 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
for the first character ask your self
\n" ); document.write( "how many letters are there?
\n" ); document.write( "second character
\n" ); document.write( "how many letters are there?
\n" ); document.write( "how many letters can there be in the second position?
\n" ); document.write( "so it would be the first character amount times the second character amount.
\n" ); document.write( "how many digits are there?
\n" ); document.write( "that many times the total last amount.
\n" ); document.write( "can digits be repeated? then the last total time that number and
\n" ); document.write( "The final character same number of diigtis time the last product\r
\n" ); document.write( "\n" ); document.write( "so the main questions to ask in place are
\n" ); document.write( " how many characters (letters and digits) of this type are there?
\n" ); document.write( "and how many are allowed?
\n" ); document.write( "multiply that by the last product.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );