document.write( "Question 370270: License plates in a particular state have two letters, three single-digit numbers, and then one letter. If no plate can begin with the letter ‘A’ and all three of the letters must be different, how many different license plates are possible? \n" ); document.write( "
Algebra.Com's Answer #263911 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
LL-NNN-L
\n" ); document.write( ".
\n" ); document.write( "1st two letters: 25*26=650
\n" ); document.write( ".
\n" ); document.write( "3 numbers: 10^3=1,000
\n" ); document.write( ".
\n" ); document.write( "Last letter: 26
\n" ); document.write( ".
\n" ); document.write( "650*1000*26=16,900,000
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );