Bunuel
If S is the infinite sequence such that \(t_1 = 4\), \(t_2 = 10\), …, \(t_n = t_{n-1} + 6\),…, what is the sum of all the terms from \(t_{10}\) to \(t_{18}\)?
(A) 671
(B) 711
(C) 738
(D) 826
(E) 991
We see we have an evenly spaced set with 6 being the difference between terms.
Since t1 = 6 x 1 - 2 = 4 and t2 = 6 x 2 - 2 = 10, we see that:
t10 = 6 x 10 - 2 = 58 and t18 = 6 x 18 - 2 = 106
Thus, the sum of the terms from t10 to t18 is:
(58 + 106)/2 x (18 - 10 + 1)
82 x 9 = 738
Alternate Solution:
We see that this is an arithmetic sequence, with common difference d = 6
The formula for the nth term of an arithmetic sequence is t_n = t_1 + (n – 1)d
Thus, t_10 = t_1 + (10 -1)6 = 4 + (9)(6) = 58
Since each succeeding term is 6 more than the previous, we have:
t_11 = 64, t_12 = 70, t_13 = 76, t_14 = 82, t_15 = 88, t_16 = 94, t_17 = 100 and t_18 = 106.
The sum of the terms from t_10 to t_18 is:
58 + 64 + 70 + 76 + 82 + 88 + 94 + 100 + 106 = 738
Answer: C