My task is to obtain what's being attached. The code too is appended. Any help is much appreciated.
\begin{minipage}[]{0.5\textwidth}
\textbf{Step}
\begin{enumerate}
\item $a=b$
\item $a^2=ab$
\item $a^2-b^2=ab-b^2$
\item $(a-b)(a+b)=b(a-b)$
\item $a+b=b$
\item $2b=b$
\item 2=1
\end{enumerate}
\end{minipage}
\begin{minipage}[]{0.5\textwidth}
\textbf{Reason} \\
Given\\
Multiply both sides of (1) by $a$\\
Substract $b^2$ from both sides of (2)\\
Factor both sides of (3)\\
Divide both sides of (4) by $a-b$\\
Replace $a$ by $b$ in (5) because $a=b$ and simplify\\
Divide both sides of (6) by $b$
\end{minipage}




