Bunuel
If |a| > |b|, is a > b ?
(1) a > 0
(2) b < 0
It is given that the distance of a from 0 is greater than the distance of b from 0.
Statement 1(1) a > 0As a is positive, it lies to the right of 0. Now b can either be positive or it can be negative, however in both cases, the value of b has to be less than the value of a.
To visualize this, let's plot the details over a number line.
----------
-b ----------
0 ----------
b ------------------------------
a ----------
In both cases, b is less than a. The statement is therefore sufficient.
Statement 2(2) b < 0The statement tells us that "b" lies to the left of 0 on a number. However, "a" can lie to the left of "b" (i.e. "a" can be less than "b"), or "a" can lie to the right of "b" (i.e. "a" can be greater than "b")
We can plot the information over a number line and view the same
----------
a ----------
b ----------
0 --------------------
a ----------
Hence statement 2 is not sufficient.
Option A