$$3+3 \cdot 5+3 \cdot 5^2+ \cdots +3 \cdot 5^n =\frac{3 \cdot (5^{n+1} -1)}{4}$$
basic step: n=1 $\quad 3+3 \cdot 5 = 3 \cdot (5^{1+1} -1)/4 \iff 18=18 \;$, true
assume: $\quad3+3\cdot 5+3\cdot 5^2+...3\cdot 5^k =3\cdot (5^{k+1} -1)/4$
then:
$3\cdot (5^{n+1} -1)/4 +3 \cdot 5^{n+1} = 3\cdot (5^{n+2} -1)/4$
$3\cdot (5^{n+1} +4\cdot 5^{n+1} -1)/4 = 3\cdot (5^{n+2} -1)/4.$
Could someone explain how the left side can be done to the same as right side with all the steps? It's part of an inductive proof but don't know how to finish it.