Last visit was: 25 Apr 2026, 15:13 It is currently 25 Apr 2026, 15:13
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: 25 Apr 2026
Posts: 109,830
Own Kudos:
811,273
 [8]
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,273
 [8]
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 25 Apr 2026
Posts: 11,229
Own Kudos:
45,020
 [2]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,229
Kudos: 45,020
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,830
Own Kudos:
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,273
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Luckisnoexcuse
User avatar
Current Student
Joined: 18 Aug 2016
Last visit: 31 Mar 2026
Posts: 513
Own Kudos:
684
 [1]
Given Kudos: 198
Concentration: Strategy, Technology
GMAT 1: 630 Q47 V29
GMAT 2: 740 Q51 V38
Products:
GMAT 2: 740 Q51 V38
Posts: 513
Kudos: 684
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
In the equation x^2 + mx + n = 0, x is a variable and m and n are constants. What is the value of n ?

(1) x + 2 is a factor of x^2 + mx + n
(2) The equation x^2 + mx + n = 0 has only one root

(1) gives us x=-2 follows the equation
4-2m+n=0
n-2m=-4
one equation 2 variables
not sufficient

(2) only one root then m^2-4n=0
m^2 = 4n
one equation two variables
not sufficient

on combining
we have
n-2m=-4 & m^2 = 4n

can be solved to get the values of m & n
4n=16+8m=m^2
m^2-8m-16=0
m=4 and n=4
Also since n = r1*r2
but only one root i.e. -2
n=(-2)^2 = 4
C
User avatar
sahilvijay
Joined: 29 Jun 2017
Last visit: 16 Apr 2021
Posts: 289
Own Kudos:
931
 [2]
Given Kudos: 76
GPA: 4
WE:Engineering (Transportation)
Products:
Posts: 289
Kudos: 931
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Ans is C
see the pic for solution
Attachments

IMG_8225.JPG
IMG_8225.JPG [ 2.09 MiB | Viewed 16088 times ]

avatar
prachi18oct
Joined: 20 Jun 2014
Last visit: 12 Nov 2017
Posts: 36
Own Kudos:
Given Kudos: 24
GMAT 1: 630 Q49 V27
GMAT 2: 660 Q49 V32
Products:
GMAT 2: 660 Q49 V32
Posts: 36
Kudos: 38
Kudos
Add Kudos
Bookmarks
Bookmark this Post
(1) x + 2 is a factor of x^2 + mx + n

implies that x = -2
putting the value we get 4-2m+n = 0
insufficient

(2) The equation x^2 + mx + n = 0 has only one root
only one root implies that the roots are equal
for equal root = -b/2a
insufficient

combining 1 & 2
roots are equal and root is -2
so -b/2a = -2
=> -m/2 = -2
m = 4
and putting that value in equation from 1
4-2(4)+n =0
n=4
C is sufficient.
User avatar
JeffTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 04 Mar 2011
Last visit: 05 Jan 2024
Posts: 2,974
Own Kudos:
8,712
 [1]
Given Kudos: 1,646
Status:Head GMAT Instructor
Affiliations: Target Test Prep
Expert
Expert reply
Posts: 2,974
Kudos: 8,712
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
In the equation x^2 + mx + n = 0, x is a variable and m and n are constants. What is the value of n ?

(1) x + 2 is a factor of x^2 + mx + n
(2) The equation x^2 + mx + n = 0 has only one root

We need to determine the value of n.

Statement One Alone:

x + 2 is a factor of x^2 + mx + n.

Let f(x) = x^2 + mx + n. If x + 2 is a factor of x^2 + mx + n, then by the factor theorem, f(-2) = 0. That is, (-2)^2 + m(-2) + n = 0 or 4 - 2m + n = 0. However, since we don’t know the value of m, we can’t determine the value of n. Statement one alone is not sufficient to answer the question.

Statement Two Alone:

The equation x^2 + mx + n = 0 has only one root.

Let r be the root. Then we can express x^2 + mx + n as (x - r)^2:

x^2 + mx + n = (x - r)^2

x^2 + mx + n = x^2 - 2rx + r^2

We see that m = -2r and n = r^2. Since we don’t know the value of m or r, we can’t determine the value of n. Statement two alone is not sufficient to answer the question.

Statements One and Two Together:

Since statement one states that x + 2 is a factor of x^2 + mx + n, x = -2 is a root of the equation x^2 + mx + nx = 0. Furthermore, since statement two states that there is only one root, x = -2 must be a double root. That is, x^2 + mx + n = (x + 2)^2:

x^2 + mx + n = (x + 2)^2

x^2 + mx + n = x^2 + 4x + 4

We see that m = 4 and n = 4.

Answer: C
avatar
dineshril
Joined: 27 Apr 2015
Last visit: 14 Oct 2018
Posts: 35
Own Kudos:
Given Kudos: 238
GMAT 1: 370 Q29 V13
Products:
GMAT 1: 370 Q29 V13
Posts: 35
Kudos: 57
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
In the equation x^2 + mx + n = 0, x is a variable and m and n are constants. What is the value of n ?

(1) x + 2 is a factor of x^2 + mx + n
(2) The equation x^2 + mx + n = 0 has only one root

Given \(x^2+mx+n=0\) --- equ (1)

Find 'n'

Let r1 & r2 be the roots of the given Quadratic equation (1)
=> Now for a Standard Quad Equation of the form \(ax^2+bx+c=0\)
=> sum of the roots=\(\frac{-b}{a}\)

=> AND product of the roots=\(\frac{c}{a}\)

=> Therefore for equ (1) with roots r1 & r2
=> r1+r2=-m
=> AND r1*r2=n
so if we know the roots of the given equation we can find 'n'

Statement 1 (x + 2) is a factor of \(x^2 + mx + n\)
=> so (x+2)=0
=> OR x=-2= one of the roots
=> let r1=-2
=> Since r2 not known. Therefore Stat 1 NOT SUFFICIENT

Statement 2 The equation \(x^2 + mx + n = 0\) has only one root
=> so both the roots are equal
=> i.e r1=r2
=> n=\(r1^2\)=\(r2^2\)
=> since VALUE of the root not known. Therefore Stat2 NOT SUFFICIENT

BOTH Stat 1 & 2
=> r1=-2 from stat 1
=> n=\(r1^2\) from stat 2
=> Therefore n=\((-2)^2\)=4

Therefore 'C'

Thanks
Dinesh
User avatar
freedom128
Joined: 30 Sep 2017
Last visit: 01 Oct 2020
Posts: 939
Own Kudos:
Given Kudos: 402
GMAT 1: 720 Q49 V40
GPA: 3.8
Products:
GMAT 1: 720 Q49 V40
Posts: 939
Kudos: 1,377
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Q: n the equation x^2 + mx + n = 0, x is a variable and m and n are constants. What is the value of n ?

(1) x + 2 is a factor of x^2 + mx + n
We need to know the other factor. --> 2^2+2m+n = 0
NOT SUFFICIENT

(2) The equation x^2 + mx + n = 0 has only one root
We don't what root that is.
Clearly NOT SUFFICIENT

Combining (1) and (2)
x^2 + mx + n = 0 has one root, which is 2.
Then (x-2)^2 = 0 --> x^2-4x+4=0 --> m=-4 and n=4
SUFFICIENT

Answer is (C)
User avatar
RahulJain293
Joined: 24 Apr 2022
Last visit: 25 May 2025
Posts: 166
Own Kudos:
Given Kudos: 96
Location: India
Concentration: General Management, Nonprofit
GMAT Focus 1: 585 Q81 V80 DI76
GMAT Focus 1: 585 Q81 V80 DI76
Posts: 166
Kudos: 103
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Can someone explain the concept used in Statement 2? Or share a link to the relevant concept topic video or notes for equations with 1 root?
Moderators:
Math Expert
109830 posts
498 posts
212 posts