#Induction
20 messages · Page 1 of 1 (latest)
same as you would normally do any other induction problem
base case and inductive step
@rare lava which of these are you having trouble with?
ok
first solve it for a base case
in this case
solve it for one
1x2x3/6=1
so that checks out
now try to prove it is true for k+1 if it is true for k

Can it be proven with this?:
[
\frac{(n-1)(n)(2n-1)}{6} + n^2 = \frac{n(n+1)(2n+1)}{6}
]