You can put this solution on YOUR website! How do you express this series in summation notation?
-(1)/(2)+(1)/(4)+(-1)/(6)+(1)/(8)+(-1)/(10)
---
Take care of the signs: (-1)^n
Take of the numerator: 1
Take care of the denominator:(n)(n+1)
---
Summation[(-1)^n(1/[n(n+1)]]
for n = 1 to oo
================================
Cheers,
Stan H.
===========