document.write( "Question 750588: The license plates in a certain state consist of 3 letters followed by 3 nonzero digits. How many such license plates are possible? \n" ); document.write( "
Algebra.Com's Answer #456718 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Each of the 1st 3 can be any letter,
\n" ); document.write( "and there are 26 letters
\n" ); document.write( "Each of the next 3 can be any of 9
\n" ); document.write( "numbers, 1 through, so
\n" ); document.write( "\"+26%2A26%2A26%2A9%2A9%2A9+=+12812904+\"
\n" ); document.write( "12,812,904 plates are possible
\n" ); document.write( "
\n" ); document.write( "
\n" );