Last visit was: 25 Apr 2024, 18:36 It is currently 25 Apr 2024, 18:36

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Kudos
Tags:
Theoryx   
Show Tags
Hide Tags
User avatar
Director
Director
Joined: 30 Jun 2008
Posts: 538
Own Kudos [?]: 2730 [21]
Given Kudos: 1
Send PM
User avatar
Director
Director
Joined: 17 Jun 2008
Posts: 614
Own Kudos [?]: 444 [0]
Given Kudos: 0
Send PM
User avatar
Manager
Manager
Joined: 29 Mar 2008
Posts: 216
Own Kudos [?]: 332 [0]
Given Kudos: 0
Send PM
VP
VP
Joined: 30 Apr 2008
Posts: 1230
Own Kudos [?]: 951 [0]
Given Kudos: 32
Location: Oklahoma City
Concentration: Life
Schools:Hard Knocks
 Q47  V42
Send PM
Re: Inequalities Review [#permalink]
leonidas wrote:
How is this possible?
1 ) if x^2 > k^2 and x> 0 then this implies k >0
We can have x=2 and k = -1 and still satisfy the condition x^2 > k^2; however, in this case k !>0.
I think we can say that based on the given conditions, x > k.


I don't think this is always true, especially since this doesn't limit the rule to positive integers.

x = -2
k = 1/2

x^2 = 4
k^2 = 1/4

x !> k
User avatar
Manager
Manager
Joined: 29 Mar 2008
Posts: 216
Own Kudos [?]: 332 [0]
Given Kudos: 0
Send PM
Re: Inequalities Review [#permalink]
jallenmorris wrote:
leonidas wrote:
How is this possible?
1 ) if x^2 > k^2 and x> 0 then this implies k >0
We can have x=2 and k = -1 and still satisfy the condition x^2 > k^2; however, in this case k !>0.
I think we can say that based on the given conditions, x > k.


I don't think this is always true, especially since this doesn't limit the rule to positive integers.

x = -2
k = 1/2

x^2 = 4
k^2 = 1/4

x !> k


Nice catch....... you got me there!!!!! I agree, I assumed them to be integers (though not given), got side tracked..
The above should hold good, if they were integers.
GMAT Tutor
Joined: 24 Jun 2008
Posts: 4128
Own Kudos [?]: 9244 [0]
Given Kudos: 91
 Q51  V47
Send PM
Re: Inequalities Review [#permalink]
Expert Reply
amitdgr wrote:
Points to remember :
1. if x > y then (1/x) < (1/y)
Please add if i missed something.


I didn't go through this post thoroughly, but 1 above is not quite right. Notice that if x = 3 and y = -2, for example, then x > y and 1/x is also greater than 1/y.

1 above is only true if x and y share the same sign, as one can quite easily demonstrate (start from x > y, then divide both sides by x and by y).
User avatar
Manager
Manager
Joined: 13 Jan 2009
Posts: 120
Own Kudos [?]: 32 [0]
Given Kudos: 9
Concentration: Finance
Schools:Harvard Business School, Stanford
Send PM
Re: Inequalities Review [#permalink]
Great compilation. Thanks!!!
User avatar
Manager
Manager
Joined: 27 Jun 2008
Posts: 72
Own Kudos [?]: 42 [0]
Given Kudos: 11
Send PM
Re: Inequalities Review [#permalink]
Nice compilation, Thanks.
User avatar
Manager
Manager
Joined: 29 Oct 2009
Posts: 126
Own Kudos [?]: 2860 [0]
Given Kudos: 18
GMAT 1: 750 Q50 V42
Send PM
Re: Inequalities Review [#permalink]
amitdgr wrote:
----------------------------------------------------------------------------------------------------------------------------------
if k is a positive integer:

1 )if x^2 > k^2 and x> 0 then this implies x > k
2) k^x > 1 when x>0
3) 0< k^x < 1 when x < 0

------------------------------------------------------------------------------------------------------------------------------------


Hi. Appreciate the effort! Good Job!

Just a minor correction though. Point 2 and 3 (in red above) are not valid for k = 1.

Cheers.
User avatar
Intern
Intern
Joined: 23 Jun 2009
Posts: 41
Own Kudos [?]: 23 [0]
Given Kudos: 9
Send PM
Re: Inequalities Review [#permalink]
amitdgr wrote:
Points to remember :
1. if x > y then (1/x) < (1/y) ( EDIT:Holds good only when BOTH x and Y share SAME sign - Thanks Ian)
2. if x > y then -x < -y (that is the inequality gets reversed when both sides are multiplied by negative sign)
3. NEVER EVER , cross-multiply a variable (or) expression in an inequality blindly. You CAN cross multiply if and only if you are sure that the variable (or) expression being cross-multiplied is positive.
4. You can blindly cross multiply constant terms or numbers.

--------------------------------------------------------------------------------------------------------------------------

For any real numbers, a; b,and c:
a < b is equivalent to a + c < b + c;
a > b is equivalent to a + c > b + c;
a = b is equivalent to a + c = b + c;
a >= b is equivalent to a + c >= b + c.
a <= b is equivalent to a + c <= b + c.

In other words, when we add or subtract the same number on both sides of an inequality, the direction of the inequality symbol is not changed.

-----------------------------------------------------------------------------------------------------------------------------------

For any real numbers, a; b, and any positive number c:
a < b is equivalent to ac < bc;
a > b is equivalent to ac > bc.
a < b is equivalent to a/c < b/c;
a > b is equivalent to a/c > b/c.

For any real numbers, a; b, and any negative number c:
a < b is equivalent to ac > bc;
a > b is equivalent to ac < bc.
a < b is equivalent to a/c > b/c;
a > b is equivalent to a/c < b/c.

Similar statements hold for >= and <=

In other words, when we multiply or divide by a positive number on both sides of an inequality, the direction of the inequality symbol stays the same.

When we multiply or divide by a negative number on both sides of an inequality, the direction of the inequality symbol is reversed.

----------------------------------------------------------------------------------------------------------------------------------

|x| = x if x > 0
|x| = -x if x < 0
if |x| > y , then either x > y or -x > y
if |x| < y , then either x < y or -x < y

let "r" be a positive real number and "a" be a fixed real number, then
|x-a| < r implies a-r < x < a+r in other words x lies somewhere in between a-r and a+r
|x-a| > r implies x < a-r or x > a+r in other words, x lies outside a+r and a-r

----------------------------------------------------------------------------------------------------------------------------------
if k is a positive integer:

1 )if x^2 > k^2 and x> 0 then this implies x > k
2) k^x > 1 when x>0
3) 0< k^x < 1 when x < 0

------------------------------------------------------------------------------------------------------------------------------------
For word problems :

x is at least 30 implies x>=30 ( that is x is minimum 30)
x is at most 30 implies x<=30 ( that is x is maximum 30)
x cannot exceed 45 implies x <=45 ( that is x is maximum 45)
x must exceed 34 implies x > 34
x is between 7 and 12 implies 7 < x < 12
------------------------------------------------------------------------------------------------------------------------------

Please add if i missed something.


Thanks @amitdgr +1 from me. Great collection
User avatar
Manager
Manager
Joined: 25 Dec 2009
Posts: 65
Own Kudos [?]: 1816 [0]
Given Kudos: 3
Send PM
Re: Inequalities Review [#permalink]
amitdgr wrote:
Points to remember :
1. if x > y then (1/x) < (1/y) ( EDIT:Holds good only when BOTH x and Y share SAME sign - Thanks Ian)
2. if x > y then -x < -y (that is the inequality gets reversed when both sides are multiplied by negative sign)
3. NEVER EVER , cross-multiply a variable (or) expression in an inequality blindly. You CAN cross multiply if and only if you are sure that the variable (or) expression being cross-multiplied is positive.
4. You can blindly cross multiply constant terms or numbers.

--------------------------------------------------------------------------------------------------------------------------

For any real numbers, a; b,and c:
a < b is equivalent to a + c < b + c;
a > b is equivalent to a + c > b + c;
a = b is equivalent to a + c = b + c;
a >= b is equivalent to a + c >= b + c.
a <= b is equivalent to a + c <= b + c.

In other words, when we add or subtract the same number on both sides of an inequality, the direction of the inequality symbol is not changed.

-----------------------------------------------------------------------------------------------------------------------------------

For any real numbers, a; b, and any positive number c:
a < b is equivalent to ac < bc;
a > b is equivalent to ac > bc.
Quote:
a < b is equivalent to a/c < b/c;

a > b is equivalent to a/c > b/c.

For any real numbers, a; b, and any negative number c:
a < b is equivalent to ac > bc;
a > b is equivalent to ac < bc.
a < b is equivalent to a/c > b/c;
a > b is equivalent to a/c < b/c.

Similar statements hold for >= and <=

In other words, when we multiply or divide by a positive number on both sides of an inequality, the direction of the inequality symbol stays the same.

When we multiply or divide by a negative number on both sides of an inequality, the direction of the inequality symbol is reversed.

----------------------------------------------------------------------------------------------------------------------------------

|x| = x if x > 0
|x| = -x if x < 0
if |x| > y , then either x > y or -x > y
if |x| < y , then either x < y or -x < y

let "r" be a positive real number and "a" be a fixed real number, then
|x-a| < r implies a-r < x < a+r in other words x lies somewhere in between a-r and a+r
|x-a| > r implies x < a-r or x > a+r in other words, x lies outside a+r and a-r

----------------------------------------------------------------------------------------------------------------------------------
if k is a positive integer:

1 )if x^2 > k^2 and x> 0 then this implies x > k
2) k^x > 1 when x>0
3) 0< k^x < 1 when x < 0

------------------------------------------------------------------------------------------------------------------------------------
For word problems :

x is at least 30 implies x>=30 ( that is x is minimum 30)
x is at most 30 implies x<=30 ( that is x is maximum 30)
x cannot exceed 45 implies x <=45 ( that is x is maximum 45)
x must exceed 34 implies x > 34
x is between 7 and 12 implies 7 < x < 12
------------------------------------------------------------------------------------------------------------------------------

Please add if i missed something.


This wont be true if c is between 0 and 1. a < b is equivalent to a/c < b/c
User avatar
Senior Manager
Senior Manager
Joined: 21 Dec 2010
Posts: 267
Own Kudos [?]: 1332 [0]
Given Kudos: 51
Send PM
Re: Inequalities Review [#permalink]
@ above post ,

a/c < b/c , if a < b and 0 < c < 1 , of course even in the given constrains its true.

thanks for the help
User avatar
Intern
Intern
Joined: 28 Mar 2011
Posts: 22
Own Kudos [?]: 17 [0]
Given Kudos: 0
Send PM
Re: Inequalities Review [#permalink]
Hi,

can someone please explain this :

let "r" be a positive real number and "a" be a fixed real number, then
|x-a| < r implies a-r < x < a+r in other words x lies somewhere in between a-r and a+r
|x-a| > r implies x < a-r or x > a+r in other words, x lies outside a+r and a-r


How do we open the modulus here?

I came across this example :

If |5x + 2| – 3 < 3x, what is the value of x?
|5x+2|< 3x+3 |5x+2| < -3x-3

2x < 1 5x+2 < -3x - 3
x< 1/2 8x < -5 ---> x < -5/8


so,if we open |x-a| < r as the above:

|x-a| < r |x-a| < -r
x < r+a x < a-r


What am i missing :?



regards,
User avatar
Manager
Manager
Joined: 08 Sep 2010
Posts: 70
Own Kudos [?]: 84 [0]
Given Kudos: 18
Send PM
Re: Inequalities Review [#permalink]
Excellent compilation...good refresher
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32680
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Points to remember : 1. if x > y then (1/x) < (1/y) ( [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: Points to remember : 1. if x > y then (1/x) < (1/y) ( [#permalink]
Moderator:
Math Expert
92915 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne