Ans: E
I did not conclude in my previous explanation.
Look at it this way,
consider y = 2, as y >=0 from question.
2nd statement:
|x - 3| {LHS} >= -y {RHS}
Then,
|x - 3| {LHS} >= -2 {RHS}.
This means, LHS can be -1, 0, 1, 2 , ... etc.
But since LHS should always be positive or 0, RHS should also be positive or 0.
Now, RHS is -y. RHS can be 0 when y is 0.
RHS can be positive when y is negative. e.g: -(-3)
But y>=0 from question and y is not greater than 0 from above (RHS cant be positive and y cannot be greater than 0).
That leaves us y = 0.
This brings us to the equation,
|x-3| >= 0
Now,
|x-3| >= 0 leaves 2 cases.
Case 1:- -(x-3) >= 0 and
Case 2:- +(x-3) >= 0.
Consider, Case 1.
Step 2 : x-3 <= 0
Step 3 : x <= 3
Consider Case 2.
Step 2 : x-3 >= 0
Step 3: x >= 3
From both Case 1 and case 2,
x can be any integer.
So, Statement 2 is insufficient.