minimum possible value

This topic has expert replies
User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

minimum possible value

by Gurpinder » Wed Sep 01, 2010 9:44 am
if x ≥ 4 + (z+1)^2, what is the minimum possible value for x?


I am not sure if my technique is right but i tend to get a quadratic eq. on the right side.

x ≥ 4+ (z+1)(z+1)
x ≥ 4+z^2+2z+1
x ≥ z^2+2z+5

and i get stuck here......
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 268
Joined: Wed Mar 17, 2010 2:32 am
Thanked: 17 times

by this_time_i_will » Wed Sep 01, 2010 9:53 am
sud be 4, put z=-1

User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

by Gurpinder » Wed Sep 01, 2010 9:55 am
this_time_i_will wrote:sud be 4, put z=-1
why z=-1?
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.

Legendary Member
Posts: 1119
Joined: Fri May 07, 2010 8:50 am
Thanked: 29 times
Followed by:3 members

by diebeatsthegmat » Wed Sep 01, 2010 2:42 pm
Gurpinder wrote:if x ≥ 4 + (z+1)^2, what is the minimum possible value for x?


I am not sure if my technique is right but i tend to get a quadratic eq. on the right side.

x ≥ 4+ (z+1)(z+1)
x ≥ 4+z^2+2z+1
x ≥ z^2+2z+5

and i get stuck here......
i think( for what i remember when i was in high school)
to x minimum (z+1)^2+4 must be minimumor (z+1)^2<-4
is the answer -4?
i am not sure much

Senior | Next Rank: 100 Posts
Posts: 87
Joined: Wed Jun 16, 2010 7:57 pm
Location: Delhi,India
Thanked: 1 times

by puneetdua » Thu Sep 02, 2010 12:16 am
Hi Gurpinder,

I think 'this_time_i_wrote' is correct -
We need to find the minimum possible value of x So - it is coming out to be 4 when we put z = -1

if we put z = 0 - > x >= 5
z= 1 - > x >= 8

z = -2 -> x>=5

Z = -1 --> x >=4

4 is the minimu possible value from above inputs ....
If this is really wrong ...please reply back..
Thanks
Puneet

User avatar
Legendary Member
Posts: 659
Joined: Mon Dec 14, 2009 8:12 am
Thanked: 32 times
Followed by:3 members

by Gurpinder » Thu Sep 02, 2010 6:04 am
puneetdua wrote:Hi Gurpinder,

I think 'this_time_i_wrote' is correct -
We need to find the minimum possible value of x So - it is coming out to be 4 when we put z = -1

if we put z = 0 - > x >= 5
z= 1 - > x >= 8

z = -2 -> x>=5

Z = -1 --> x >=4

4 is the minimu possible value from above inputs ....
If this is really wrong ...please reply back..
Thanks Puneet.

You are right. He is correct and so are you. The logic behind this question was to get the minimum possible value first for the term that's being squared. The least value we can get for that term is 0 if x = -1. And therefore x>=4.
"Do not confuse motion and progress. A rocking horse keeps moving but does not make any progress."
- Alfred A. Montapert, Philosopher.

Senior | Next Rank: 100 Posts
Posts: 78
Joined: Thu Feb 21, 2008 9:05 am
Thanked: 7 times

by dinesh19aug » Thu Sep 02, 2010 6:42 am
For any questions which asks what should be the maximum or minimum value, always look for the constant terms first.

In this question, it says x>= 4 + (Z+1)^2.

For X to be minimum, the unknown variable should be minimum.
What is the unknown here??? ======> (Z+1).
Now Can Z+1 be negative ???? ....... Sure if Z was negative .... BUT it is squared.
So what do we know from this??? ====> (Z+1)^2 can never be negative.
So waht can be minimum possible value??? ====> 0. And when can this be 0?? ===> When Z = -1.

So X will be minimum when term (Z+1)^2 is minimum.

So Minimum value = 4 Answer.

I hope this helps.