AMC 10 · 2012 · #10

Grade 7 algebra
sequences-arithmeticoptimization extremal-constructionconvert-to-algebra ↑ Prerequisites: sequences-arithmetic
📏 Medium solution 💡 3 insights
Problem
A circle is cut into 12 sectors whose central angles are whole numbers of degrees that form an arithmetic sequence. Find the smallest angle that is possible for the smallest sector.

Pick an answer.

(A)
5
(B)
6
(C)
8
(D)
10
(E)
12

AMC 10 2012 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

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

Call the smallest angle a and the constant gap d, so the 12 angles are a, a+d, a+2d, up to a+11d.

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

Add them to 360

The 12 angles fill the whole circle, so 12a + 66d = 360, which reduces to 2a + 11d = 60.

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

Make the start a whole number

Solving gives a = (60 - 11d)/2, and since 60 is even while 11 is odd, a is a whole number only when d is even.

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

Push the gap to its extreme

A bigger d makes a smaller, but a must stay positive, so d is at most 5 — the largest even value is d = 4.

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

Compute and check

With d = 4, a = (60 - 44)/2 = 8, and 8, 12, 16, ..., 52 really do add to 360 — answer (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