If a, b, & x are greater than zero, is x > 0

This topic has expert replies
Source: — Data Sufficiency |

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Wed May 17, 2017 10:22 am
Hi Mo2men,

I think there's a typo in this question (either in the original source material or in how you transcribed it). The prompt states that X is GREATER THAN ZERO, but the question then asks if X is greater than 0.... The answer would be 'yes' without having to consider the two Facts.

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

Legendary Member
Posts: 712
Joined: Fri Sep 25, 2015 4:39 am
Thanked: 14 times
Followed by:5 members

by Mo2men » Wed May 17, 2017 10:25 am
[email protected] wrote:Hi Mo2men,

I think there's a typo in this question (either in the original source material or in how you transcribed it). The prompt states that X is GREATER THAN ZERO, but the question then asks if X is greater than 0.... The answer would be 'yes' without having to consider the two Facts.

GMAT assassins aren't born, they're made,
Rich
Thanks Rich for your observation. It is my problem actually. Problem fixed.

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 » Wed May 17, 2017 10:47 am
Mo2men wrote:If a, b, & x are greater than zero, is x > 4?

1) (ax^2 - 9a)/(12xb) = (ax - 3a)/ (bx + 3b)

2)a + b =5 and a - b= 4

Statement 1: (ax² - 9a)/(12xb) = (ax - 3a) / (bx + 3b)


a(x² - 9)/(12xb) = a(x-3) / b(x+3)

(x² - 9)/(12x) = (x-3) / (x+3)

(x+3)(x-3) / (12x) = (x-3) / (x+3)

[(x+3)(x-3) / 12x] - [(x-3) / (x+3)] = 0

(x-3)[ (x+3)/(12x) - 1/(x+3) ] = 0.

Case 1: x-3 = 0
Here, x=3.

Case 2: (x+3)/(12x) - 1/(x+3) = 0
Thus:
(x+3)/(12x) = 1/(x+3)
(x+3)² = 12x
x² + 6x + 9 = 12x
x² - 6x + 9 = 0
(x-3)² = 0
x=3.

Since x=3 in each case, the answer to the question stem is NO.
SUFFICIENT.

Statement 2: a+b = 5 and a-b = 4
No information about x.
INSUFFICIENT.

The correct answer is A.
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

Legendary Member
Posts: 712
Joined: Fri Sep 25, 2015 4:39 am
Thanked: 14 times
Followed by:5 members

by Mo2men » Wed May 17, 2017 11:08 am
GMATGuruNY wrote:
Mo2men wrote:If a, b, & x are greater than zero, is x > 4?

1) (ax^2 - 9a)/(12xb) = (ax - 3a)/ (bx + 3b)

2)a + b =5 and a - b= 4

Statement 1: (ax² - 9a)/(12xb) = (ax - 3a) / (bx + 3b)


a(x² - 9)/(12xb) = a(x-3) / b(x+3)

(x² - 9)/(12x) = (x-3) / (x+3)

(x+3)(x-3) / (12x) = (x-3) / (x+3)

[(x+3)(x-3) / 12x] - [(x-3) / (x+3)] = 0

(x-3)[ (x+3)/(12x) - 1/(x+3) ] = 0.

Case 1: x-3 = 0
Here, x=3.

Case 2: (x+3)/(12x) - 1/(x+3) = 0
Thus:
(x+3)/(12x) = 1/(x+3)
(x+3)² = 12x
x² + 6x + 9 = 12x
x² - 6x + 9 = 0
(x-3)² = 0
x=3.

Since x=3 in each case, the answer to the question stem is NO.
SUFFICIENT.
Dear Mitch,

In third line in green, why did not you cancel out (x-3) from both sides? x is greater zero so we zero won't be answer.

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 » Wed May 17, 2017 11:15 am
Mo2men wrote: Dear Mitch,

In third line in green, why did not you cancel out (x-3) from both sides? x is greater zero so we zero won't be answer.
Only NONZERO factors may be canceled out from both sides.
If x=3, then x-3 = 0.
Since it's possible that x-3 = 0, we cannot cancel out x-3.
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

Legendary Member
Posts: 712
Joined: Fri Sep 25, 2015 4:39 am
Thanked: 14 times
Followed by:5 members

by Mo2men » Wed May 17, 2017 2:40 pm
GMATGuruNY wrote:
Mo2men wrote: Dear Mitch,

In third line in green, why did not you cancel out (x-3) from both sides? x is greater zero so we zero won't be answer.
Only NONZERO factors may be canceled out from both sides.
If x=3, then x-3 = 0.
Since it's possible that x-3 = 0, we cannot cancel out x-3.
Suppose in a prompt y > 0 and after factoring out we have following:

(1+y)(..........) = (1+y) (.............)

Can we cancel out (1 +y) as we are sure is always positive? or are their any other restrictions?

Thanks in advance

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 May 18, 2017 3:28 am
Mo2men wrote:Suppose in a prompt y > 0 and after factoring out we have following:

(1+y)(..........) = (1+y) (.............)

Can we cancel out (1 +y) as we are sure is always positive? or are their any other restrictions?

Thanks in advance
In an equation, any nonzero factor can be canceled out from both sides.
If y>0, then 1+y>0.
Since 1+y is nonzero, it can be canceled out from both sides of the equation above.
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