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
Hello, everyone. For the less mathematically inclined, you can also pair numbers and keep track of the sum by the number of pairs. To illustrate, say you started with 33:
1 + 3 + 5 + ...
Since we know that the last number will be 33, the
next to last number will be 31, then 29, and so on.
1 + 3 + 5 + ... + 29 + 31 + 33
By pairing the outermost numbers and working our way in, we can appreciate that each individual sum will be 34.
(1 + 33) + (3 + 31) + (5 + 29)
The question is, do we have enough pairs to work up to 441? Well, clearly we do not, since the last pair, 15/19, only gets us to eight total pairs (plus an unmatched 17), and
34 * 8 = well below 400
We can comfortably eliminate (D) and (E). Now it would make sense to choose (B), 41, the number in the middle of the three remaining answers. The sum of each pair will be higher this time, but the process should be faster this time around, since we are already keen to the process.
1 + 3 + 5 + ... + 37 + 39 + 41
(1 + 41) + (3 + 39) + (5 + 37)
How many pairs of 42 will we have? You can count them on your fingers if you want. The answer will be ten, ten pairs, and of course, 21 cannot be doubled, so it is the odd number out that we have to add back in.
(42 * 10) + 21 = 441
To be clear, I am
not advocating this method over the more formulaic ways of solving the question given above, but number sense can come in handy in a pinch.
- Andrew