equation problem

This topic has expert replies
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 1179
Joined: Sun Apr 11, 2010 9:07 pm
Location: Milpitas, CA
Thanked: 447 times
Followed by:88 members

by Rahul@gurome » Mon Dec 20, 2010 6:39 pm
We can write that y = (x+ a/2)^2 - (a^2)/4 +b.
Now (x + a/2)^2 is either 0 or positive.
So y is minimum when the above value is 0 or when (x + a/2) = 0.
This means x = -a/2 if y is minimum.
The correct answer is C.
Rahul Lakhani
Quant Expert
Gurome, Inc.
https://www.GuroMe.com
On MBA sabbatical (at ISB) for 2011-12 - will stay active as time permits
1-800-566-4043 (USA)
+91-99201 32411 (India)

Senior | Next Rank: 100 Posts
Posts: 43
Joined: Sat Nov 06, 2010 12:04 pm

by Woozler » Mon Dec 20, 2010 8:49 pm
What if b = 2? Then (B) and (C) are both equally valid answers, aren't they?

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 1179
Joined: Sun Apr 11, 2010 9:07 pm
Location: Milpitas, CA
Thanked: 447 times
Followed by:88 members

by Rahul@gurome » Mon Dec 20, 2010 9:21 pm
Woozler wrote:What if b = 2? Then (B) and (C) are both equally valid answers, aren't they?
Here "a" and "b" are constants and "x" is varying.
Obviously you have to deduce the value of x which gives the minimum value of y, irrespective of what values "a" and "b" take.
Rahul Lakhani
Quant Expert
Gurome, Inc.
https://www.GuroMe.com
On MBA sabbatical (at ISB) for 2011-12 - will stay active as time permits
1-800-566-4043 (USA)
+91-99201 32411 (India)

Legendary Member
Posts: 1337
Joined: Sat Dec 27, 2008 6:29 pm
Thanked: 127 times
Followed by:10 members

by Night reader » Tue Dec 21, 2010 3:44 am
Good Day, below I copy/paste problem along with its official solution

If y = x^2 + ax + b, y is minimum when x is:

(a) a/b
(b) -a/b
(c) -a/2
(d) -b/2
(e) b/a

* Answer: Parabola px^2 + qx + r = 0 is minimum for x = -(q/2p). In our case y is minimum for x = -a/2.

note: as far as I remember from college math, parabola is a graphic solution of the quadratic equation.

User avatar
Legendary Member
Posts: 543
Joined: Tue Jun 15, 2010 7:01 pm
Thanked: 147 times
Followed by:3 members

by anshumishra » Tue Dec 21, 2010 2:52 pm
Night reader wrote:Good Day, below I copy/paste problem along with its official solution

If y = x^2 + ax + b, y is minimum when x is:

(a) a/b
(b) -a/b
(c) -a/2
(d) -b/2
(e) b/a

* Answer: Parabola px^2 + qx + r = 0 is minimum for x = -(q/2p). In our case y is minimum for x = -a/2.

note: as far as I remember from college math, parabola is a graphic solution of the quadratic equation.
Cool !
For the Math enthusiasts (Please ignore if you don't want to use Calculus for GMAT - because it is not needed. Rahul has already solved it in a way, which any one can follow)

y = x^2+ax+b
For minimum or maximum value of y:

dy/dx = 0
=> 2x + a = 0
=> x = -a/2

To ensure whether it is minimum or max:
d/dx(dy/dx) = 2 > 0 (That means -> the value is minimum, If it were -ve, then the value would have been maximum).

Similarly you can deduce the point where parabola will have minimum value :

y = px^2 + qx + r
dy/dx = 2px+q = 0 => x = -q/2p
d/dx(dy/dx) = 2p

So, at (x = -q/2p) , parabola will have minimum value of y, if 2p > 0 and max if 2p is -ve.

Thanks