document.write( "Question 180889This question is from textbook
\n" ); document.write( ": A license plate is to consist of two letters followed by three digits. How many different license plates are possible if the first letter must be a vowel, and repetition of letters is not permitted, but repetition of digits is permitted? \n" ); document.write( "
Algebra.Com's Answer #135637 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
VLDDD
\n" ); document.write( "any one of 5 vowels may be the 1st letter.
\n" ); document.write( "any one of 25 letters may be the second letter.
\n" ); document.write( "any of 10 digits 3 times are the last 3.
\n" ); document.write( "5*25*10^3=125,000 different plates are permitted.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" ); document.write( "
\n" );