document.write( "Question 204803: A license plate is to consist of three letters followed by two digits. How many different license plates are possible if the first letter must be a vowel (a, e, i, o, u), and repetition of letters is not permitted, but repetition of digits is permitted? \n" ); document.write( "
Algebra.Com's Answer #154566 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A license plate is to consist of three letters followed by two digits. How many different license plates are possible if the first letter must be a vowel (a, e, i, o, u), and repetition of letters is not permitted, but repetition of digits is permitted?
\n" ); document.write( "-------------------------------
\n" ); document.write( "Ans: 5*(26-5)(26-6)*10^2 = 210,000
\n" ); document.write( "------------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );