I need to solve this system of equations using algebra. I've tried splitting the equations but I always got results like 0=0 and values for x which contradicted each other. I know the solution is [-2, 2] but I can't find the way to solve it.
{|x-2| = 2-x
{|x+2| = x+2
I'm sorry for the formatting, don't think it's possible to type accolades for multiple lines.
$|x-2|=2-x \iff 2-x \ge 0 \iff x \le 2$:
$|x+2|=x+2 \iff x+2 \ge 0 \iff -2 \le x$.
Conclusion:
$|x-2|=2-x $ and $|x+2|=x+2 \iff x \in [-2,2].$