🇺🇸 AMC 8 ⇄ switch contest
2008 AMC 8

Problem 13

Problem 13 · 2008 AMC 8 Medium
Algebra & Patterns system-of-equations

Mr. Harman needs to know the combined weight in pounds of three boxes he wants to mail. However, the only available scale is not accurate for weights less than 100 pounds or more than 150 pounds. So the boxes are weighed in pairs in every possible way. The results are 122, 125 and 127 pounds. What is the combined weight in pounds of the three boxes?

Show answer
Answer: C — 187 pounds.
Show hints
Hint 1 of 2
Don't solve for the three weights separately — you only need their total. Add all three pair-readings and see what you've actually counted.
Still stuck? Show hint 2 →
Hint 2 of 2
With three boxes, every box sits in exactly 2 of the 3 pairs, so adding the pair-sums counts each box twice.
Show solution
Approach: add the pair-sums, then halve
  1. Each box (a, b, c) appears in two of the three pairings, so 122 + 125 + 127 = (a+b) + (a+c) + (b+c) = 2(a+b+c). The grand total double-counts everyone.
  2. So 374 = 2·(total), giving total = 374 ÷ 2 = 187. No need to untangle the individual weights.
  3. Why this transfers: when items are summed in overlapping groups, add all the group-sums and divide by how many times each item was counted — a clean shortcut to the grand total.
Mark: · log in to save