document.write( "Question 993639: a) How many automobile license plate can be made if each plate contains 2 different letters followed by 3 different digits?
\n" );
document.write( "b) Solve the problems if the first digit cannot be 0. \n" );
document.write( "
Algebra.Com's Answer #612926 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a) How many automobile license plate can be made if each plate contains 2 different letters followed by 3 different digits? \n" ); document.write( "26*25*10*9*8 \n" ); document.write( "-------------- \n" ); document.write( "b) Solve the problems if the first digit cannot be 0. \n" ); document.write( "26*25*9*9*8 \n" ); document.write( " |