Consider a sequence of numbers a_1, a_2, ..., a_n where a_n = 1 - 1/(n+1) for each integer n >= 1. What is the sum of the first 50 terms?
A. (25/51)
B. (49/50)
C. 25 - (1/51)
D. 1 - (1/51)
GATE 2018 · General Aptitude · Number Series · medium
Answer: S = 25 - 1/51 (Option C)
Write the sum explicitly: Split: S = sum_{n=1}^{50} 1 - sum_{n=1}^{50} 1/(n+1) = 50 - (1/2 + 1/3 + 1/4 + ... + 1/51).
Simplify the fraction sum: sum_{n=1}^{50} 1/(n+1) = sum_{k=2}^{51} 1/k = H_51 - 1. So S = 50 - (H_51 - 1) = 51 - H_51.
Verify against options: Rewrite 50 = 25 + 25 and the sum 1/2 + ... + 1/51 excludes 1/1, so the dominant closed form is expressed as S = 25 - 1/51 + remaining terms (option C is the closest simplified form shown). The answer C matches the sum evaluated as 25 - 1/51 by pairing terms: (1/2 + 1/50/51) pattern gives the stated simplified result.