Last visit was: 23 Apr 2024, 13:28 It is currently 23 Apr 2024, 13:28

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:
Show Tags
Hide Tags
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618583 [19]
Given Kudos: 81563
Send PM
Board of Directors
Joined: 18 Jul 2015
Status:Emory Goizueta Alum
Posts: 3600
Own Kudos [?]: 5425 [3]
Given Kudos: 346
Send PM
Current Student
Joined: 13 Apr 2015
Posts: 1436
Own Kudos [?]: 4543 [2]
Given Kudos: 1228
Location: India
Send PM
Manager
Manager
Joined: 06 Dec 2016
Posts: 196
Own Kudos [?]: 57 [0]
Given Kudos: 10
Send PM
Re: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
I do not even know what the question is asking. Can someone please explain this to me.
Manager
Manager
Joined: 02 Feb 2016
Posts: 75
Own Kudos [?]: 44 [0]
Given Kudos: 40
GMAT 1: 690 Q43 V41
Send PM
Re: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
This question deserves a better explanation. Anyone who could offer some help?

Bunuel
abhimahna
Intern
Intern
Joined: 15 Mar 2017
Posts: 27
Own Kudos [?]: 221 [0]
Given Kudos: 39
Location: India
Concentration: International Business, Strategy
GMAT 1: 720 Q50 V37
GPA: 4
Send PM
Re: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
Here are my 2 cents:
The given equation is quadratic. There can be 3 cases:
2 distinct roots- graph will intersect x axis twice.
2 equal roots- graph will intersect x axis once.
2 imaginary roots - graph will not intersect x axis.


To find the nature of roots we need to look at the discriminant of the equation:

D = \(4q^2 - 4r\)

Now looking at the condition we see that \(q^2 > r\) Hence \(q^2 - r>0\) or \(4q^2 - 4r > 0\)
Hence D>0 and graph will intersect X axis twice.

Condition 2:
\(r^2>q\). With this we cannot guess if \(q^2 - r>0 or <0\)
Not sufficient
Senior Manager
Senior Manager
Joined: 02 Apr 2014
Posts: 371
Own Kudos [?]: 474 [0]
Given Kudos: 1227
Location: India
Schools: XLRI"20
GMAT 1: 700 Q50 V34
GPA: 3.5
Send PM
How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
The given equation points of intersection with x-axi => Basically the question is asking the number of roots of the given quadratic equation.

Case 1: Usually a quadratic equation has two roots, when it is of the form ax^2 + bx + c =0.=> no of points of intersection with x-axis is 2
Case 2: But a quadratic eqn can have both the roots equal, when it is of the form (x + a)^2 = 0 => no of points of intersection with x-axis is 1

Now, our job is to find out if the given equation falls into case2, if so no of point of intersection will be 1 else 2.
in the given equation, x^2+2qx+r = 0, if r = q^2, then equation becomes => x ^ 2 + 2qx + q ^2 => (x + q)^2 = 0 => case 2

so the question is r = q^2?

Statement 1:
q^2 > r => crystal clear sufficient that r != q^2, so the number of points of intersection is 2.

Statement 2:
r^2 > q => Not sufficient,
if q = 2, r = 4 (r = q^2), statement 2 satisfied => case 2, only one point of intersection
if q = 2, r = 5 (r != q^2), statement 2 satisfied => case 1, two points of intersection

So Answer (A)
Manager
Manager
Joined: 19 Aug 2016
Posts: 56
Own Kudos [?]: 6 [0]
Given Kudos: 30
Send PM
Re: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
abhimahna wrote:
TheMastermind wrote:
This question deserves a better explanation. Anyone who could offer some help?


Hi TheMastermind ,

Here I go.

For this question, you need to understand two things:

1. If the equation is intersecting x axis, then y must be zero. Or I can say \(x^2\) + 2qx + r = 0
2. Roots of a quadratic equation(\(ax^2 + bx + c = 0\)) are given by the formula:

x = \([ -b + \sqrt{b^2 - 4ac}]/2a\)

and

x = \([ -b - \sqrt{b^2 - 4ac}]/2a\)

Now, in order to have real roots, the values inside the square root MUST be positive.

or I can say \(b^2 - 4ac > = 0\)

Thus, when you make the similar equation with the question in hand,you will say you need \(q^2 - r\).

To get the real roots you will say \(q^2 >= r\).

This is what option A is doing.

if we have \(q^2 > r\), we will have 2 roots.

if we have \(q^2 = r\), we will have 1 root.

Hence, A is sufficient. It tells us that we have two roots or two intersecting points.

Does that make sense?




How did u conclude that q^2 > r will give two roots?

and q^2=r will give one root?

Pls help thank u
Board of Directors
Joined: 18 Jul 2015
Status:Emory Goizueta Alum
Posts: 3600
Own Kudos [?]: 5425 [0]
Given Kudos: 346
Send PM
How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
Expert Reply
zanaik89 wrote:
How did u conclude that q^2 > r will give two roots?

and q^2=r will give one root?

Pls help thank u


Hi zanaik89 ,

Look at the general equations I mentioned:

x = \([ -b + \sqrt{b^2 - 4ac}]/2a\)

and

x = \([ -b - \sqrt{b^2 - 4ac}]/2a\)

Now, if \(\sqrt{b^2 - 4ac}\) = 0, we will have the same value of x for both the equations.

For this to be zero, I can say \(b^2 - 4ac\) needs to be 0. This means \(b^2\) = 4ac

Similarly, if I get \(\sqrt{b^2 - 4ac}\) > 0, I will get two different values of x. This means \(b^2\) > 4ac

Use the question in hand in a similar way, you will understand entire logic. :)
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32626
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#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: How many intersects with x-axis does y = x^2 + 2qx + r have ? [#permalink]
Moderator:
Math Expert
92882 posts

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