NatalieStarr
BunuelI understand the arrangement of the equation made above but I was considering the following:
(1)
if a>0, a=-b; -b+b=0
BUT
if a<0, -a=-b; a=b; and then the sum is a+a=2a (or b+b=2b)
in this case the answer would be not sufficient. Where is the mistake here?
Thank you
If a > 0 and b > 0, then |a| = -|b| transforms to a = -b --> a + b = 0. This case is not possible: the sum of two positive values cannot be 0.
If a > 0 and b < 0, then |a| = -|b| transforms to a = -(-b) --> a = b. This case is not possible: positive a (a > 0) cannot equal to negative b (b < 0).
If a < 0 and b < 0, then |a| = -|b| transforms to -a = -(-b) --> a + b = 0. This case is not possible: the sum of two negative values cannot be 0.
If a < 0 and b > 0, then |a| = -|b| transforms to -a = -b --> a = b. This case is not possible: negative a (a < 0) cannot equal to positive b (b > 0).
The only case left is a = b = 0.