0

The theory presented to me didn't make me understand how to do this kind of problem. I need help. Thanks you!

John
  • 51

1 Answers1

0

It's a telescoping sum:

$$\frac1{1\times2}+\frac1{2\times3}+\cdots+\frac1{n(n+1)}$$

$$=\left(\frac11-\frac12\right)+\left(\frac12-\frac13\right)+\cdots+\left(\frac1n-\frac1{n+1}\right)$$

$$=1-\frac1{n+1}=\dfrac n{n+1}$$

J. W. Tanner
  • 60,406