2. An inequality which has the same solution as |x+2| + |x-3|=5?
Thanks in advance.
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, so |x-3| = -(x-3) = 3-x. Hence the equation to solve becomes -x - 2 + 3 - x = 5, i.e. -2x + 1 = 5. This gives 2x = -4, i.e. x = -2. This satisfies the condition of this case (x ≤ -2). So one solution is x = -2 (you can and should also verify this by plugging x = -2 into the given equation).
Repeat similar analysis for the remaining two cases to finish the problem.