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

It is currently 18 Jun 2013, 14:37
Customize  |  Hide

If y >= 0, what is the value of x?

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Manager
Manager
Joined: 21 Feb 2009
Posts: 109
Followers: 1

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

If y >= 0, what is the value of x? [#permalink] New post 03 Aug 2009, 15:00
00:00

Question Stats:

0% (00:00) correct 100% (01:22) wrong based on 3 sessions
If y >= 0, what is the value of x?

(1) |x - 3| >= y
(2) |x - 3| <= -y
[Reveal] Spoiler: OA

Attachments

Value Of X.jpg
Value Of X.jpg [ 64.91 KiB | Viewed 1002 times ]

Intern
Intern
Joined: 06 Aug 2009
Posts: 5
Followers: 0

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

Re: Value of X [#permalink] New post 07 Aug 2009, 02:29
I choose C .

according to 1 and 2: y<=absolute value" x-3 "<=-y

and y>=0 (y is 0 or positive); that is to say -y is negative

==> only when y=0, the inequation is available. so when y=0, x=3.
1 KUDOS received
Manager
Manager
User avatar
Joined: 10 Jul 2009
Posts: 136
Location: Ukraine, Kyiv
Followers: 2

Kudos [?]: 14 [1] , given: 60

Re: Value of X [#permalink] New post 09 Sep 2009, 11:59
1
This post received
KUDOS
what is the OA? Please post it. Think it is D...
_________________

Never, never, never give up

2 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 12094
Followers: 1875

Kudos [?]: 10094 [2] , given: 959

Re: Value of X [#permalink] New post 09 Sep 2009, 15:52
2
This post received
KUDOS

Last edited by Bunuel on 09 Sep 2009, 17:25, edited 1 time in total.
1 KUDOS received
Manager
Manager
Joined: 25 Aug 2009
Posts: 187
Followers: 1

Kudos [?]: 47 [1] , given: 12

GMAT Tests User
Re: Value of X [#permalink] New post 09 Sep 2009, 16:50
1
This post received
KUDOS
y >= 0

1.) |x-3| >= y

=> -y >= (x-3) >= y

=> 3-y >= x >= 3+y

Now, if y = 0 , then, 3 >= x >= 3 => x can only be 3
but, if y = 1 , then, 2 >= x >= 4 => which is not possible for any value of x.

=> x can only be 3 when y = 0 ..sufficient..

2.) |x-3| <= -y

=> y <= (x-3) <= -y

=> 3+y <= x <= 3-y

when y = 0 ; then, 3 <= x <= 3 => x can only be 3..
when y = 1 ; then 4 <= x <= 2, which is not possible for any value of x.

=> x can only be 3 when y = 0 ,, sufficient..

Hence, Ans is D.
1 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 12094
Followers: 1875

Kudos [?]: 10094 [1] , given: 959

Re: Value of X [#permalink] New post 09 Sep 2009, 17:24
1
This post received
KUDOS
gmate2010 wrote:
y >= 0

1.) |x-3| >= y

=> -y >= (x-3) >= y

=> 3-y >= x >= 3+y

Now, if y = 0 , then, 3 >= x >= 3 => x can only be 3
but, if y = 1 , then, 2 >= x >= 4 => which is not possible for any value of x.

=> x can only be 3 when y = 0 ..sufficient..

2.) |x-3| <= -y

=> y <= (x-3) <= -y

=> 3+y <= x <= 3-y

when y = 0 ; then, 3 <= x <= 3 => x can only be 3..
when y = 1 ; then 4 <= x <= 2, which is not possible for any value of x.

=> x can only be 3 when y = 0 ,, sufficient..

Hence, Ans is D.


Just plug numbers for statement (1) if 6=3 y=1 |x-3|=3 > 1 or x=-2 y=2 |x-3|=5>2 not sufficient.

Answer B
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory; 7. Remainders; 8. Overlapping Sets; 9. PDF of Math Book; 10. Remainders

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!! ,11 Mixed Questions NEW!!!, 12 Fresh Meat NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!, 11 New DS set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
Joined: 04 Jan 2009
Posts: 244
Followers: 1

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

GMAT Tests User
Re: Value of X [#permalink] New post 09 Sep 2009, 18:43
If y>=0 specified in the stem. Further mod of anything is positive.
So, 0>=y according to 1.
both y>=0 or y<=0, means y=0. So mod(x-3)>=0. Then x-3>=0 or x-3<=0
So, x>=3 or x<=3. Thus, x=3.
Same thing for 2.
So, D.
gmate2010 wrote:
y >= 0

1.) |x-3| >= y

=> -y >= (x-3) >= y

=> 3-y >= x >= 3+y

Now, if y = 0 , then, 3 >= x >= 3 => x can only be 3
but, if y = 1 , then, 2 >= x >= 4 => which is not possible for any value of x.

=> x can only be 3 when y = 0 ..sufficient..

2.) |x-3| <= -y

=> y <= (x-3) <= -y

=> 3+y <= x <= 3-y

when y = 0 ; then, 3 <= x <= 3 => x can only be 3..
when y = 1 ; then 4 <= x <= 2, which is not possible for any value of x.

=> x can only be 3 when y = 0 ,, sufficient..

Hence, Ans is D.

_________________

-----------------------
tusharvk

Senior Manager
Senior Manager
Joined: 16 Apr 2009
Posts: 348
Followers: 1

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

GMAT Tests User
Re: Value of X [#permalink] New post 09 Sep 2009, 20:03
I will go with B.
x can be anything and value of x can not be determined from A
_________________

Always tag your question

Intern
Intern
Joined: 11 Jul 2009
Posts: 15
Followers: 0

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

Re: Value of X [#permalink] New post 12 Sep 2009, 08:50
My 2 cents on answer D
Rules for inequalities
1)|a| <b if - b<a<b
2)|a|>b if a<-b or a>b

apply rule 2 and derive the equation just as gmate2010 and tusharvk have done.
2 KUDOS received
GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 12094
Followers: 1875

Kudos [?]: 10094 [2] , given: 959

Re: Value of X [#permalink] New post 12 Sep 2009, 10:07
2
This post received
KUDOS
O.K. as I see there has been kind of confusion about this question. I'm pretty sure answer is B.

I looked through the logic of people who think answer should be D and here is were they are making mistake:

(1) First of all:
To check |x - 3|>=0 is sufficient or not just plug numbers A. x=5 y=1>0 and B. x=8 y=2>0; you'll see that both fits in |x - 3|>=0, y>=0. So ABSOLUTELY NO WAY (1) CAN BE SUFFICIENT.

|x - 3|>=y means that:
x - 3>=y>=0 when x-3>0 --> x>3
OR (not and)
-x+3>=y>=0 when x-3<0 --> x<3
Generally speaking |x - 3|>=y>=0 means that |x - 3|, an absolute value, is at least some positive number. So, there's no way you'll get a unique value for x. INSUFFICIENT.

(2) |x-3|<=-y, y>=0, equation says that |x-3|less or equals to zero, but |x-3| never negative (|x-3|>=0), so only solution is if |x-3|=0=y --> x-3=0 --> x=3 SUFFICIENT

In other words:
(-y) is 0 or less, and the absolute value (|x-3|) must be at (0) or below this value. But absolute value (in this case |x-3|) can not be less than zero, so it must be 0.

So answer is B.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory; 7. Remainders; 8. Overlapping Sets; 9. PDF of Math Book; 10. Remainders

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!! ,11 Mixed Questions NEW!!!, 12 Fresh Meat NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!, 11 New DS set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
User avatar
Joined: 10 Jul 2009
Posts: 136
Location: Ukraine, Kyiv
Followers: 2

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

Re: Value of X [#permalink] New post 12 Sep 2009, 11:31
Bunuel wrote:
O.K. as I see there has been kind of confusion about this question. I'm pretty sure answer is B.

I looked through the logic of people who think answer should be D and here is were they are making mistake:

(1) First of all:
To check |x - 3|>=0 is sufficient or not just plug numbers A. x=5 y=1>0 and B. x=8 y=2>0; you'll see that both fits in |x - 3|>=0, y>=0. So ABSOLUTELY NO WAY (1) CAN BE SUFFICIENT.

|x - 3|>=y means that:
x - 3>=y>=0 when x-3>0 --> x>3
OR (not and)
-x+3>=y>=0 when x-3<0 --> x<3
Generally speaking |x - 3|>=y>=0 means that |x - 3|, an absolute value, is at least some positive number. So, there's no way you'll get a unique value for x. INSUFFICIENT.

(2) |x-3|<=-y, y>=0, equation says that |x-3|less or equals to zero, but |x-3| never negative (|x-3|>=0), so only solution is if |x-3|=0=y --> x-3=0 --> x=3 SUFFICIENT

In other words:
(-y) is 0 or less, and the absolute value (|x-3|) must be at (0) or below this value. But absolute value (in this case |x-3|) can not be less than zero, so it must be 0.

So answer is B.





Got it finally! Thank you for clear explanation, Bunuel. B it is.
Of course, A is not suff...
_________________

Never, never, never give up

Re: Value of X   [#permalink] 12 Sep 2009, 11:31
    Similar topics Author Replies Last post
Similar
Topics:
New posts If y=>0, what is the value of x? TriColor 5 20 Aug 2007, 17:58
New posts if y>=0, what is the value of x? subhen 6 23 Sep 2007, 09:04
New posts If y> 0, then what is the value of x ritula 1 13 Nov 2008, 03:26
New posts Y >= 0, What is the value of x? 1) |x-3|>=y 2) |x-3| <=-y shrutigoel 2 14 Mar 2010, 01:03
Popular new posts 5 Experts publish their posts in the topic If y>=0, What is the value of x? (1) |x-3|>=y (2) |x-3|<=-y ugimba 14 09 Jan 2010, 14:17
Display posts from previous: Sort by

If y >= 0, what is the value of x?

  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®.