πŸ‡ΊπŸ‡Έ AMC 8 ⇄ switch contest
1987 AJHSME

Problem 3

Problem 3 · 1987 AJHSME Easy
Arithmetic & Operations pair-from-ends

2(81 + 83 + 85 + 87 + 89 + 91 + 93 + 95 + 97 + 99) =

Show answer
Answer: E — 1800.
Show hints
Hint 1 of 2
Don't add ten numbers in a row β€” notice they're evenly spaced. What does the smallest plus the largest equal, and does that hold for the next pair in?
Still stuck? Show hint 2 →
Hint 2 of 2
In any evenly-spaced list, pairing the ends inward gives equal sums. Count the pairs.
Show solution
Approach: pair from the ends
  1. The ten numbers climb by 2 each time, so pairing ends inward gives a constant total: 81 + 99 = 180, 83 + 97 = 180, and so on. Ten numbers make five pairs, each 180, so the bracket is 5 Γ— 180 = 900.
  2. Then double: 2 Γ— 900 = 1800.
  3. Why this transfers: this is the Gauss trick β€” any evenly-spaced sum equals (count) Γ— (average of first and last). Here that's 10 Γ— (81+99)/2 = 10 Γ— 90 = 900, the same 900 without listing pairs.
Mark: · log in to save