Bunuel
What is the value of \(k\) if the sum of consecutive odd integers from 1 to \(k\) equals 441?
A. 47
B. 41
C. 37
D. 33
E. 29
M06-28
Official Solution:What is the value of \(k\) if the sum of consecutive odd integers from 1 to \(k\) equals 441?A. 47
B. 41
C. 37
D. 33
E. 29
Consecutive odd integers represent an evenly spaced set (aka arithmetic progression). Now, the sum of the terms in any evenly spaced set is the mean (average) multiplied by the number of terms, where the mean of the set is \(\frac{\text{first term} + \text{last term}}{2}\).
\(\text{average}=\frac{\text{first term} +\text{last term}}{2}=\frac{1+k}{2}\);
\(\text{# of terms}=\frac{k-1}{2}+1=\frac{k+1}{2}\) (# of terms in an evenly spaced set is \(\frac{\text{last term} - \text{first term}}{\text{common difference}}+1\))
\(\text{sum} = \frac{1+k}{2}*\frac{k+1}{2}=441\). Simplify: \((k+1)^2=4*441\), so \(k+1=2*21=42\) giving \(k=41\).