statement 1:
x > |y| ==> x > 0 ---(1)
now lets see whether x > y :
case 1) y > 0
==> x >|y| = x > y (if y > 0 |y| = y) -- yes x > y
case 2) y< 0
x > 0 from inequality (1) & y < 0 ...==> yes x > y
Hence Statement 1 is
Sufficient
Statement 2:
|x| > y lets assume |x| = K (positive real no) , so now we can rewrite statement 2 as
y < K (a positive real no)
above inequality can be represented on number line as given below:
means y can be positive or negative
with this knowledge lets check whether x > y
case 1 : x > 0
then
|x| > y = x > y ==> yes x > y
case 2 : x < 0
to understand x > y under this condition lets take some e.g
example 1: x = -4 => |x| = 4 => y < 4 => y = (....-5,-4, -3 , -2, -1, 0, 1, 2, 3)
=> for some cases x > y and for some cases x < y
hence Statement 2 is
Insufficient
Answer
A
Please let me know if my answer is correct or not.
[/img]