|x|-2<3
–
(the sign is less than and equal too)
|x|-2<=3 add 2 to both sides
l x l <= 5 and we can set this up as
-5 <= x <= 5
So, the answer is
x = [ -5, 5 ]