\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Solve the equation $x^2-4x+2=0$.

\bigskip

ANSWER

$\ds x^2-4x+2=0,\hspace{1cm} x=\frac{4\pm\sqrt{(-4)^2-4(1)(2)}}{2}
=2\pm\frac{1}{2}\sqrt{8}=2\pm\sqrt{2}$


\end{document}
