Question 1062032
Condition of {{{2-0.2x>=0}}}, means {{{abs(2-0.2x)=2-0.2x=5}}}.
{{{-0.2x=3}}}
{{{x=-3/0.2}}}
{{{x=-15}}}


Condition of 2-0.2x<0 means  {{{abs(2-0.2x)=-(2-0.2x)=0.2x-2=5}}}.
{{{0.2x=7}}}
{{{x=7/0.2}}}
{{{x=35}}}


{{{system(SOLUTIONS,x=-15,OR,x=35)}}}


If you check each solution piece, they each will work.