Mary divides a circle into sectors. The central angles of these sectors, measured in degrees, are all integers and they form an arithmetic sequence. What is the degree measure of the smallest possible sector angle?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
The 12 angles sum to 360, so 2a + 11d = 60; d must be even, and the largest even d with a positive is 4, giving a = 8.
Solution
Let the smallest angle be and the common difference (both integers). The twelve angles are , and they fill the circle:
To make as small as possible, make as large as possible. Since and are even, must be even, so is even. Also forces , so . The largest even option is , which gives , so .
Check: the angles sum to .
The answer is .
Why this works
An arithmetic sequence with a fixed sum trades off its first term against its common difference through one linear equation. Integer constraints then enter through parity: makes even. Push the "free" parameter to its extreme and read off the answer.
The trap
Trying d = 5 (which makes a non-integer) or stopping at d = 2 with a = 19 without maximizing the common difference.
Common mistakes
- Trying d = 5 (which makes a non-integer) or stopping at d = 2 with a = 19 without maximizing the common difference.
- Using the sum formula with or terms, or writing instead of .
Techniques
Set up the equation/formula and compute; no special trick needed · Use an invariant, parity, or coloring argument