AMC 10 · 2005 · #25

Grade 5 arithmetic
set-partitionpair-counting extremal-constructioncomplementary-counting ↑ Prerequisites: set-partition
📏 Medium solution 💡 3 insights
📘 View easy version →
Problem
From the whole numbers 1 through 100, choose as large a collection B as possible so that no two chosen numbers add up to 125. Find the greatest number of members B can have.

Pick an answer.

(A)
50
(B)
51
(C)
62
(D)
65
(E)
68

AMC 10 2005 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Extreme Principle

The question asks for the largest set, so Tool #14 (Extreme Principle) frames the whole attack: find a hard ceiling that no set can beat, then build one set that reaches it. Tool #4 (Introduce a Variable) names a general number x so its forbidden partner 125-x can be written down and the boundary x ≥ 25 solved once for all. The ban links numbers in couples (x, 125-x), so Tool #7 (Identify Subproblems) splits the pool into two clean groups — numbers whose forbidden partner is out of range (always safe) and numbers that come in banned couples. Tool #2 (Make a Systematic List) writes out those couples so they can be counted exactly, since from each couple at most one number may be kept.

1STEP 1

Find each number's forbidden partner

Two numbers clash only if they add to 125, so x's sole forbidden partner is 125-x, which lies in 1 to 100 exactly when x ≥ 25.

x+ (125-x)=125; 125-x ≤ 100 ⇔ x ≥ 25
2STEP 2

Split the pool into safe and paired

So the 24 numbers 1 through 24 are always safe (their partners exceed 100), leaving only 25 through 100 to decide about.

safe: 1..24 (24 numbers); paired: 25..100 (76 numbers)
3STEP 3

List and count the banned couples

Pair those up: (25,100), (26,99), …, (62,63). The smaller members run 25 to 62, so there are 38 couples.

(25,100),(26,99),…,(62,63): 62-25+1=38 couples
4STEP 4

Apply the ceiling: at most one per couple

Each couple seats at most one member, so nothing beats 24 + 38 = 62; a 63rd pick would force some couple to send both.

24_safe+38_one per couple=62 (upper limit)
5STEP 5

Build a set that reaches 62

And B = {1, 2, …, 62} reaches it: its top two give 61 + 62 = 123, short of 125, so all 62 fit — choice (C).

B={1,…,62}: max sum=61+62=123 < 125, |B|=62→(C)
Answer
62
The two views agree: the couples argument says no set can beat 62, and the concrete set {1,…,62} hits 62, so 62 is both the ceiling and reachable. A quick check of the boundary couple (62,63) confirms it: 62+63=125, so 62 and 63 may not both appear — keeping 62 and dropping 63 is exactly what {1,…,62} does. The trap answer (A) 50 comes from only splitting into odd/even or stopping at half of 100; it undercounts because the 24 small safe numbers plus one from each couple beat any even split. Choices (D) 65 and (E) 68 exceed the 62 ceiling and would force a banned pair, so they are impossible.
💡Key takeaway

Match up the numbers that would break the rule, keep just one from each pair plus all the numbers too small to ever pair up, and the smallest 62 numbers turn out to be a set that fits.

  • Find each number's forbidden partner
  • Split the pool into safe and paired
  • List and count the banned couples
  • Apply the ceiling: at most one per couple
  • Build a set that reaches 62