You can put this solution on YOUR website! Write the series with summation notation: 2+5+8+11+...
2
2+1*3 = 5
2+2*3 = 8
2+3*3 = 11
---
a(n) = 2 + 3n
---
Answer: S(n) = Summation (as n goes from 0 to k) of (2+3n)
-------------
Cheers,
Stan H.
-------------
If you need more one-on-one help, email me at jim_thompson5910@hotmail.com. You can ask me a few more questions for free, but afterwards, I would charge you ($2 a problem to have steps shown or $1 a problem for answer only).
Alternatively, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Any amount is greatly appreciated as it helps me a lot. This donation is to support free tutoring. Thank you.
Jim
------------------------------------------------------------------------------------------------------------------------