To solve the equation |x - 2| - |x - 3| = |x - 5|, we consider cases based on the values where each absolute value term changes, at x = 2, x = 3, and x = 5.
Case 1: x < 2
In this range, |x - 2| = 2 - x, |x - 3| = 3 - x, and |x - 5| = 5 - x.
Substitute into the equation:
(2 - x) - (3 - x) = 5 - x
Simplify: -1 = 5 - x
Solving this gives x = 6, which does not satisfy x < 2, so there is no solution in this range.
Case 2: 2 <= x < 3
In this range, |x - 2| = x - 2, |x - 3| = 3 - x, and |x - 5| = 5 - x.
Substitute into the equation:
(x - 2) - (3 - x) = 5 - x
Simplify: 2x - 5 = 5 - x
Solving this gives x = 10/3, which does not satisfy 2 <= x < 3, so there is no solution in this range.
Case 3: 3 <= x < 5
In this range, |x - 2| = x - 2, |x - 3| = x - 3, and |x - 5| = 5 - x.
Substitute into the equation:
(x - 2) - (x - 3) = 5 - x
Simplify: 1 = 5 - x
Solving this gives x = 4, which satisfies 3 <= x < 5. So x = 4 is a solution.
Case 4: x >= 5
In this range, |x - 2| = x - 2, |x - 3| = x - 3, and |x - 5| = x - 5.
Substitute into the equation:
(x - 2) - (x - 3) = x - 5
Simplify: 1 = x - 5
Solving this gives x = 6, which satisfies x >= 5. So x = 6 is also a solution.
Final Solution Set: The solutions are x = 4 and x = 6.
The set that includes both solutions x = 4 and x = 6 is: {-4, 0, 1, 4, 5, 6}
Answer: {-4, 0, 1, 4, 5, 6}