2025 AMC 12A Problem 23
Problem 23 of 25HarderAlgebraCounting & Probability
Call a positive integer fair if no digit is used more than once, it has no s, and no digit is adjacent to two greater digits. For example, and are fair, but and are not fair. How many fair positive integers are there?
Answer choices
Show solution
Solution
The digits are distinct and drawn from and “no digit adjacent to two greater digits” means no interior digit is smaller than both neighbors.
For a fixed set of digits, build the arrangement by inserting digits from largest to smallest; each new (smaller) digit must go to one of the two ends, giving valid arrangements.
Summing over all nonempty digit subsets,
Thus, the correct answer is C.