What is the sum of the first 28 terms in the following sequence? 1, 1, 2, 1, 3, 2, 1, 4, 3, 2, 1, 5, 4, 3, 2, …
- (a) 83
- (b) 84 ✓ UPSC's answer
- (c) 85
- (d) 86
Why the answer is (b)
• The sequence is composed of blocks where the $n$-th block starts with $n$ and decreases by 1 until it reaches 1, so the $n$-th block is $(n, n-1, \dots, 1)$.
• The length of the $n$-th block is $n$ terms, and the sum of the $n$-th block is $\frac{n(n+1)}{2}$.
• We need the sum of the first 28 terms. The sum of the lengths of the first $k$ blocks is $\frac{k(k+1)}{2}$.
• For $k=6$, the total number of terms is $\frac{6(7)}{2} = 21$. For $k=7$, the total number of terms is $\frac{7(8)}{2} = 28$.
• Thus, the first 28 terms exactly comprise the first 7 blocks.
• The total sum is the sum of the sums of the first 7 blocks: $\sum_{n=1}^{7} \frac{n(n+1)}{2} = \frac{1}{2} \sum_{n=1}^{7} (n^2 + n) = \frac{1}{2} (\frac{7(8)(15)}{6} + \frac{7(8)}{2}) = \frac{1}{2} (140 + 28) = \frac{168}{2} = 84$.
Why the other options are wrong
- (a) 83
- 83 is incorrect because the exact sum of the first 7 blocks is 84, not 83.
- (c) 85
- 85 is incorrect because the exact sum of the first 7 blocks is 84, not 85.
- (d) 86
- 86 is incorrect because the exact sum of the first 7 blocks is 84, not 86.
Asked in the CSAT Paper II of the UPSC Civil Services Preliminary Examination 2024, held on 16 June 2024. Question and answer key: Union Public Service Commission. Explanation: UPSC Answer Check.