Number TheoryLevel 4 · Challenge
In how many ways can 60 be written as the sum of two or more consecutive odd positive integers that are arranged in increasing order?
- A. 1
- B. 2
- C. 3
- D. 4
- E. 5
Work through 2026 AMC 8 Problem 18 on number representation with a written solution, hints, and a visual explanation.
In how many ways can 60 be written as the sum of two or more consecutive odd positive integers that are arranged in increasing order?
Answer: B · 2
The sum of n consecutive odd integers starting from a is a + (a+2) + ⋯ + (a+2(n−1)) = an + n(n−1) = n(a+n−1). So n(a+n−1) = 60.
n(a + n − 1) = 60We need n ≥ 2, a odd and positive. Since a is odd and 60 is even, n must be even. Testing: n=2 gives a=29 (valid); n=6 gives a=5 (valid). No other even n works.
Loading practice tools…