Last visit was: 26 Apr 2024, 17:23 It is currently 26 Apr 2024, 17:23

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:
Date
Tags:
Show Tags
Hide Tags
Manager
Manager
Joined: 01 Apr 2018
Posts: 100
Own Kudos [?]: 196 [20]
Given Kudos: 86
Location: India
GMAT 1: 650 Q49 V30
GPA: 3.9
Send PM
Current Student
Joined: 24 Aug 2016
Posts: 733
Own Kudos [?]: 772 [2]
Given Kudos: 97
GMAT 1: 540 Q49 V16
GMAT 2: 680 Q49 V33
Send PM
Director
Director
Joined: 01 Oct 2017
Status:Learning stage
Posts: 827
Own Kudos [?]: 1300 [2]
Given Kudos: 41
WE:Supply Chain Management (Energy and Utilities)
Send PM
Senior PS Moderator
Joined: 26 Feb 2016
Posts: 2873
Own Kudos [?]: 5206 [1]
Given Kudos: 47
Location: India
GPA: 3.12
Send PM
Let p and q be the roots of the quadratic equation [#permalink]
1
Kudos
tarunanandani wrote:
Let p and q be the roots of the quadratic equation \(x^{2}-(a-2)x-a-1=0\).
What is the minimum possible value of \(p^{2} + q^{2}\)?

A. 0
B. 3
C. 4
D. 5
E. 12


Quadratic equation \(x^{2} - (a-2)x -a-1 = 0\) can be re-written as \(x^{2} - (a-2)x -(a+1) = 0\)

For a quadratic equation \(ax^2 + bx + x\). The sum of the roots is \(\frac{-b}{a}\) and product of the roots is \(\frac{c}{a}\)

Sum of the roots(p+q) = \((a-2)\) | Product of the roots(pq) = \(-(a+1)\)

\(p^{2} + q^{2} = (p+q)^2 - 2*pq\)

Here, \(p^{2} + q^{2} = (a-2)^2 - 2(-a-1) = a^2 - 4a + 4 + 2a + 2 = a^2 - 2a + 6\)

Since we need the minimum value, a^2 - 2a = -1 when a = 1. Therefore, \(p^{2} + q^{2} = 5\) (Option C)
Intern
Intern
Joined: 10 Oct 2017
Posts: 3
Own Kudos [?]: 0 [0]
Given Kudos: 36
Concentration: Marketing
GPA: 3.71
Re: Let p and q be the roots of the quadratic equation [#permalink]
How do you figure out that p^2+q^2 is equal to (p+q)^2-2pq?
Senior PS Moderator
Joined: 26 Feb 2016
Posts: 2873
Own Kudos [?]: 5206 [2]
Given Kudos: 47
Location: India
GPA: 3.12
Send PM
Re: Let p and q be the roots of the quadratic equation [#permalink]
2
Kudos
dmod14 wrote:
How do you figure out that p^2+q^2 is equal to (p+q)^2-2pq?


Hi dmod14

You must be aware of the property: \((p+q)^2 = p^2 + 2pq + q^2\)

Re-arranging this we get \(p^2+q^2 = (p+q)^2 - 2pq\)

Hope this helps you!
Intern
Intern
Joined: 10 Oct 2017
Posts: 3
Own Kudos [?]: 0 [0]
Given Kudos: 36
Concentration: Marketing
GPA: 3.71
Re: Let p and q be the roots of the quadratic equation [#permalink]
Thanks pushpitkc! That makes a lot of sense.

Can you explain how you got the minimum value, specifically how you went from a^2-2a+6 to p^2+q^2=5
Tutor
Joined: 04 Aug 2010
Posts: 1315
Own Kudos [?]: 3136 [3]
Given Kudos: 9
Schools:Dartmouth College
Send PM
Let p and q be the roots of the quadratic equation [#permalink]
2
Kudos
Expert Reply
tarunanandani wrote:
Let p and q be the roots of the quadratic equation \(x^{2}-(a-2)x-a-1=0\).
What is the minimum possible value of \(p^{2} + q^{2}\)?

A. 0
B. 3
C. 4
D. 5
E. 12

For any quadratic in the form \(x^2 + bx + c=0\):
Product of the roots = c.
Sum of the roots = -b.

Converting \(x^{2}-(a-2)x-a-1=0\) into the form \(x^2 + bx + c=0\), we get:
\(x^{2} + (-a+2)x + (-a-1)=0\).

In the quadratic above, c = -a-1 and -b = a-2.
Since the roots are p and q, we get:
Product of the roots = pq = -a-1.
Sum of the roots = p+q = a-2.

Squaring the blue equation, we get:
\((p+q)^2\) = \((a-2)^2\)
\(p^2 + q^2 + 2pq\) = \(a^2 + 4 - 4a\)

Substituting pq = -a-1 into the red equation, we get:
\(p^2 + q^2 + 2(-a-1)\) = \(a^2 + 4 - 4a\)
\(p^2 + q^2 -2a - 2\) = \(a^2 + 4 - 4a\)
\(p^2 + q^2\) = \(a^2 - 2a + 6\)

To minimize the value of \(p^2 + q^2\), we must minimize the value of \(a^2 - 2a + 6\).
Test easy values in \(a^2 - 2a + 6\):
a = 0 --> \(a^2 - 2a + 6 = 6\)
a = 1 --> \(a^2 - 2a + 6 = 5\)
a = 2 --> \(a^2 - 2a + 6 = 6\)
The resulting values on the right -- 6, 5, 6 -- indicate that \(y = a^2 - 2a + 6\) is a U-shaped parabola with a minimum value of 5.
Thus:
The minimum value of \(p^2 + q^2 = 5\).

Senior Manager
Senior Manager
Joined: 29 Dec 2017
Posts: 302
Own Kudos [?]: 307 [1]
Given Kudos: 273
Location: United States
Concentration: Marketing, Technology
GMAT 1: 630 Q44 V33
GMAT 2: 690 Q47 V37
GMAT 3: 710 Q50 V37
GPA: 3.25
WE:Marketing (Telecommunications)
Send PM
Re: Let p and q be the roots of the quadratic equation [#permalink]
1
Kudos
dmod14 wrote:
Thanks pushpitkc! That makes a lot of sense.

Can you explain how you got the minimum value, specifically how you went from a^2-2a+6 to p^2+q^2=5


a^2-2a+6 = p^2+q^2, and you are asked to find min of p^2+q^2, so you have to find the minimum of a^2-2a+6 - parabola
The minimum of parabola is point x= -b/2a=-(-2)/2*1=1, so y will be 1^2-2*1+6=5. Hence min p^2+q^2=5
Senior PS Moderator
Joined: 26 Feb 2016
Posts: 2873
Own Kudos [?]: 5206 [1]
Given Kudos: 47
Location: India
GPA: 3.12
Send PM
Re: Let p and q be the roots of the quadratic equation [#permalink]
1
Kudos
dmod14 wrote:
Thanks pushpitkc! That makes a lot of sense.

Can you explain how you got the minimum value, specifically how you went from a^2-2a+6 to p^2+q^2=5


Hey dmod14

If you observe the solution, you will arrive at \(p^2+q^2 = a^2-2a+6\)

We have been asked to find the minimum value of the expression \(p^2+q^2\).
This will happen when the expression \(a^2-2a\) takes the minimum value.
For that to happen, we test values and find that when a = 1 , \(a^2-2a\) = -1.
Now, the value of the overall expression \(a^2-2a +6\) now becomes \(-1+6 = 5\)

Hope this helps you!
Manager
Manager
Joined: 01 Apr 2018
Posts: 100
Own Kudos [?]: 196 [1]
Given Kudos: 86
Location: India
GMAT 1: 650 Q49 V30
GPA: 3.9
Send PM
Re: Let p and q be the roots of the quadratic equation [#permalink]
1
Kudos
dmod14 wrote:
Thanks pushpitkc! That makes a lot of sense.

Can you explain how you got the minimum value, specifically how you went from a^2-2a+6 to p^2+q^2=5


The equation \(p^{2}+q^{2}=a^{2}−2a+6\) can be re-written as \(p^{2}+q^{2}=(a^{2}−2a+1^{2})+5\).
Now the last equation can be simplified as \(p^{2}+q^{2}=(a-1)^{2}+5\) and for \(p^{2}+q^{2}\) to be minimum the term \((a-1)^{2}\) has to be minimum, i.e., 0 as square of any term can't be negative. Therefore the minimum value of \(p^{2}+q^{2}=0+5=5\).
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Let p and q be the roots of the quadratic equation [#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: Let p and q be the roots of the quadratic equation [#permalink]
Moderators:
Math Expert
92948 posts
Senior Moderator - Masters Forum
3137 posts

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