AMC 10 · 2005 · #13

Grade 6 geometry-2d
sequences-arithmeticdouble-counting pattern-recognitionidentify-subproblems ↑ Prerequisites: sequences-arithmeticmean-median-mode-range
📏 Medium solution 💡 2 insights 📊 Diagram
Problem
Five numbers are placed at the five points of a star, and each of the five edges gets the sum of its two endpoints. Those five sums form an arithmetic sequence in some order. Find the middle term of that sequence.

Pick an answer.

(A)
9
(B)
10
(C)
11
(D)
12
(E)
13
How to solve
Strategy Change Focus / Count the Complement

Placing 3, 5, 6, 7, 9 correctly is a maze of 120 orderings, and chasing the right one is slow. Tool #16 (Change Focus) sidesteps it: instead of finding the arrangement, add up all five edge sums at once. Tool #5 (Look for a Pattern) supplies the key structural fact — every point touches exactly two edges, so that grand total counts each number twice. Tool #4 (Introduce a Variable) names the middle term m and turns the arithmetic-sequence fact into a single equation.

1STEP 1

Stop arranging, start totaling

Change focus from the arrangement to the grand total of all edge sums.

S₁ + S₂ + S₃ + S₄ + S₅ = ?
2STEP 2

Each point is counted twice

Each point lies on two edges, so the total is twice the number sum.

S₁ + S₂ + S₃ + S₄ + S₅ = 2(3+5+6+7+9) = 2 · 30 = 60
3STEP 3

Middle term equals the average

In an odd-length arithmetic sequence the middle term is the average.

5m = S₁ + S₂ + S₃ + S₄ + S₅ = 60
4STEP 4

Solve for the middle term

Dividing gives 12, choice (D).

5m = 60 → m = 60/5 = 12 → (D)
Answer
12
The middle term must be the average of the five edge sums, and that average never depends on how the numbers are arranged — it is always 60/5 = 12. Check that a real arrangement exists so the problem is well-posed: place the numbers around the star in the cyclic order 9, 5, 6, 7, 3. The edge sums are 9+5=14, 5+6=11, 6+7=13, 7+3=10, 3+9=12, i.e. {10,11,12,13,14} — an arithmetic sequence with common difference 1 and middle term 12. Also, 12 is one of the answer choices and sits right in the middle of the list, both reassuring signs.
💡Key takeaway

When the exact arrangement is hard to pin down, add everything up at once — the total often hands you the answer.

  • Stop arranging, start totaling
  • Each point is counted twice
  • Middle term equals the average
  • Solve for the middle term