document.write( "Question 272080: How many 4-number license plates can be made using the digits 0, 1, 2, 3, 4, and 5, if an even digit must come first and repetitions are allowed? Not allowed? \n" ); document.write( "
Algebra.Com's Answer #199108 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
FIRST DIGIT 3 (0,2,4):
\n" ); document.write( "ALL OTHER DIGITS 6
\n" ); document.write( "THUS WE HAVE 3*6*6*6=648 WITH REPEATS.
\n" ); document.write( "WITH NO REPEATS WE HAVE :
\n" ); document.write( "FIRST DIGIT 3:
\n" ); document.write( "THE REST 5,4,3
\n" ); document.write( "THUS WE HAVE 3*5*4*3=180 WITHOUT REPEATS.
\n" ); document.write( "
\n" );