I am a first year Math student and I am looking at problem in my text book which does not have any answers and I have completely no idea how to do this paticular problem.
Show, using mathematical induction, that for all natural numbers n ≥ 3, $$ 4^2 + 4^3 + 4^4 + · · · + 4^n = \frac{4^2(4^{n-1} -1)}{3} $$
Base Case: n=3 $$4^2 + 4^3 = \frac{4^2(4^{n-1} -1)}{3}$$
I understand now
$$ 16 + 64 = 80 $$
Inductive step:
$$\frac{4^2(4^{n-1} -1)}{3}+4^{n+1}=\frac{4^2(4^n -1)}{3}\ .$$ what do I do after this?
I as under the impression when n= 3 the left hand side meant 4^2
– Patrica Harris May 29 '15 at 03:43