I'm working on this question:
Rewrite the following summation using sigma notation and then compute it using the technique of telescoping summation. $$\frac{1}{2*5}+\frac{1}{3*6}+\frac{1}{4*7}+...+\frac{1}{(n-2)(n+1)}+\frac{1}{(n-1)(n+2)} $$
My work: I replaced the $n's$ for $i's$ and added the Sigma to it $$\sum_{i=1}^n \frac{1}{(i-2)(i+1)}+\frac{1}{(i-1)(i+2)} $$ would it be wrong to replace every $i$ with $\frac{n(n+1)}{2}$? And then simplify the resulting equation.
HINT:
$$\frac1{(i-2)(i+1)}=\frac13\cdot\frac{i+1-(i-2)}{(i-2)(i+1)}=\frac13\left(\frac1{i-2}-\frac1{i+1}\right)$$
Similarly, $$\frac1{(i-1)(i+2)}=\cdots=\frac13\left(\frac1{i-1}-\frac1{i+2}\right)$$
Set $i=1,2,\cdots,n-1,n$ find the surviving terms