x not equal to -y

This topic has expert replies
Source: — Data Sufficiency |

Senior | Next Rank: 100 Posts
Posts: 93
Joined: Sun Jul 17, 2011 10:30 am
Thanked: 1 times
Followed by:2 members

by ColumbiaVC » Wed Aug 10, 2011 3:06 pm
Is it A

Master | Next Rank: 500 Posts
Posts: 111
Joined: Tue Dec 30, 2008 1:25 pm
Location: USA
Thanked: 28 times
GMAT Score:770

by goalevan » Wed Aug 10, 2011 6:25 pm
If x > -y, then denominator x + y > 0 and the question is "is x - y > x + y"? or "is y < 0?"
If x < -y, then denominator x + y < 0 and the question is "is x - y < x + y"? or "is y > 0?"

Statement 1) this doesn't reveal the relationship between x and -y, so it's not sufficient.

For example, if (x,y) is (5,10), then (5-10)/(5+10) = -5/15 < 1,
but if (x,y) is (5,-2) then [5-(-2)]/[5+(-2)] = 7/3 > 1

Statement 2) this doesn't reveal the relationship between x and -y either, so it's not sufficient.

For example, if (x,y) is (5,-10) then [5-(-10)]/[5+(-10)] = -15/5 = -3 < 1
but if (x,y) is (5,-2) then [5-(-2)]/[5+(-2)] = 7/3 > 1

Combined) The examples listed in statement 2 also adhere to the constraint in statement 1. Nothing is given about x and -y, so even combined the statements are insufficient.

E

Junior | Next Rank: 30 Posts
Posts: 28
Joined: Thu Jul 28, 2011 11:53 am

by amsm25 » Thu Aug 11, 2011 5:53 am
thanks a ton !!!