document.write( "Question 428729: In Mathylvania, license plates have two letters followed by four numbers. However, the letters O and I are not used because they look too much like 0 and 1 (0 and 1 can be used). Answer the following:\r
\n" );
document.write( "\n" );
document.write( "a. How many license plates are possible if letters and numbers can be repeated?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. How many license plates are possible if letters and numbers cannot be repeated?\r
\n" );
document.write( "\n" );
document.write( "MY WORK SO FAR:
\n" );
document.write( "letter possible: 24 (a b c d e f g h j k l m n p q r s t u v w x y z)
\n" );
document.write( "numbers possible: 10 (0 1 2 3 4 5 6 7 8 9) \n" );
document.write( "
Algebra.Com's Answer #297958 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! WITH REPEATS: \n" ); document.write( "24*24*10*10*10=576,000 POSSIBILITIES. \n" ); document.write( "WITOUT REPEATS: \n" ); document.write( "24*23*10*9*8=414,720 POSSIBILITIES. \n" ); document.write( " |