AMC 10 · 2024 · #24
Grade 6 arithmeticPick an answer.
AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
The four inputs 2022, 2023, 2024, 2025 look special but the denominators 2, 4, 8, 8 only care about m mod 8. Tool #7 (Identify Subproblems) splits the question by parity: two even cases (2022, 2024) and two odd cases (2023, 2025). Tool #9 (Easier Related Problem) replaces the giant inputs with small representatives — m = 2 for the even case, m = 1 for the odd case — and computes P exactly there. Tool #5 (Look for a Pattern) shows the integer/non-integer status is the same for every even (resp. odd) input, so the small representatives generalize. Tool #6 (Guess and Check) provides a direct check by computing P(1) and P(2) in seconds.
Split the four inputs by parity: 2022, 2024 are even and 2023, 2025 are odd, so whether P(m) is an integer depends only on parity.
Grade 2 odd/even classification splits four cases into two pattern-classes.
2.OA.C.3Identify SubproblemsEven m = 2k: every term becomes a whole number, and the smallest case gives P(2) = 36. So P(2022), P(2024) are integers.
Grade 6 substitute m = 2k — each numerator inherits enough 2s to cancel its denominator, leaving whole-number pieces.
6.EE.A.2Solve An Easier Related ProblemOdd m = 1: P(1) = + + + = = 1 — the four fractional pieces sum to exactly one whole.
Grade 5 add fractions with denominators 2, 4, 8 via common denominator 8 — the leftovers tile to one whole.
5.NF.A.1Guess And CheckAny odd m also gives m² ≡ m⁴ ≡ m⁸ ≡ 1 (mod 8), so its fractional pieces match m = 1 and again sum to 1 → P(2023), P(2025) are integers.
Grade 6 multiples-and-remainders: every odd square sits one above a multiple of 8, so all higher even powers stay at the same residue.
6.NS.B.4Look For A PatternEvery input is even or odd, and both parities yield integers — so all four P-values are integers → (E).
Grade 2 counting: two evens + two odds = four.
2.OA.C.3Identify SubproblemsBig inputs like 2024 scare you for nothing: the denominators only care about parity. Test the smallest even m = 2 and the smallest odd m = 1 — both give whole-number P(m), so every integer m does, and the answer is all four.