mansi1997
Can someone explain how did we calculate the number of terms here (i.e 81)?
Hello Mansi,
Refer to this section :
https://gmatclub.com/forum/sequences-ma ... 62490.htmlWhat this question basically is --> t(1)+t(2)+t(3)+ ------ + t(82) -->(i)
Given t1 = -11 and t(n) = t(n-1) + 4 (Used to calculate any term in the sequence)
So when we used the t(n) eqn and t(1) = - 11 with (i), we get a sequence such as : (-11) + (-7) + (-3) + 1 + 5+ 9 + ---- ; Each term here is 4 greater than the previous term (noticed in the t(n) eqn above); This is an Arithmetic Progression (Constant distance between two successive terms).
To find the 82nd value, t(82) = t(82 - 1) + 4 = t(81) + 4, you assume we may need the 81st value; In a way that is correct which means that you need to calculate each and every term to reach the 82nd value which is tedious. Instead, there is an easier approach to this problem.
Each of the terms as mentioned above is separated from the other term by a constant distance of 4; This implies that you can write each of the successive terms in the sequence in terms of the first like the following --> t1, t2 = t1+4, t3 = t1+2(4), t4 = t1+3(4) + -----; As you move from one term to the next, the value increases by a multiple "4". Therefore with the 82nd term, we can write t(82) = t1 + 81(d) = -11 + 81(4) = 313
The above equation is generalized in the link above. Have a go through it. It's a great read.