bv8562
I solved it this way:
|a|=|b| squaring on both sides
a^2=b^2
a^2-b^2=0
(a-b)(a+b)=0
either a=b or a=-b
since, either of them could be true and both of them will not be true at the same time. So, the answer is NONE (E)
Am I doing it right?
Bunuel VeritasKarishma bv8562Your method is correct but not your inference.
(a-b)(a+b)=0
means
Either a=b or a=-b
But what does either a = b or a = -b mean?
It means that one of the following 3 possibilities will occur:
1. a = b and a is not equal to -b
2. a = -b and a is not equal to b
3. a = b and a = -b (for example when a = 0, b = 0)
But which one of these 3 will occur, we cannot say. So is it necessary that a = b? No. In case a = -b, a may not be equal to b.
Is it necessary that a = -b? No. In case a = b, a may not be equal to -b etc.
It is not true that both cannot occur at the same time. They may. It is one of the possibilities.
Note that "either X or Y" means "at least one of X and Y".