Correct Answer: 3
Solution and Explanation
Simplify the left side: For every real $x$, $\max\{x,2\} - \min\{x,2\} = |x-2|$. The equation becomes $|x-2| = |x+2| - |x-2|$, that is $2|x-2| = |x+2|$.
Remove the modulus by squaring: $4(x-2)^2 = (x+2)^2$.
\[4(x^2 - 4x + 4) = x^2 + 4x + 4\]\[3x^2 - 20x + 12 = 0\]
Solve the quadratic: The discriminant is $400 - 144 = 256$, so $x = \dfrac{20 \pm 16}{6}$, giving $x = 6$ or $x = \dfrac{2}{3}$.
Both values satisfy the original equation, so there are $2$ distinct real solutions.
Answer: $2$.