Welcome to Beat The GMAT, the world's largest GMAT & MBA forum. Please join our rich community of friendly members. Get free help from
experts who teach at the leading GMAT & MBA prep companies — Kaplan, Veritas Prep, Manhattan GMAT and Stacy Blackman Consulting.

Announcement: Apply for the Fall 2008 Beat The GMAT Scholarship, featuring $20,000 in prizes.

question about inequalities and absolute values


 
Post new topic   Reply to topic    Beat The GMAT Forum Index -> GMAT Math
View previous topic :: View next topic  
Author Message
jc114
Rising GMAT Star


Joined: 12 Apr 2007
Posts: 51

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Wed Apr 18, 2007 4:24 pm    Post subject: question about inequalities and absolute values Reply with quote

I have a question about inequalities (especially in those DS questions)- since you're not allowed to cross-multiply, aren't you allowed to square each side to get rid of some x's?

For example, if (x^3) <0, then divide each side by x^2(because its always positive so no change of sign)..and then it becomes x<0?

Also, if you have absolute values in inequalities, whats the best way to get rid of them??
Back to top


View user's profile Send private message
Math_guru
Just gettin' started!


Joined: 19 Apr 2007
Posts: 8

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Tue Apr 24, 2007 6:46 am    Post subject: Solving inequality problems. Reply with quote

Lets start with the following inequality example.

Q. Consider the following inequality:
x² - 6x + 8 > 0
Solve for x.

Solution: The easiest way to solve the polynomial inequality problems without getting confused is to re-write the problem as an equality; hence we can write ---> x² - 6x + 8 = 0. Now we can factor this as (x-4)(x-2)=0

Since the problem is an inequality hence we can write (x-4)(x-2)>0 ; note that in this case since the sign is > and not >= we know that x=4 and/ or x=2 is not part of the solution. So we have to determine the boundaries/ limits of x, which can best done by using number line method. See figure 1 below.
It is clear from the number line that x is strictly > 4 and x is strictly < 2. Hence combining the two the solution is --> 2>x>4.

Ok now let us move on to Absolute value inequality:

TYPE I:

Consider, |ax+b| <= c
This can written as:

ax+b<=c AND ax+b>= - c

Now this can be solved using the above discussed methods. This also applies to polynomials.

TYPE II:

Consider, |ax+b| >= c
This can be written as

ax+b >=c OR ax+b<= - c [ Note: both are the same as the sign change causes >= to change to <= with a - sign in front of c]

Now this can be solved using the above discussed methods. This also applies to polynomials.

So, important thing to note here:

If there is <= or < in the given problem then there will 2 equations to solve for hence <= goes with AND.

If there is >= or > in the given problem then there will ONLY 1 equations to solve for hence >= goes with OR.

So lets do a problem in Absolute value inequality

Q. Solve for x in
| (x/3) - 2 | < 4/3

Solution: We see that we have a < sign so we know there will be two equations to solve for. Hence we have

(x/3) - 2 < 4/3 AND (x/3) - 2 > -4/3

(I will let you solve it)

so we get, x < 10 AND x > 2

(plot it on the number line) and the combined solution should be 2<x<10.

Hope that helps.

Good luck.

This post contains an attachment. You must be logged in to download/view this file.
Please login or register as a user.

Back to top


View user's profile Send private message
rajesh_ctm
Really wants to Beat The GMAT!


Joined: 27 Feb 2007
Posts: 135

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Tue Apr 24, 2007 4:28 pm    Post subject: Reply with quote

That is some good stuff!!! Thanks for taking time to explain!
Back to top


View user's profile Send private message
diegoasaavedra
Just gettin' started!


Joined: 18 Sep 2006
Posts: 8

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Wed Apr 25, 2007 7:36 am    Post subject: Reply with quote

Great explanation.
I am confuse with these, don't undestand why 4 is > and 2 is <
It is clear from the number line that x is strictly > 4 and x is strictly < 2. Hence combining the two the solution is --> 2>x>4.

Thanks
Back to top


View user's profile Send private message
Math_guru
Just gettin' started!


Joined: 19 Apr 2007
Posts: 8

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Wed Apr 25, 2007 1:05 pm    Post subject: Solving inequality problems (cont...) Reply with quote

Ok, no problem in that case let me get into more details.

Inequality like this can be interpreted to find the graph of the given inequality equation, whether it is above or below the x-axis. So what is easiest place to start? Well, where the curve crosses the x-axis. Since we have already factored the above equation I am not going to do that again. Since we are solving it as an equality (to make it easier) we can say x=2 or x=4. Hence the curve crosses the x-axis at 2 and 4, and we can divide the number line into the following intervals (- ∞, 2) , (2,4) and (4, ∞). Lets say y = x² - 6x + 8 ; now pick any point in each interval. Find y at this point.

So lets start with (- ∞, 2), say x=0 (its easy to do the math with a 0) –
Then y = 0 – 6(0) + 8 = 8.
Thus we can say that y is always positive in the interval (- ∞, 2). So (- ∞, 2) is part of the solution as we know the given inequality is y > 0 or x² - 6x + 8 > 0

Now consider the interval (2,4) – so lets choose x=3; Then
y = (3)(3) – (6)(3) + 8 = – 1
Thus we can say that y is always negative in the interval (2,4). So (2,4) is not part of the solution as we know the given inequality is y > 0 or x² - 6x + 8 > 0

Now consider the interval (4, ∞) , so lets choose x=5; Then
Y = (5)(5) – 6(5) + 8 = 3
Thus we can say that y is always positive in the interval (4, ∞). So (4, ∞) is part of the solution as we know the given inequality is y > 0 or x² - 6x + 8 > 0.

Thus from above we can conclude the complete solution is x > 4 and x < 2.

Hope that helps.
Good Luck!
Back to top


View user's profile Send private message
diegoasaavedra
Just gettin' started!


Joined: 18 Sep 2006
Posts: 8

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Wed Apr 25, 2007 10:55 pm    Post subject: Reply with quote

Thanks, for your explanations and time, now i recall inequalties and the concept is clear.
Again, Thank you.
Back to top


View user's profile Send private message
jamesk486
Really wants to Beat The GMAT!


Joined: 28 Mar 2007
Posts: 106

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Fri Apr 27, 2007 5:42 pm    Post subject: Reply with quote

Can you also square each side to get rid of variables as well?
Back to top


View user's profile Send private message
Math_guru
Just gettin' started!


Joined: 19 Apr 2007
Posts: 8

Thanks given: 0
Thanked 0 times in 0 posts


PostPosted: Sun Apr 29, 2007 11:12 am    Post subject: Question about inequalities and absolute values Reply with quote

What do you mean by getting rid of variables? We need to find the value or the boundaries of the variable so if you cannot get rid of the variable. May be if you can give an example question it would make more sense to me. You can square to get rid of the constants but usually most of the GMAT problems don't need to do that; I haven't seen myself an inequality problem requiring to do that. Do post the question problem ok.


Hope that help!
Good Luck !
Back to top


View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Beat The GMAT Forum Index -> GMAT Math All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



"GMAT" and other GMAC™ trademarks are registered trademarks of the Graduate Management Admission Council™. The Graduate Management Admission Council™ does not endorse, nor is it affiliated in any way with the owner or any content on this website. The opinions expressed here are solely those of the author or those of the members of this website. Copyright © 2008 BTG Test Prep, LLC. Powered by phpBB © 2001, 2005 phpBB Group.