Inequality

This topic has expert replies
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Thu Nov 29, 2012 10:44 am
Anindya Madhudor wrote:Can someone please solve the following?

Is xy>0?

i. x-y>-2
ii. x-2y<-6
Target question: xy>0

Statement 1: x-y > -2
There are several pair of numbers that meet this condition. Here are two:
Case a: x = 5 and y = 1, in which case xy is greater than 0
Case b: x = 5 and y = -1, in which case xy is not greater than 0
Since we cannot answer the target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: x - 2y < -6
There are several pair of numbers that meet this condition. Here are two:
Case a: x = 1 and y = 5, in which case xy is greater than 0
Case b: x = -1 and y = 5, in which case xy is not greater than 0
Since we cannot answer the target question with certainty, statement 2 is NOT SUFFICIENT

Statements 1 and 2 combined:
Here's what we know:
x-y > -2
x-2y < -6

Since both inequalities have an x, let's isolate x in both of them to get:
y-2 < x
x < 2y-6

Aside: Notice that I rewrote them so that the 2 inequality symbols are pointing in the same direction.

Now we can combine these inequalities to get: y-2 < x < 2y-6
Next, remove the x to get: y-2 < 2y-6
Then subtract y from both sides and add 6 to both sides to get: 4 < y
Great, we now know that y is positive.
Also, if y-2 < x (and y>4), then we know that x must also be positive
Since we now know that x and y are positive, we can be certain that xy is greater than 0

So, the answer is C

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

Senior | Next Rank: 100 Posts
Posts: 85
Joined: Mon Nov 12, 2012 11:12 am
Thanked: 8 times
Followed by:2 members

by Anindya Madhudor » Thu Nov 29, 2012 10:51 am
Thank you so much. I was lost trying to combine the two statements.