I am having a hard time of getting my texts and equations aligned. Idk what pack to use. Sorry the way I listed the codes are not the very best. This is my first time going on to this forum. Here's a picture of how my ended pdf look like:

Here are my codes for the picture:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{enumerate}
\item{
\begin{equation}
\begin{aligned}
& x-2x+4-6x \\
& = x-2x-6x+4 & \text{Rearrange the terms} \\
& = -x-6x+4 & \text{Subtraction (for x)} \nonumber \\
& = -7x+4 & \text{Subtraction (for x)}
\end{aligned}
\end{equation}}
\item{
\begin{equation}
\begin{aligned}
& 2x-5(5+2)^2+3x \\
& = 2x+3x - 5(5+2)^2 & \text{Rearrange the terms} \\
& = 5x-5(5+2)^2 & \text{Addition (for x)} \\
& = 5x-5(7)^2 & \text{Parantheses} \nonumber \\
& = 5x - 5(49) & \text{Exponent} \\
& = 5x - 245 & \text{Multiplication}
\end{aligned}
\end{equation}}
\item{
\begin{equation}
\begin{aligned}
& 6x+5x+11x+12+14x \\
& = 6x+5x+11x+14x+12 & \text{Rearrange the terms} \\
& = 11x+11x+14x+12 & \text{Addition (for x)} \\
& = 22x + 14x +12 & \text{Addition (for x)} \\
& = 36x +12 & \text{Addition (for x)} \nonumber \\
\end{aligned}
\end{equation}}
\item{
\begin{equation}
\begin{aligned}
& 5+12+5x-15x+10 \\
& = 5x-15x+5+12+10 & \text{Rearrange the terms} \\
& = -10x+5+12+10 & \text{Subtraction (for x)} \\
& = -10x+17+10 & \text{Addition} \\
& = -10x+27 & \text{Addition} \nonumber \\
\end{aligned}
\end{equation}}
\end{enumerate}
\end{document}

