If you don't want to graph stuff, you can also do it algebraically in cases.
The cases to consider are x ≤ -2, -2 < x < 3, and x ≥ 3 (because these are the places where the inputs to the absolute value change sign).
E.g. if x ≤ -2, then x + 2 ≤ 0, so |x+2| = -(x+2) = -x-2, and x - 3 ≤ -5 < 0...