Prove by induction that the following equation is true for $n\ge1$ $$\sum^{n}_{k=1}5k-4=\frac12n(5n-3)$$
I did the following:
$$\sum^{1}_{\color{blue}{k}=1}5\color{blue}{k}-4\rightarrow5\cdot\color{blue}{1}-4=1$$
$\color{red}{n}=1$, so: $$\frac12\cdot\color{red}{1}(5\cdot\color{red}{1}-3)=1$$
I have now proven that for $n=1$, the statement is true
I now assume that the formula is correct for $n=p$, so:
$$\sum^{p}_{k=1}5k-4=\frac12p(5p-3)$$
I now have to prove that the statement holds for $p+1$:
$$\sum^{p+1}_{k=1}5k-4=\frac12(p+1)(5(p+1)-3)$$
I don't have any idea how to continue...
Thanks a lot in advance!