document.write( "Question 580340: How many 4-number license plates can be made using the digits 0,1,2,3,4,5 if an even digit must come first and repititions are allowed? Not allowed? \n" ); document.write( "
Algebra.Com's Answer #371211 by dfrazzetto(283)\"\" \"About 
You can put this solution on YOUR website!
repetitions are allowed:\r
\n" ); document.write( "\n" ); document.write( "3*6*6*6 = 648\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "repetitions are NOT allowed:\r
\n" ); document.write( "\n" ); document.write( "3*5*4*3 = 180
\n" ); document.write( "
\n" );