Last visit was: 25 Apr 2024, 15:31 It is currently 25 Apr 2024, 15:31

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
User avatar
Manager
Manager
Joined: 23 Oct 2011
Posts: 55
Own Kudos [?]: 487 [0]
Given Kudos: 34
Send PM
User avatar
Manager
Manager
Joined: 23 Oct 2011
Posts: 55
Own Kudos [?]: 487 [0]
Given Kudos: 34
Send PM
SVP
SVP
Joined: 14 Apr 2009
Posts: 2261
Own Kudos [?]: 3671 [0]
Given Kudos: 8
Location: New York, NY
Send PM
User avatar
Manager
Manager
Joined: 23 Oct 2011
Posts: 55
Own Kudos [?]: 487 [0]
Given Kudos: 34
Send PM
Re: Inequalities using extreme values. [#permalink]
gmatpill wrote:
Once you have: \(\frac{1}{a^2} <b <2\)

Then you can test various values including extreme ones to find the possible values for \(a\).


if you find this, you can simply multiply by \(a^2\) and divide by 2 and find the range of \(a\).

The question is when you can't figure out this relationship between \(a\) and \(b\)and you just know that you have those 2 inequalities \(a^2*b>1\) and \(b<2\), how can you find the values that \(a\) will take using extreme values?

For example we know that \(b\)will be a bit less that 2 and a bit more than 0... then what?
Tutor
Joined: 16 Oct 2010
Posts: 14823
Own Kudos [?]: 64923 [2]
Given Kudos: 426
Location: Pune, India
Send PM
Re: Inequalities using extreme values. [#permalink]
2
Kudos
Expert Reply
SonyGmat wrote:
I have a question regarding inequalities using extreme values.

1st Example

Lets say that I know that \(y>4\) and I want to find the values that x can take. Moreover, I have 2 more inequalities:

\(x-y>-2\)

\(x-2*y<-6\)

I know that by multiplying the first one by -2 (which changes the sign) and then adding the two aforementioned inequalities I can find that \(x>2\).

How can we solve it using extreme values?

I know that y must be between 4.00000001 and a value like 10000000000.

If I use the smallest possible value to the first equation: x must be a bit bigger than 2
If I use the largest possible value to the first equation: x must be a bit bigger than a number really really big.

How do we continue our reasoning??

2nd Example.

Lets say that we have 2 inequalities \(a^2*b>1\) and \(b<2\) and I want to find the values that a can take.

From this we can understand that b must be between 0 and 2 because if b was negative then the first equation would be wrong. (I can't figure out how to solve this algebraically and I would really like to see how, if possible).

Attempt using extreme values

Assume that b is a bit bigger than 0, lets say 1/10000000 we can conclude that \(a^2\) will be bigger than a very big number. Squaring both sides we can see that a is larger that a big value and smaller than a very small.

How do we continue our reasoning...


I dislike 'making equations and solving' but when it comes to solving some inequalities simultaneously, I generally prefer to tame my imagination and follow algebra because it is risk free. Let me discuss how to use algebra in both cases and then I will talk about 'guessing the range'

Golden Rule: Given two inequalities, you can always add them up if the inequality signs point in the same direction.

\(x-y>-2\)
\(x-2*y<-6\)

Here, the signs point in opposite directions.

To get the range of x, we multiply the first inequality by -2 and add.
\(-2x+2y<4\)
\(x-2y<-6\)
-x < -2 or x > 2

To get the range of y, we multiply the first inequality by -1 and add.
\(-x+y<2\)
\(x-2y<-6\)
-y < -4 or y > 4

We get the range of x and y.

\(a^2*b>1\)
\(b<2\)

To get the range of a, multiply the second inequality by -a^2 (which we know will be negative since a^2 is positive) and add. (just solving them blindly)
\(a^2*b>1\)
\(-a^2*b>-2a^2\)
We get \(0 > 1-2a^2\)
\(a^2 > 1/2\)
\(a^2 - (1/\sqrt{2})^2 > 0\)
\(a > 1/\sqrt{2}\) or a \(< -1/\sqrt{2}\)

Now, if you want to use the extreme value to guess the range, here is the logic for that:

Given:\(y>4\)
Find the range of x if \(x-y>-2\)
\(x > y-2\)
If y is a little more than 4, x is more than 2.
If y is 5, x is more than 3.
and so on...
The range that includes all these ranges is 'x is a little more than 2.'

Given: \(y>4\)
Find the range of x if \(x-2y<-6\)
\(x < 2y -6\)
If y is a little more than 4, x is less than something more than 2.
If y is 5, x is less than 4.
If y is 6, x is less than 6.
and so on...
The range that includes all these ranges is 'x is less than infinity.' which doesn't add much information. Algebraically, if you try to solve these two inequalities, you see you cannot get rid of y and hence don't get the range for x.

The diagram explains the above given two discussions.

Attachment:
Ques4.jpg
Ques4.jpg [ 7.55 KiB | Viewed 4109 times ]


Given: \(a^2*b>1\)
\(b< 2\)
If b is a little less than 2, a^2 is greater than 1/2 which means \(a > 1/\sqrt{2}\) or a \(< -1/\sqrt{2}\)
If b is 1, a^2 is greater than 1 which means \(a > 1\)or \(a < -1\)
b cannot be 0 or negative.
The range that includes all these ranges will be \(a > 1/\sqrt{2}\) or a \(< -1/\sqrt{2}\)
Attachment:
Ques5.jpg
Ques5.jpg [ 4.73 KiB | Viewed 4107 times ]
User avatar
Manager
Manager
Joined: 23 Oct 2011
Posts: 55
Own Kudos [?]: 487 [0]
Given Kudos: 34
Send PM
Re: Inequalities using extreme values. [#permalink]
VeritasPrepKarishma wrote:


I wish I had the ability to give more than one kudos for a post! Thanks so much for your input! You should write "how to solve guides" for all problems and sell them!!!

you are so talented! when you describe something you make it seem SOOOO easy!

Really appreciate it!
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32679
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Inequalities using extreme values. [#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.



Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Where to now? Join ongoing discussions on thousands of quality questions in our Quantitative Questions Forum
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.
Thank you for understanding, and happy exploring!
GMAT Club Bot
Re: Inequalities using extreme values. [#permalink]
Moderator:
Senior Moderator - Masters Forum
3137 posts

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