Bunuel
Sequence S is defined as \(S_n = X + \frac{1}{X}\), where \(X = S_{n – 1} + 1\), for all n > 1. If \(S_1= 201\), then which of the following must be true of Q, the sum of the first 50 terms of S?
(A) 13,000 < Q < 14,000
(B) 12,000 < Q < 13,000
(C) 11,000 < Q < 12,000
(D) 10,000 < Q < 11,000
(E) 9,000 < Q < 10,000
\(Q = S_1 + S_2 + S_3 + . . . . . . . + S_{50}\)
\(S_n = X + \frac{1}{X}\)
--> \(S_n = (S_{n-1} + 1) + \frac{1}{(S_{n-1} + 1)}\)
Given, \(S_1 = 201\)
--> \(S_2 = (S_1 + 1) + \frac{1}{(S_{n-1} + 1)} = 201 + 1 +\frac{ 1}{201 + 1} = 202 + \frac{1}{202} = 202\) (approx.)
Similarly \(S_3 = 203\), \(S_4 = 204\) . . . . . . . \(S_{50} = 250\)
--> Q = 201 + 202 + 203 + . . . . . . .. + 249 + 250 (approx.)
The above is in Arithmetic Progression with n = 50, first term = 201 & last term = 250
--> Sum of the terms, \(Q = \frac{50}{2}*(201 + 250) = 25*451 = 11275\)
Option C