Skip to main content
OlympiadHQ

Browse · MATH

Print

jmc

counting and probability intermediate

Problem

A license plate consists of two letters followed by two digits; for example, . Neither the digits nor the letters may be repeated, and neither the letter nor the digit may be used. When reading from left to right, the letters must be in alphabetical order and the digits must be in increasing order. How many different license plate combinations are possible?
Solution
Given any set of two distinct letters (neither of which is O) and two distinct digits (neither of which is 0), we can build exactly one license plate because, whatever the letters and digits, there is only one allowed order. We can choose two distinct letters (excluding O) in ways and two distinct digits (excluding 0) in ways. Thus the total number of license plates is .
Final answer
10800