Bunuel
Consider the sequence of numbers beginning 23, 27, 28, 32, 33... It continues in such a way that by adding 5 to the nth term, one obtains the (n + 2)th term. What is the sum of the first 19 members of this sequence?
A. 878
B. 900
C. 788
D. 928
E. 1022
Let first number = 23
Sequence is 23, 23+4, 23+5, 23+9, 23+10, . . . .
In first 19, there are 10 Odd terms & 9 Even terms
Odd terms \(t_1\), \(t_3\), \(t_5\). . . . . . . .\(t_{19}\) are 23, 23+5, 23+10 . . . . . . 23+45 --> AP series with common difference 5
Even terms \(t_2\), \(t_4\), \(t_6\). . . . . . . .\(t_{18}\) are 23+4, 23+9, 23+14, . . . . . . 23+44 --> AP series with common difference 5
Sum of Odd terms = n/2*(1st term + last term) = 10/2*(23 + 68) = 455
Sum of Even terms =9/2*(1st term + last term) = 9/2*(27 + 67) = 9/2*94 = 423
Total sum = 455 + 423 = 878
IMO Option A
Pls Hit Kudos if you like the solution