Find the sum of the expression
1/sqrt(1) + 1/sqrt(2)) + 1/(sqrt(2) + sqrt(3)) + 1/(sqrt(3) + sqrt(4)) + ... + 1/(sqrt(99) + sqrt(100))
A. 7 B. 8 C. 9 D. 10
GATE 2013 · General Aptitude · Number Series · medium
Answer: The sum of the series is sqrt(81) - sqrt(1) = 9 - 1 = 8 (option B).
Rationalize a general term: Multiply numerator and denominator by (sqrt(k+1)-sqrt(k)): numerator becomes sqrt(k+1)-sqrt(k), denominator becomes (sqrt(k+1))^2 - (sqrt(k))^2 = (k+1)-k = 1. So each term = sqrt(k+1) - sqrt(k).
Telescope the sum: S = (sqrt(2)-sqrt(1)) + (sqrt(3)-sqrt(2)) + ... + (sqrt(81)-sqrt(80)). All intermediate terms cancel. S = sqrt(81) - sqrt(1) = 9 - 1 = 8.