If x is a non-negative integer then find x?(Source:GMATINSIG

This topic has expert replies
User avatar
Legendary Member
Posts: 1100
Joined: Sat May 10, 2014 11:34 pm
Location: New Delhi, India
Thanked: 205 times
Followed by:24 members
If x is a Non-Negative integer then find x?
(1) x^2−5x+6=0
(2) x^2=3x

(Source:www.GMATinsight.com)

Answer: option C
"GMATinsight"Bhoopendra Singh & Sushma Jha
Most Comprehensive and Affordable Video Course 2000+ CONCEPT Videos and Video Solutions
Whatsapp/Mobile: +91-9999687183 l [email protected]
Contact for One-on-One FREE ONLINE DEMO Class Call/e-mail
Most Efficient and affordable One-On-One Private tutoring fee - US$40-50 per hour
Source: — Data Sufficiency |

User avatar
Master | Next Rank: 500 Posts
Posts: 335
Joined: Mon Mar 21, 2011 11:31 pm
Location: Australia / India
Thanked: 37 times
Followed by:2 members

by melguy » Mon Oct 17, 2016 5:19 am
1) x^2-5x+6=0
(x-3) (x-2) = 0
x = 3 or x = 2
Not Sufficient

2) x^2=3x
Divide both sides by x
x = 3
Sufficient

User avatar
Legendary Member
Posts: 1100
Joined: Sat May 10, 2014 11:34 pm
Location: New Delhi, India
Thanked: 205 times
Followed by:24 members

by GMATinsight » Mon Oct 17, 2016 5:46 am
melguy wrote:1) x^2-5x+6=0
(x-3) (x-2) = 0
x = 3 or x = 2
Not Sufficient

2) x^2=3x
Divide both sides by x
x = 3
Sufficient
You answer is Incorrect because of a small mistake that you have made while solving the second statement

x^2=3x
You CAN'T divide both sides by x because x may be zero as well. You can only divide an equation by a variable when you know it's non zero

therefore, x^2=3x
i.e. x^2-3x = 0
i.e. x (x-3) = 0
i.e. x = 0 or 3 i.e.
NOT SUFFICIENT

Combining both statements
x=3
SUFFICIENT

Answer: Option C
"GMATinsight"Bhoopendra Singh & Sushma Jha
Most Comprehensive and Affordable Video Course 2000+ CONCEPT Videos and Video Solutions
Whatsapp/Mobile: +91-9999687183 l [email protected]
Contact for One-on-One FREE ONLINE DEMO Class Call/e-mail
Most Efficient and affordable One-On-One Private tutoring fee - US$40-50 per hour

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 » Mon Oct 17, 2016 7:06 am
NOTE: when we're told that a number is "non-negative," we must be careful not to conclude that the number is positive.
A non-negative number can be positive or it can equal 0

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

User avatar
Master | Next Rank: 500 Posts
Posts: 335
Joined: Mon Mar 21, 2011 11:31 pm
Location: Australia / India
Thanked: 37 times
Followed by:2 members

by melguy » Mon Oct 17, 2016 8:03 am
Brent@GMATPrepNow wrote:NOTE: when we're told that a number is "non-negative," we must be careful not to conclude that the number is positive.
A non-negative number can be positive or it can equal 0

Cheers,
Brent
My bad! :oops:
Thanks for correcting me.