surendar26
Is x + y > 0 ?
(I) x² - y² > 1
(II) x/y + 1 > 0
(I) x² - y² > 1
(x + y)(x - y) is positive. So either both are positive or both are negative. Also, absolute value of x is greater than absolute value of y.
e.g. x = 3, y = 2, then (x + y) = 5 and (x+y)(x - y) = 5
x = -4, y = -2, then (x + y) = -6 and (x + y)(x - y) = 12
(x + y) can be positive or negative. Not sufficient.
(II) x/y + 1 > 0
(x+y)/y > 0
So either both are positive or both are negative.
e.g. y positive. y = 4, x = 3, then (x+y) = 7 and (x + y)/y = 7/4
y negative. y = -4, x = 3, then (x+y) = -1 and (x + y)/y = (-1)/(-4) = 1/4
So x + y can be positive or negative. Not sufficient.
Taking both together,
(x+y), (x -y) and y, all have the same signs. The same examples as shown for statement I above satisfy this condition.
e.g. y positive. x = 3, y = 2, then (x + y) = 5, (x - y) = 1
y negative. x = -4, y = -2, then (x + y) = -6, (x - y) = -2
(x + y) can be positive or negative. Not sufficient.
Answer (E).
Regarding statement 2, I understand that x and y both has to be either positive or negative. However, I was wondering if either of x or y is negative (the other being positive), we can have 2 more cases i.e if x = -1 and y = 2 then -1/2 + 1 > 0 ---> 1/2 > 0, though the answer should still be E.
Thank you.