Is xy > 3 ?

This topic has expert replies
Moderator
Posts: 7187
Joined: Thu Sep 07, 2017 4:43 pm
Followed by:23 members

Is xy > 3 ?

by BTGmoderatorDC » Thu Oct 19, 2017 2:31 am
Is xy > 3 ?

(1) x + y > 3
(2) x - y > 3

How will i know if statement 1 is sufficient?

OA E

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Thu Oct 19, 2017 2:43 am
lheiannie07 wrote:Is xy > 3 ?

(1) x + y > 3
(2) x - y > 3
Statement 1: x+y > 3
Case 1: x=10 and y=0, with the result that x+y = 10+0 = 10
In this case, xy = 10*0 = 0, so the answer to the question stem is NO.
Case 2: x=10 and y=1, with the result that x+y = 10+1 = 11
In this case, xy = 10*1 = 10, so the answer to the question stem is YES.
Since the answer to the question stem is NO in Case 1 but YES in Case 2, INSUFFICIENT.

Cases 1 and 2 also satisfy Statement 2.
Since each case satisfies both statements -- and the answer to the question stem is NO in Case 1 but YES in Case 2 -- the two statements combined are INSUFFICIENT.

The correct answer is E.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 7247
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

hi

by Scott@TargetTestPrep » Tue Dec 12, 2017 9:24 am
lheiannie07 wrote:Is xy > 3 ?

(1) x + y > 3
(2) x - y > 3
We need to determine whether xy > 3.

Statement One Alone:

x + y > 3

Statement one alone is not sufficient to answer the question. For instance, if x = 1/2 and y = 3, then xy = 3/2 IS NOT greater than 3. However, if x = 2 and y = 3, then xy = 6 IS greater than 3.

Statement Two Alone:

x - y > 3

Statement two alone is not sufficient to answer the question. For instance, if x = 4 and y =1/2, then xy = 2 IS NOT greater than 3. However, if x = 5 and y = 1, then xy = 5 IS greater than 3.

Statements One and Two Together:

If we add the two inequalities from statements one and two, we will have:

(x + y > 3)

+ (x - y > 3)

2x > 6

x > 3

However, this still is not enough information to answer the question.

For instance, if if x = 4 and y =1/2, then xy IS NOT greater than 3. However, if x = 5 and y = 1, then xy IS greater than 3.

Answer: E

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage

Moderator
Posts: 7187
Joined: Thu Sep 07, 2017 4:43 pm
Followed by:23 members

by BTGmoderatorDC » Wed Jan 10, 2018 1:10 am
Scott@TargetTestPrep wrote:
lheiannie07 wrote:Is xy > 3 ?

(1) x + y > 3
(2) x - y > 3
We need to determine whether xy > 3.

Statement One Alone:

x + y > 3

Statement one alone is not sufficient to answer the question. For instance, if x = 1/2 and y = 3, then xy = 3/2 IS NOT greater than 3. However, if x = 2 and y = 3, then xy = 6 IS greater than 3.

Statement Two Alone:

x - y > 3

Statement two alone is not sufficient to answer the question. For instance, if x = 4 and y =1/2, then xy = 2 IS NOT greater than 3. However, if x = 5 and y = 1, then xy = 5 IS greater than 3.

Statements One and Two Together:

If we add the two inequalities from statements one and two, we will have:

(x + y > 3)

+ (x - y > 3)

2x > 6

x > 3

However, this still is not enough information to answer the question.

For instance, if if x = 4 and y =1/2, then xy IS NOT greater than 3. However, if x = 5 and y = 1, then xy IS greater than 3.

Answer: E
Thanks a lot!