Find all School-related info fast with the new School-Specific MBA Forum

It is currently 25 May 2013, 19:13
Customize  |  Hide

is x+y > 0?

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Intern
Intern
Joined: 22 Jan 2006
Posts: 4
Location: Singapore
Followers: 0

Kudos [?]: 0 [0], given: 0

is x+y > 0? [#permalink] New post 22 Jan 2006, 23:14
00:00

Question Stats:

0% (00:00) correct 0% (00:00) wrong based on 0 sessions
Hi guyz,

came across this qn. in one of the diagnostic tests:

is x+y > 0?

(I) x² - y² > 1
(II) x/y + 1 > 0


My reasoning:

(I) x² - y² > 1
---> (x+y)(x-y) > 1
---> not sufficient.

(II) x/y + 1 > 0
---> x/y > -1
---> x > -y (<<< here, i'm assuming that y!= 0, is this ok?)
---> x+y > 0
---> SUFFICIENT!

So, the ans should be (B).

However, the test claims that the ans is (E)!!!
Here's their reasoning:

From statement I x² - y² > 1
This can be written as (x + y)(x - y) > 1
There is no other available information to determine if (x + y) is greater than or less than 0.
Thus statement 1 alone is not sufficient to answer the question.

From statement 2, x/y + 1 > 0 or (x + y)/y > 0.
This will be true when either both x + y > 0 and y > 0 or x + y < 0 and y < 0.
Since there is no other available information, this statement alone is also not sufficient to answer the question.

Combining the two statements also we do not get any definite information about, x, y or x + y.
Thus the two statements together are also not sufficient to answer the question.
Therefore, we cannot say for sure whether x + y> 0.

Hence (E) is the correct answer.


i'm stumped!!

please help me out here....i'm still not convinced i'm wrong! :P
Director
Director
User avatar
Joined: 10 Oct 2005
Posts: 732
Location: Madrid
Followers: 3

Kudos [?]: 10 [0], given: 0

GMAT Tests User
Re: DS: what the..?! [#permalink] New post 23 Jan 2006, 00:00
sandy007 wrote:
Hi guyz,

came across this qn. in one of the diagnostic tests:

is x+y > 0?

(I) x² - y² > 1
(II) x/y + 1 > 0


My reasoning:

(I) x² - y² > 1
---> (x+y)(x-y) > 1
---> not sufficient.

(II) x/y + 1 > 0
---> x/y > -1
---> x > -y (<<< here, i'm assuming that y!= 0, is this ok?)
---> x+y > 0
---> SUFFICIENT!


II) x/y + 1 > 0
---> x/y > -1
---> x > -y (<<< here, i'm assuming that y!= 0, is this ok?)
No you can't assume that Y=0, Y can be -1 or -2
---> x+y > 0 Let's take X=0 hence -1>0 wrong hence
---> INSUFFICIENT!
_________________

IE IMBA 2010

Manager
Manager
Joined: 02 Oct 2005
Posts: 53
Followers: 1

Kudos [?]: 1 [0], given: 0

 [#permalink] New post 23 Jan 2006, 00:10
The OA and OE are correct. x/y+1>0, does not automatically mean that x+y>0. for instance,
assume x=2, y=-3, then x/y+1=1/3 > 0 but x+y=-1<0.

So basically if y>0, then x=y>0 and if y<0 then x+y<0.

Hope this helps.
Intern
Intern
Joined: 22 Jan 2006
Posts: 4
Location: Singapore
Followers: 0

Kudos [?]: 0 [0], given: 0

 [#permalink] New post 23 Jan 2006, 00:49
Quote:
The OA and OE are correct. x/y+1>0, does not automatically mean that x+y>0. for instance,
assume x=2, y=-3, then x/y+1=1/3 > 0 but x+y=-1<0.

So basically if y>0, then x=y>0 and if y<0 then x+y<0.



sure does help...tks a lot, whateva! so i guess the ans is indeed E.

however, if i do not substitute values, and simplify the algebric eqn like i did earlier, i do get x+y > 0. So does that mean that my simplification is not correct? If yes, where did i go wrong?
CEO
CEO
User avatar
Joined: 20 Nov 2005
Posts: 2934
Schools: Completed at SAID BUSINESS SCHOOL, OXFORD - Class of 2008
Followers: 7

Kudos [?]: 37 [0], given: 0

GMAT Tests User
 [#permalink] New post 23 Jan 2006, 02:56
sandy007 wrote:
Quote:
The OA and OE are correct. x/y+1>0, does not automatically mean that x+y>0. for instance,
assume x=2, y=-3, then x/y+1=1/3 > 0 but x+y=-1<0.

So basically if y>0, then x=y>0 and if y<0 then x+y<0.



sure does help...tks a lot, whateva! so i guess the ans is indeed E.

however, if i do not substitute values, and simplify the algebric eqn like i did earlier, i do get x+y > 0. So does that mean that my simplification is not correct? If yes, where did i go wrong?


Never do a multiplication by a variable in inequalities if that variable can be either +ve or -ve. You can do multiplications if that variable can be +ve only.

Like x/y > -1 doesn't necessarily mean x > -y.

You can do additions in inequalities without any fear. :-D
_________________

SAID BUSINESS SCHOOL, OXFORD - MBA CLASS OF 2008

VP
VP
User avatar
Joined: 20 Sep 2005
Posts: 1023
Followers: 3

Kudos [?]: 23 [0], given: 0

GMAT Tests User
 [#permalink] New post 23 Jan 2006, 14:17
just a nitpick, you can do a multipication as long as you know the sign of the multiplier ( in this case y). If you are sure that y is negative, then multiply and "flip" the sign.

ps_dahiya wrote:
sandy007 wrote:
Quote:
The OA and OE are correct. x/y+1>0, does not automatically mean that x+y>0. for instance,
assume x=2, y=-3, then x/y+1=1/3 > 0 but x+y=-1<0.

So basically if y>0, then x=y>0 and if y<0 then x+y<0.



sure does help...tks a lot, whateva! so i guess the ans is indeed E.

however, if i do not substitute values, and simplify the algebric eqn like i did earlier, i do get x+y > 0. So does that mean that my simplification is not correct? If yes, where did i go wrong?


Never do a multiplication by a variable in inequalities if that variable can be either +ve or -ve. You can do multiplications if that variable can be +ve only.

Like x/y > -1 doesn't necessarily mean x > -y.

You can do additions in inequalities without any fear. :-D
Senior Manager
Senior Manager
User avatar
Joined: 11 Jan 2006
Posts: 277
Location: Chennai,India
Followers: 1

Kudos [?]: 3 [0], given: 0

GMAT Tests User
 [#permalink] New post 23 Jan 2006, 23:11
ps_dahiya wrote:
sandy007 wrote:
Quote:
The OA and OE are correct. x/y+1>0, does not automatically mean that x+y>0. for instance,
assume x=2, y=-3, then x/y+1=1/3 > 0 but x+y=-1<0.

So basically if y>0, then x=y>0 and if y<0 then x+y<0.



sure does help...tks a lot, whateva! so i guess the ans is indeed E.

however, if i do not substitute values, and simplify the algebric eqn like i did earlier, i do get x+y > 0. So does that mean that my simplification is not correct? If yes, where did i go wrong?


Never do a multiplication by a variable in inequalities if that variable can be either +ve or -ve. You can do multiplications if that variable can be +ve only.

Like x/y > -1 doesn't necessarily mean x > -y.

You can do additions in inequalities without any fear. :-D


Thnks Sandy and Dhiya ! :) Now i know a few tips on inequalities! ( I hate these :( )
_________________

vazlkaiye porkalam vazltuthan parkanum.... porkalam maralam porkalthan maruma

  [#permalink] 23 Jan 2006, 23:11
    Similar topics Author Replies Last post
Similar
Topics:
New posts DS- Is XY > 0 tarek99 3 21 Nov 2007, 16:25
New posts gmatprep ds: is xy>0? gmatnub 3 19 Feb 2008, 22:25
New posts Is xy>0 bigfernhead 6 02 Dec 2008, 09:17
New posts Is xy > 0 ? jackychamp 4 02 Jan 2009, 20:11
New posts 2 EXPERTS_POSTS_IN_THIS_TOPIC GMATPrep2: xy>0 CasperMonday 3 04 Sep 2009, 07:05
Display posts from previous: Sort by

is x+y > 0?

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.