\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION Determine the values of $x$ satisfying $|x+3|>2$.


\bigskip


ANSWER

$|x+3|>2,\hspace{1.5cm}x+3>2,$ i.e. $x>-1$

\hspace{3cm}or $-(x+3)>2,$ i.e. $x<-3-2=-5,\ x<-5$



\end{document}
