Bunuel
In the sequence S, each term after the first is twice the previous term. If the first term of sequence S is 3, what is the sum of the 14th, 15th, and 16th terms in sequence S?
(A) 3(2^16)
(B) 9(2^15)
(C) 21(2^14)
(D) 9(2^14)
(E) 21(2^13)
Kudos for a correct solution. MANHATTAN GMAT OFFICIAL SOLUTION:The sequence S is 3, 6, 12, 24, 48, and so on. We could write out the first 16 terms and add the 14th, 15th, and 16th together, but such an approach would be prone to error and time consuming. Additionally, we don't need to calculate the sum explicitly: the answer choices all have some power of 2 as a factor, providing a hint at the best solution method.
Let's write the sequence in terms of the powers of 2:
S: 3, 6, 12, 24, 48, and so on.
S: 3(2^0), 3(2^1), 3(2^2), 3(2^3), 3(2^4), and so on.
So Sn, the nth term of S, equals 3*2^(n - 1).
Thus, the sum of the 14th, 15th, and 16th terms equals 3(2^13) + 3(2^14) + 3(2^15).
All of the terms share the common factors 3 and 2^13, so factor those terms out:
3(2^13)(1 + 2^1 + 2^2) = 21*2^13.
The correct answer is E