Register    Login    Search    Rss Feeds

 Page 1 of 2 [ 21 posts ] Go to page 1, 2  Next



 
Author Message
 Post subject: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Sat Mar 29, 2008 1:57 am 
Dear friends and moderators,

I didn't even know how to begin the following question:

If y > 0, what is the value of x?
1. |x - 3| > y
2. |x - 3| < - y

OA: B

Kindly explain.
Thanks
KH


Top 
 Post subject:
 Post Posted: Sat Mar 29, 2008 1:03 pm 
Dear friends

After staring at the question for about half hour or so, I have come up with a solution. Kindly correct me if wrong.

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

1. |x - 3| > y
Taking numbers:
x: -2, 1 both can satisfy the above equation. Insufficient.

2. |x - 3| < - y
Since |x-3| is an absolute value, the smallest it can go is 0.
And since y is given to be >0, thus - y will give a negative value which will cause the equation to fall apart unless it is 0.

so |x-3| = 0.
x = 3.

Fundamentally sound?

Thanks
KH


Top 
 Post subject:
 Post Posted: Mon Mar 31, 2008 5:29 am 
Offline
ManhattanGMAT Staff


Posts: 6765
mclaren7 wrote:
Dear friends

After staring at the question for about half hour or so, I have come up with a solution. Kindly correct me if wrong.

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

1. |x - 3| > y
Taking numbers:
x: -2, 1 both can satisfy the above equation. Insufficient.

2. |x - 3| < - y
Since |x-3| is an absolute value, the smallest it can go is 0.
And since y is given to be >0, thus - y will give a negative value which will cause the equation to fall apart unless it is 0.

so |x-3| = 0.
x = 3.

Fundamentally sound?

Thanks
KH


looks good.

incidentally, you wrote the inequality signs as strict inequality (< and >) instead of weak inequality (< and >) this time, a condition that would actually render the problem impossible. if the problem is as written in the first post, then this solution is perfect.


Top 
 Post subject:
 Post Posted: Mon Mar 31, 2008 11:15 pm 
Yes Ron
The inequality signs follow the 1st post.

1. |x - 3| > y
2. |x - 3| < - y

Thanks
KH


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Tue Aug 25, 2009 6:18 am 
Offline
Forum Guests


Posts: 2
Thanks for the explanation!


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Tue Aug 25, 2009 12:37 pm 
Offline


Posts: 47
Hi,

what is the answer to this question? I got D when I solved it. Someone help If I got this wrong

1) if y ≥ 0 then
|x-3| ≥ 0 ,
Case 1
-(x-3) ≥ 0 , -x + 3 ≥0 , -x ≥ -3 , x ≤ 3
or Case 2
(x-3) ≥ 0 , x ≥ 3

Combining the 2 cases,
if x≥ 3 or x ≤ 3 then x = 3 SUFFICIENT

2) |x-3| ≤ -y
Since y ≥ 0 y must 0
hence |x-3| = 0
case 1
-(x-3) = 0
-x+3 = 0 , x = 3
Case 2
x-3 = 0
x = 3

Plugging this answer back in the the equation |x-3| = 0 only case 2 is satisfies the condition and therefore x = 3 SUFFICIENT


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Sat Sep 19, 2009 1:26 pm 
Offline
Students


Posts: 74
Please let us know the answer for this.


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Sat Sep 26, 2009 2:42 am 
Offline
ManhattanGMAT Staff


Posts: 6765
Kweku.Amoako wrote:
Hi,

what is the answer to this question? I got D when I solved it. Someone help If I got this wrong

1) if y ≥ 0 then
|x-3| ≥ 0 ,
Case 1
-(x-3) ≥ 0 , -x + 3 ≥0 , -x ≥ -3 , x ≤ 3
or Case 2
(x-3) ≥ 0 , x ≥ 3

Combining the 2 cases,
if x≥ 3 or x ≤ 3 then x = 3 SUFFICIENT


your mistake is in red. you mistook "or" for "and".
if it said "and", that would be the correct solution. but it doesn't; it's "or".

the solution to "x≥ 3 or x ≤ 3" is ALL numbers.
when you have "or", you only have to satisfy ONE of the statements. any number satisfies at least one of these, so, there you go.

also, you can solve that statement by inspection.
if you see |quantity| ≥ 0, then this is ALWAYS true NO MATTER what is inside the absolute value!
it's impossible to find any quantity such that |quantity| < 0, so |quantity| ≥ 0 is true for everything, all the time.


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Wed Oct 28, 2009 8:11 pm 
Offline


Posts: 32
Having a bit of trouble with this. Rule that I understand:

|quantity| > A: quantity > A OR quantity <-A
|quantity| < A: -A < quantity < A

Applied to this problem:
(1) |x-3| >= y, where y>=0

case 1:
x-3 >= 0
x >= 3

case 2:
x-3 <= -0
x <= 3. INSUFFICIENT.



(2) |x-3| <= -y, where y>=0

case 1:
|x-3|<= -(0), where y is still positive, just the sign outside the brackets is not.
x<=3

case 2:
|x-3|>=-(-0)
x>=3

Could you explain why |x-3|=0?



RonPurewal wrote:
Kweku.Amoako wrote:
Hi,

what is the answer to this question? I got D when I solved it. Someone help If I got this wrong

1) if y ≥ 0 then
|x-3| ≥ 0 ,
Case 1
-(x-3) ≥ 0 , -x + 3 ≥0 , -x ≥ -3 , x ≤ 3
or Case 2
(x-3) ≥ 0 , x ≥ 3

Combining the 2 cases,
if x≥ 3 or x ≤ 3 then x = 3 SUFFICIENT


your mistake is in red. you mistook "or" for "and".
if it said "and", that would be the correct solution. but it doesn't; it's "or".

the solution to "x≥ 3 or x ≤ 3" is ALL numbers.
when you have "or", you only have to satisfy ONE of the statements. any number satisfies at least one of these, so, there you go.

also, you can solve that statement by inspection.
if you see |quantity| ≥ 0, then this is ALWAYS true NO MATTER what is inside the absolute value!
it's impossible to find any quantity such that |quantity| < 0, so |quantity| ≥ 0 is true for everything, all the time.


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Mon Nov 02, 2009 6:23 pm 
Offline
Course Students


Posts: 4
What is the OA? Thanks!


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Tue Nov 03, 2009 4:41 pm 
Offline
Course Students


Posts: 99
OA is "B"


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Thu Dec 03, 2009 4:14 am 
Offline
ManhattanGMAT Staff


Posts: 824
Victor,

Just because y >=0 doesn't mean that | x - 3 | >= 0. You cannot make that substitution.

For example, if y >=0, then one possibility is y = 1. In this case,
| x - 3 | >= 1 meaning x - 3 >= 1 or x - 3 <= -1; we get x >= 4 or x <= 2. Here, x is NOT 3.

_________________
Ben Ku
Instructor
ManhattanGMAT


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Mon Jun 28, 2010 11:59 pm 
Offline


Posts: 32
Ben,

Can you explain why I cannot substitute. The above poster does so as well (Ron replied to that one). Confused here. Thanks.

Given:
y>=0

(1)
|x-3| >=y
|x-3| >= y >=0.

Therefore, |x-3|>=0.


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Tue Jun 29, 2010 12:00 am 
Offline


Posts: 32
Also, is there a better way to do this problem without plugging in numbers?


Top 
 Post subject: Re: If y [u]>[/u] 0, what is the value of x?
 Post Posted: Thu Jul 08, 2010 8:42 am 
Offline
ManhattanGMAT Staff


Posts: 6765
victorgsiu wrote:
Ben,

Can you explain why I cannot substitute. The above poster does so as well (Ron replied to that one). Confused here. Thanks.

Given:
y>=0

(1)
|x-3| >=y
|x-3| >= y >=0.

Therefore, |x-3|>=0.


i think i see what ben is getting at here. in a sense, you guys are both correct -- you're just talking past each other.

YOU are using the transitive property:
if a > b, and b > c, then a > c.
this is of course true.

BEN, however, is not talking so much about the inequalities themselves as he's talking about their solution sets.
for instance:
let's say that x > y and y > 10.
in this case,
* we do know that x > 10 (in other words, it's impossible that x > 10 is false); in that sense, you are correct.
* where you are going wrong here, though -- and what ben is trying to point out -- is that you are assuming that, given the above two inequalities, that x can automatically assume ANY value > 10. in other words, it seems that you are taking the two inequalities x > y and y > 10, together, as a guarantee that x can actually equal 10, or any greater number.
this isn't necessarily true, depending upon the value of y. for instance, if y is 15, then x is now restricted to numbers that are 15 and higher.

hope this makes more sense


Top 
Display posts from previous:  Sort by  
 
 Page 1 of 2 [ 21 posts ] Go to page 1, 2  Next





Who is online

Users browsing this forum: No registered users and 0 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: