document.write( "Question 1044274: The license plate system in Ohio has 5 digits AA###. Where A can be any letter A-Z and the # sign is any number 0-9. How many license plates can they have?
\n" ); document.write( "
\n" ); document.write( "a. They are thinking about changing to a system that will have plates in the format AAB##. The third letter B, can be any letter except the letter O. How many more plates will they be able to assign with the new format?
\n" ); document.write( "
\n" ); document.write( "b. How many plates will they have issued total when they have used up all possible combinations of both styles?
\n" ); document.write( "

Algebra.Com's Answer #659544 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
The license plate system in Ohio has 5 digits AA###. Where A can be any letter A-Z and the # sign is any number 0-9. How many license plates can they have?
\n" ); document.write( "A-Z is 1 of 26
\n" ); document.write( "--> 26*26*10*10*10 = 676000
\n" ); document.write( "
\n" ); document.write( "==============
\n" ); document.write( "a. They are thinking about changing to a system that will have plates in the format AAB##. The third letter B, can be any letter except the letter O. How many more plates will they be able to assign with the new format?
\n" ); document.write( "Find the number, then subtract 676000
\n" ); document.write( "
\n" ); document.write( "================
\n" ); document.write( "b. How many plates will they have issued total when they have used up all possible combinations of both styles?
\n" ); document.write( "Add the 2 numbers.
\n" ); document.write( "
\n" );