TelescopingHardQuestion 210025
Question
The sum Σ(r=1 to n) 1/(r(r+1)) equals:
- An/(n+1)Correct
- B1/(n+1)
- C(n+1)/n
- D1/n
Correct answer
n/(n+1)
Explanation
Partial fractions: 1/(r(r+1)) = 1/r − 1/(r+1). Telescoping: (1 − 1/2) + (1/2 − 1/3) + ... + (1/n − 1/(n+1)) = 1 − 1/(n+1) = n/(n+1).