2025 AMC 10 A
Complete problem set with solutions and individual problem pages
Problem 24 Easy
Call a positive integer if no digit is used more than once, it has no s, and no digit ins adjacent to two greater digits. For example, , , and are fair, but , , and are not fair. How many fair positive integers are there?
- A.
- B.
- C.
- D.
- E.
Answer:C
For selected digits, let count arrangements where no digit is adjacent to two larger digits.
Base cases: .
For , the smallest digit must occupy either the first or last position.
Each placement corresponds bijectively to arranging digits with the same constraint, giving , hence .
Total fair integers:
