mkumar26
why we take a=0 even we need only x=y so why not option c ?
stmt-1:
a (x-y) = 0 Consider the values for which this statement is correct.
If a = 5 and x=y then we say YES X=Y is the answer.
If a = 0 and x=4,y=2 then then 0*2 = 0. in this case X not equal Y. then we say NO X NOT EQUAL Y.
If you get both YES and NO as the answer from one statement then that statement is insufficient.
stmt-2:
a^2 (x-y) = 0 Consider the values for which this statement is correct.
If a = 5 and x=y then we say YES X=Y is the answer.
If a = 0 and x=4,y=2 then then 0*2 = 0. in this case X not equal Y. then we say NO X NOT EQUAL Y.
combine both
a (x-y) = 0
a^2 (x-y) = 0
If a = 5 and x=y then we say YES X=Y is the answer.
If a = 0 and x=4,y=2 then then 0*2 = 0. in this case X not equal Y. then we say NO X NOT EQUAL Y.
Now even after combining the statements you get BOTH YES & NO as the answer. hence answer cannot be C.
Let me know if this is still not clear. Happy to help