Brent Hanneson wrote:Solving this question requires us to first recognize the 4 situations in which two absolute values can equal each other. I'll show this with 4 examples:
|4|=|4| both values inside are already positive
|4|=|4| both values inside are negative
|-4|=|4| one value is negative and the other is positive
|4|=|-4| one value is positive and the other is negative
Answer: A
From what I learnt on BTG, I think we dont need to solve all the 4 conditions.
for example: if we are given
|x -y| = |a -b|
we need to solve only the foll cases
(x -y) = + (a-b) AND
(x-y) = -(a -b)
Let me know if my understanding is wrong.
thanks