AMC 8 · 2008 · #13

Grade 6 arithmetic
systems-of-equationslinear-equations-two-varmulti-digit-arithmetic identify-subproblems ↑ Prerequisites: linear-equations-one-varmulti-digit-arithmetic
📏 Short solution 💡 3 insights
Problem
Three boxes are weighed two at a time, giving pair totals of 122, 125, and 127 pounds. Find the combined weight of all three boxes.

Pick an answer.

(A)
160
(B)
170
(C)
187
(D)
195
(E)
354

AMC 8 2008 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Find an Invariant

We are not asked for each box's weight — only the total. Tool #11 (Find an Invariant) says to look for a quantity that stays the same no matter which pair you pick. The key invariant here is the count: when you add all three pair weights, every box gets counted exactly twice. Tool #4 (Introduce a Variable) lets us name the box weights x, y, z so we can write that observation as a clean equation. Then the total x + y + z falls out by dividing by 2 — no need to solve for x, y, z separately.

1STEP 1

Name the three box weights x, y, z; each pair weighing then gives one equation.

x + y = 122, x + z = 125, y + z = 127
2STEP 2

Add all three equations; on the left each of x, y, z appears exactly twice.

(x + y) + (x + z) + (y + z) = 122 + 125 + 127
3STEP 3

Combine like terms: the left becomes 2(x + y + z), and the right adds to 374.

2x + 2y + 2z = 374 → 2(x + y + z) = 374
4STEP 4

Divide both sides by 2: the combined weight is x + y + z = 187 pounds.

x + y + z = 3742\frac{374}{2} = 187 → (C)
Answer
187
Subtract pairs to recover each box and double-check. From x + z = 125 and x + y = 122: z - y = 3. Combined with y + z = 127, we get z = 65 and y = 62, then x = 60. Sum: 60 + 62 + 65 = 187. The pair totals are 60 + 62 = 122, 60 + 65 = 125, 62 + 65 = 127 — all match. Also, every box weighs between 60 and 65 pounds, so any single box is under 100 pounds — that is why Mr. Harman had to weigh them in pairs in the first place.
💡Key takeaway

When every pair gets weighed, add all the pair totals — each box was counted twice, so half the sum is the answer.