Question 1059167
Either x-3 is non-negative or x-3 is negative.  Solve each case.


IF {{{x-3>=0}}} then {{{abs(x-3)=x-3}}}.


IF {{{x-3<0}}} then {{{abs(x-3)=-(x-3)=-x+3}}}.


Do you still need the steps which would follow?