Question 762262
graphing on this site is tricky, but I can show you how to solve:

{{{
abs(x+1)<3
}}}


means

{{{
-3<x+1<3
}}}

so that


{{{
-4<x<2
}}}