DrAnkita91
If x and y are integers, is 2xy < x^2 + y^2?
(1) xy < 0
(2) x + y = 5
2xy<x2+y2
0<x2-2xy+y2
0<(x-y)2
0< (x-y)
y<x
by deriving this I get option E as the answer
Can please anyone clarify, what's wrong with the equation derived?
All is good up to 0 < (x - y)^2, which is not equivalent to 0 < x - y. The square of a number is always non-negative; hence, 0 < (x - y)^2 is always true unless x = y. When x = y, then (x - y)^2 = 0, not greater than 0. Thus, the question essentially asks whether x = y. If x = y, then the answer to the question is NO. However, if x ≠ y, then the answer to the question is YES.
The first statement, xy < 0, implies that x and y have opposite signs and thus cannot be equal, giving a YES answer to the question and making (1) sufficient.
The second statement, x + y = 5, is also sufficient because we are given that x and y are
integers, and thus for x + y = 5 to be true, they cannot be equal.
Answer: D.
Hope it's clear.