document.write( "Question 555436: a license plate is to consist of three digits followed by two uppercase letters. Determine the number of different license plates possible if the first digit cannot be zero, and repetition is not permitted \n" ); document.write( "
Algebra.Com's Answer #361850 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a license plate is to consist of three digits followed by two uppercase letters. Determine the number of different license plates possible if the first digit cannot be zero, and repetition is not permitted
\n" ); document.write( "------
\n" ); document.write( "1st digit: 9 ways (0 is excluded)
\n" ); document.write( "2nd digit: 9 ways (0 is now included)
\n" ); document.write( "3rd digit: 8 ways (0 and the 2nd digit are excluded)
\n" ); document.write( "---
\n" ); document.write( "1st Letter: 26 ways
\n" ); document.write( "2nd Letter: 25 ways
\n" ); document.write( "----
\n" ); document.write( "Total # of license plates: 9^2*8*26*25 == 421,200
\n" ); document.write( "=================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=================
\n" ); document.write( "
\n" );