document.write( "Question 268377: A license plate is to have five uppercase letters or digits. Determine the number of license plates possible of repetition is permitted and if any position can contain either a letter or digit with the exception that the first position cannot contain the letter o or the number 0 \n" ); document.write( "
Algebra.Com's Answer #196856 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Letters + digits = 36 possibilities
\n" ); document.write( "The 1st one is 1 of 34
\n" ); document.write( "The other 4 are 1 of 36
\n" ); document.write( "Possibilities = 34*36^4 = 34*6^8\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );