175k views
0 votes
An auto license plate consists of 6 digits; the first three are any letter (from the 26 alphabets), and the last three are any number from 0 to 9. For example, AAA 000, ABC 123, and ZZZ 999 are three possible license plate numbers. How many different license plate numbers may be created?

1 Answer

3 votes

Answer: There are 17576000 ways to generate different license plates.

Explanation:

Since we have given that

Numbers are given = 0 to 9 = 10 numbers

Number of letters = 26

We need to generate the license plate numbers.

Since there are repetition allowed.

We would use "Fundamental theorem of counting".

So, the number of different license numbers may be created as given as


26* 26* 26* 10* 10* 10\\\\=26^3* 10^3\\\\=17576* 1000\\\\=17576000

Hence, there are 17576000 ways to generate different license plates.

User Will Sewell
by
7.9k points