Here is how i solved this question within 2min.
If |x + 2| = |y + 2|, what is the value of x + y?
Absolute values has alway two scenario's: Positive and Negative.
Positive scenario:
x + 2=y + 2 Subtract 2 from left and right then we end up with X=Y
Negative scenario:
x + 2=-(y + 2). Expand the minus sign(which is the same as -1) on the right side of the equation by multiplying the minus sign(a.k.a -1) by y and +2, we get -1(y+2)-------becomes -y-2, thus the whole equation in the negative scenario will look like this:
x + 2=-y - 2. Now we just slove the equation by subtracting 2 from both sides of the equation and adding y to both side of the equation. The final reslut will look like this:
X+Y=-4
Rephrasing the question stem, if |x + 2| = |y + 2| , what is the value of x + y?
Either X=Y or X+Y=-4 -------------------------our job is to find out whether based on the statements X=Y.
If X=Y, we cannot find a concrete value for X+Y, on the other hand, once we can determine based on the statements that X ≠ Y, then we can safely conclude that X+Y=-4.
(1) x ≠ y is sufficient, coz now that we know that x ≠ y, then X+Y=-4
(2) x − y = 16 is sufficient as well. by adding y to both side of the equation, we end up with X=16+Y, meaning x ≠ y, meaning X+Y=-4.
I hope it is clear.