Prove that the following statement is true; $$8+11+14+...+(3n+5)= \frac12n(3n+13)$$So far I have P(1) is true. Assuming that P(k) is true; $$8+11+14+...+(3k+5)= \frac12k(3k+13)$$ Then I need to deduce that P(k+1) is true so, $$8+11+14+...+(3(k+1)+5)= \frac12(k+1)(3(k+1)+13)$$ $$8+11+14+...+(3(k+1)+5)$$ $$(8+11+14+...+(3k+5))+(3(k+1)+5)$$ $$\frac12k(3k+13)+(3(k+1)+5), by P(k)$$ $$\frac12k(3k+13)+(3k+8)$$
Not really sure where to go from here? Or have I gone wrong somewhere?