Last visit was: 24 Apr 2026, 12:04 It is currently 24 Apr 2026, 12:04
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,051
 [19]
1
Kudos
Add Kudos
18
Bookmarks
Bookmark this Post
User avatar
Kurtosis
User avatar
Current Student
Joined: 13 Apr 2015
Last visit: 10 Nov 2021
Posts: 1,384
Own Kudos:
5,236
 [2]
Given Kudos: 1,228
Location: India
Products:
Posts: 1,384
Kudos: 5,236
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
avatar
matthewsmith_89
Joined: 06 Dec 2016
Last visit: 06 Oct 2017
Posts: 177
Own Kudos:
Given Kudos: 10
Posts: 177
Kudos: 67
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
profileusername
Joined: 02 Feb 2016
Last visit: 21 May 2025
Posts: 75
Own Kudos:
Given Kudos: 40
GMAT 1: 690 Q43 V41
GMAT 1: 690 Q43 V41
Posts: 75
Kudos: 48
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This question deserves a better explanation. Anyone who could offer some help?

Bunuel
abhimahna
User avatar
abhimahna
User avatar
Board of Directors
Joined: 18 Jul 2015
Last visit: 06 Jul 2024
Posts: 3,481
Own Kudos:
5,779
 [3]
Given Kudos: 346
Status:Emory Goizueta Alum
Products:
Expert
Expert reply
Posts: 3,481
Kudos: 5,779
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
TheMastermind
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?
User avatar
SaGa
Joined: 15 Mar 2017
Last visit: 28 May 2018
Posts: 27
Own Kudos:
Given Kudos: 39
Location: India
Concentration: International Business, Strategy
GMAT 1: 720 Q50 V37
GPA: 4
GMAT 1: 720 Q50 V37
Posts: 27
Kudos: 239
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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
User avatar
hellosanthosh2k2
Joined: 02 Apr 2014
Last visit: 07 Dec 2020
Posts: 360
Own Kudos:
Given Kudos: 1,227
Location: India
Schools: XLRI"20
GMAT 1: 700 Q50 V34
GPA: 3.5
Schools: XLRI"20
GMAT 1: 700 Q50 V34
Posts: 360
Kudos: 619
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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)
avatar
zanaik89
Joined: 19 Aug 2016
Last visit: 29 Nov 2019
Posts: 54
Own Kudos:
Given Kudos: 30
Posts: 54
Kudos: 8
Kudos
Add Kudos
Bookmarks
Bookmark this Post
abhimahna
TheMastermind
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
User avatar
abhimahna
User avatar
Board of Directors
Joined: 18 Jul 2015
Last visit: 06 Jul 2024
Posts: 3,481
Own Kudos:
Given Kudos: 346
Status:Emory Goizueta Alum
Products:
Expert
Expert reply
Posts: 3,481
Kudos: 5,779
Kudos
Add Kudos
Bookmarks
Bookmark this Post
zanaik89

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
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,975
Own Kudos:
Posts: 38,975
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109818 posts
498 posts
212 posts