Question 1187068
{{{abs(4(p-2))<4}}}

{{{4abs(p-2)<4}}}

{{{abs(p-2)<1}}}



Either p-2 nonzero
{{{p-2<1}}}
{{{p<3}}}
OR
{{{-p+2<1}}}
{{{p-2>-1}}}
{{{p>1}}}



Check the three intervals to be sure, but {{{1<p<3}}}.


?
abs(4(p-2))<4
abs(4(0-2)<4
abs(-8)<4
false
abs(4(2-2))<4
0<4
true
abs(4(4-2))<4
abs(4*2)<4
false



{{{highlight(1<p<3)}}}