AMC 10 · 2012 · #7

Grade 7 geometry-2d
sequences-arithmeticoptimization extremal-constructionconvert-to-algebra ↑ Prerequisites: sequences-arithmetic
📏 Medium solution 💡 3 insights
Problem
Whole-number angles in an evenly stepping sequence fill a full turn. Find the smallest possible first angle.

Pick an answer.

(A)
5
(B)
6
(C)
8
(D)
10
(E)
12
How to solve
Strategy Extreme Principle

The question asks for the smallest possible first angle, so this is a min/max problem: I name the first angle and the common difference, turn 'the angles fill a circle' into one equation, and then push the common difference to its largest allowed value to force the first angle as small as it can go.

1STEP 1

Name the two unknowns

Two unknowns describe all twelve angles.

a, a+d, a+2d, …, a+11d
2STEP 2

Add them to 360

Their sum being a full turn is one equation.

12a + 66d = 360 → 2a + 11d = 60
3STEP 3

Make the start a whole number

Whole angles force the step to be even.

a = (60 - 11d)/2 → d must be even
4STEP 4

Push the gap to its extreme

Pushing the step up gives 4.

60 - 11d > 0 → d ≤ 5, d even → d = 4
5STEP 5

Compute and check

The first angle is then 8, choice (C).

a = (60 - 44)/2 = 8, 8+12+…+52 = 360
Answer
8
The angles 8, 12, 16, ..., 52 are all positive whole numbers, evenly spaced, and add to exactly 360, so the arrangement is legal. Trying the next even step d = 6 needs 66 degrees of increase in one term, which already breaks a > 0, so 8 cannot be beaten and answer (C) holds.
💡Key takeaway

When a fixed total is split into evenly spaced parts, making the gap as big as allowed makes the smallest part as tiny as possible.

  • Name the two unknowns
  • Add them to 360
  • Make the start a whole number
  • Push the gap to its extreme
  • Compute and check