\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\begin{document}
$$\begin{array}{rcl}
\sum_{k=1}^{n}cx_k &= cx_1 + cx_2 + cx_3 + \dots + cx_n \\
&= c(x_1+x_2+x_3+ \dots + x_n) \\
&= c\sum_{k=1}^{n}cx_k \\
&= cs_n \\
&\to cL
\end{array}$$
\end{document}
I am trying to align those equations to the equal sign, but it comes out horrible like this:



amsmathwhich provides the environmentalign. You should also read the mathmode: https://www.ctan.org/pkg/voss-mathmode?lang=de – Marco Daniel Jan 28 '17 at 19:57