Question
Quantitative Aptitude Question on Sequence and Series
Consider a sequence of real numbers x1,x2,x3,… such that xn+1=xn+n−1 for all n≥1. If x1=−1 then x100 is equal to
A
4949
B
4849
C
4850
D
4950
Answer
4850
Explanation
Solution
xn+1 = xn + n - 1
x 1 = -1
x 2 = x1 + (1 - 1)
x 3 = x2 + (2 - 1)
⇒ x3 = x1 + (1 - 1) + (2 - 1)
x 4 = x3 + (3 - 1)
⇒ x4 = x1 + (1 - 1) + (2 - 1) + (3 - 1)
so, as we see that,
x100 = x1 + (1 - 1) + (2 - 1) + (3 - 1) + … + (99 - 1)
x100 = x1 + (1 + 2 + 3 + 4 + … + 98 + 99) - 99 (1)
x100 = x1 + (1 + 2 + 3 + 4 + … + 98)
x100 = (-1) + (98×299)
x100 = (-1) + 4851
x100 = 4850