document.write( "Question 692372: How many different license plates can be made using 4 letters followed by 3 digits selected from the digits 0 through 9, if digits may be repeated but letters may not be repeated?\r
\n" ); document.write( "\n" ); document.write( "a) 358,800,000
\n" ); document.write( "
\n" ); document.write( "b) 1,794,000
\n" ); document.write( "
\n" ); document.write( "c) 258,336,000
\n" ); document.write( "
\n" ); document.write( "d) 456,099
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #427321 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
With a 26-letter alphabet, there are \"26\" different choices for the first letter.
\n" ); document.write( "Each first letter choice leaves you \"25\" other letters that can be chosen as second letter.
\n" ); document.write( "So there are \"26%2A25\" ways to choose the first two letters,
\n" ); document.write( "and for each of those choices there are still \"24\" other letters to choose the third letter from.
\n" ); document.write( "So there are \"26%2A25%2A24\" ways to choose the first three letters,
\n" ); document.write( "and for each of those choices there are still \"23\" other letters to choose the fourth letter from.
\n" ); document.write( "So there are \"26%2A25%2A24%2A23\" ways to choose the four letters at the beginning of the license plate.
\n" ); document.write( "Then, there are 10 ways to choose each of the three digits, resulting in
\n" ); document.write( "\"10%2A10%2A10=1000\" combinations of three digits, from 000 to 999,
\n" ); document.write( "that can follow each of the \"26%2A25%2A24%2A23\" allowed four-letter combinations.
\n" ); document.write( "That gives us \"26%2A25%2A24%2A23%2A1000=358800000\" possible different license plates.
\n" ); document.write( "So the correct answer is a).
\n" ); document.write( "
\n" );