MAged wrote:
In a certain state, each license plate consists of either three digits (between 0 and 9, inclusive)
followed by two letters or three letters followed by two digits. For example, 055-XY, 123-PP, and
AAA-70 are all acceptable plates. How many different license plates can the state issue?
So license plates can be:
There are 10 number and 26 letters. Each blank that can take a number has 10 option (0-9) and each blank that can take letters has 26 options (A-Z)
Looking at each case:
3 number 2 lettersnumber of combinations= \(10 \times 10 \times 10 \times 26 \times 26\)=676000
2 number 3 lettersnumber of combinations= \(10 \times 10 \times 26 \times 26 \times 26\)=1757600.
Adding the two cases:
Total combination=2433600.