Give the induction proof of:
$$ 1.2 + 2.3 + k(k+1) = \frac{k(k+1)(k+2)}{3} $$
Is this proof even possible? Not sure how to do.
Give the induction proof of:
$$ 1.2 + 2.3 + k(k+1) = \frac{k(k+1)(k+2)}{3} $$
Is this proof even possible? Not sure how to do.
you have to prove that if $$1\cdot 2+2\cdot3 \cdots+k(k+1)=\frac{k(k+1)(k+2)}{3}$$ holds, then $$1\cdot 2+2\cdot 3+\cdots+k(k+1)+(k+1)(k+2)=\frac{(k+1)(k+2)(k+3)}{3}$$ now you must show that $$\frac{k(k+1)(k+2)}{3}+(k+1)(k+2)=\frac{(k+1)(k+2)(k+3)}{3}$$