Re: In a sequence a1, a2,…, each term after the first is found
[#permalink]
19 Sep 2017, 09:43
The sequence is 2, -1, 2, -1, ... and so on. Thus, every two elements of the sequence sum to 1. If we need to compute the sum of the first 99 terms, we can divide it by 2 in order to get the number of couples which sum to 1. 99/2=49.5, thus there are 49 couples so that 49*1=49, and we have the sum of the first 98 terms. The 99 term, being odd, will be equal to 2, thus we just have to sum 49 and 2 to get 51. Answer C!