sjuniv32
In a sequence \( b_1, b_2, b_3\), . . . in which \(b_1\) is the first term, \(b_1 = 8\), and for all integers \(n > 1, b_n\) = \((−1)^{n−1} \\
(b_{n−1} − 1)\). What is the sum of the first 43 terms of this sequence?
A) 1
B) 13
C) 21
D) 29
E) 43
We can straightaway say that alternate numbers are positive and negative. Also each pair of consecutive number will have a difference of 1.
Let us solve it.
\(b_1 = 8\),
and for all integers \(n > 1, b_n\) = \((−1)^{n−1} (b_{n−1} − 1)\)
\(b_2= (−1)^{2−1} (b_{2−1} − 1)= (−1)^{1} (b_{1} − 1)=-1*(8-1)=-7\)
\(b_3= (−1)^{3−1} (b_{3−1} − 1)= (−1)^{2} (b_{2} − 1)=1*(-7-1)=-8\)
\(b_4= (−1)^{4−1} (b_{4−1} − 1)= (−1)^{3} (b_{3} − 1)=-1*(-8-1)=9\)
\(b_5= (−1)^{5−1} (b_{5−1} − 1)= (−1)^{4} (b_{4} − 1)=1*(9-1)=8\)
The terms will repeat thereafter.
So the sequence is
8, -7, -8, 9, 8.....
So the repeating pattern of 4 number adds up to ( 8 +(-7)+(-8)+9) or 2.
Thus first 10 patterns, equalling first 40 terms, add up to 10*2=20.
The last three terms are 8,-7,-8 or they add up to -7.
Sum of the 43 terms =20+(-7)=13
B