Problem 11 · 1999 AMC 8
Medium
Logic & Word Problems
counted-twiceoptimization

Show answer
Answer: D — 24.
Show hints
Hint 1 of 2
The plus shape overlaps at the center square β that one number belongs to BOTH the row and the column. So if you add the row-sum and the column-sum together, the center gets counted twice while everyone else is counted once.
Still stuck? Show hint 2 →
Hint 2 of 2
Equal sums means each line is exactly half of (row + column). To make that half as big as possible, you want the doubled number β the center β to be the largest. Name this the 'shared-cell counts twice' idea.
Show solution
Approach: the overlap cell is counted twice β load it to maximize
- Add the row total and the column total. Every number appears once except the center, which sits in both lines, so the grand total is (1+4+7+10+13) + center = 35 + center.
- The two lines are equal, so each equals half of 35 + center. To push that as high as possible, put the biggest number, 13, in the center: (35 + 13) Γ· 2 = 48 Γ· 2 = 24.
- Worth keeping: whenever a cell is shared by two groups whose sums you're combining, it gets double-counted β and that's a lever. Want the largest equal sums? Maximize the shared cell. (Sanity check: 24 must be achievable β center 13, then pair the rest as 1+10 and 4+7, each making 11, and 11+13 = 24. β)
Mark:
· log in to save