← Pattern Anatomy

Pattern Anatomy

Each pattern, deconstructed.

pair-sum-invariant

Rank 12/22 1.9% of all AMC problems Grade 4–7

Partition a universe into forced complementary pairs (or up/down segment pairs) so that any legal configuration has a fixed total. Key move: re-pair the items so the constraint becomes a closure/balance argument, reducing optimization or computation to invariant arithmetic.

Drill 1020 variants available
Try a sample now
Sample problem
Try it →
27-year frequency
1999–2026 ↑ 100%
2026 forecast slots

How to solve

Primary tools find-patternssimplifyorganize
What to look for
  • Replace the 1-10 / 11-20 sets with 1-12 / 13-24 (shift by 12) — pair-sum changes but the closure argument is identical
  • Build a new rectilinear-polygon closure problem where one vertical side X is unknown and the up-segs = down-segs equation pins it
  • Pair-with-target-sum partition: choose k items from {1..2n} such that no two sum to 2n+1; total is forced

Sub-archetype mix (4)

Click a row to see member problems.

More data (year-over-year, tool fingerprint, grade distribution, all members)
34
members
1999–2026
Active years
Year-over-year

Tool fingerprint (1–17)

Grade distribution

  • Gr 3
    4
  • Gr 4
    5
  • Gr 5
    3
  • Gr 6
    16
  • Gr 7
    4
  • Gr 8
    2