\documentclass[a4paper,12pt]{article}
\newcommand\ds{\displaystyle}
\begin{document}

\parindent=0pt

QUESTION

Determine the values of $x$ satisfying $x-2<1-x<2x$.

\bigskip

ANSWER

$\ds -2+x<1-x<2x\\ -2+x<1-x\Rightarrow2x<3,\ x<\frac{3}{2}\\
1-x<2x\Rightarrow3x>1,\ x>\frac{1}{3}$\\so the solution is
$\ds\frac{1}{3}<x<\frac{3}{2}$.




\end{document}
