"Prove using simple induction that for each integer $n \geq 1$, $$ 5 + 5^2 + 5^3 +..... + 5^n = \frac{5^{n+1}-5}4 $$
so I start with base step
base step: $n = 1$ $$5^1 = \frac{5^{1+1}-5}4 $$ is correct.
induction step: so we assume that $P(k)$ is true for all integers $≥1$ $$ 5^{(k+1)} = \frac{5^{(k+1)+1}-5}4 $$ this is where I get stuck :X, i'm confused about the "$5 + 5^2 + 5^3 +\ldots$ " notation in question and just generally where to go from here