[Math] A standard Missouri state license plate consists of a sequence of two letters, one digit, one letter, and one digit.

combinatorics

A standard Missouri state license plate consists of a sequence of two letters, one digit, one letter, and one digit. How many such license plates can be made?

Best Answer

L-L-D-L-D:

  • L = letter $\in \{a, b, c, d, ..., x, y, z\}$; $\;26$ letters in the alphabet
  • D = Digit $\in \{0, 1, 2, ..., 8, 9\}$; $\;10$ possible digits to choose from

You have:

$\quad$ ___options for the first letter

$\times $ ___options for the second letter (not necessarily distinct from the first letter)

$\times$ ___options for the first digit

$\times$ ___options for the last letter, (not necessarily distinct from the first or second letter)

$\times$ ___options for the last digit...(not necessarily distinct from the first digit)

= total number of possible license plates that can be produced in Missouri.