According to me, the answer is 74 (B). This is one way you could solve it -
Since the given sequence is
2, -3, 5 , 1,
From the formula given
a5 = a(5-4)=a1=2
Similarly a6=a2 (-3) , a7=a3 (5), a8=a4 (-1)
So the sequence of first four numbers is repeating -
Hence the infinite sequence looks like this:
2, -3, 5, -1, 2, -3, 5, -1, 2, -3, 5, -1 and so on...
Now to find out the sum, you can group the pattern like this
(2, -3, 5 , -1) + (2, -3, 5, -1) + ...
Find sum of each group -
(3) + (3) + ....
Since the pattern is repeating after every four numbers, and since 96 is multiple of 4, the new pattern will start from 97th number.
97th number is 2
97 = 4 * n + 1
n=24
So the sum of 97 terms is
(3) * 24 + 2 = 72 + 2
Let me know if you have quest!