BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
Vote for Target Test Prep, Newsweek Readers’ Choice Awards 2026
NEWSWEEK READERS’ CHOICE 2026

BIG NEWS! Target Test Prep has been nominated, and they’d love your vote!

TTP has worked incredibly hard to build the best test prep experience possible, and winning Newsweek’s 2026 Readers’ Choice Award for Best Test Prep would mean a lot to them. If TTP has helped you, they’d be incredibly grateful for your vote. You can vote once each day through September 9.

Vote for TTP
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

300 tough Algebra

Expert replies
by yellowho » Wed Jan 19, 2011 10:01 pm
What is the sum of all possible solutions for x of the equation x ( x − k ) = k + 1?

(A) 0
(B) 1
(C) k
(D) k + 1
(E) 2k - 1

This took a while to figure out. How are people solving this?
Join the discussion
Source: — Problem Solving |

by Anurag@Gurome » Wed Jan 19, 2011 10:19 pm
yellowho wrote:What is the sum of all possible solutions for x of the equation x ( x − k ) = k + 1?

(A) 0
(B) 1
(C) k
(D) k + 1
(E) 2k - 1
Any quadratic equations in x with two roots a and b can be expressed as, (x - a)(x - b) = 0. Which on expansion takes the form, x² - (a + b)x - ab = 0

Hence, the sum of the roots = -(coefficient of x in the expanded form)

Now, x(x − k) = k + 1
=> x² - kx - (k + 1) = 0

Hence, sum of the roots = -(-k) = k

The correct answer is C.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/
Join the discussion

by GMATGuruNY » Thu Jan 20, 2011 4:04 am
yellowho wrote:What is the sum of all possible solutions for x of the equation x ( x − k ) = k + 1?

(A) 0
(B) 1
(C) k
(D) k + 1
(E) 2k - 1

This took a while to figure out. How are people solving this?
The quickest approach might be to plug in a value for k.

Let k=2.
x(x-2) = 2+1
x^2 - 2x = 3
x^2 - 2x - 3 = 0.
(x-3)(x+1) = 0
x = 3, -1
Sum = 3+(-1) = 2. This is our target.

Now we plug k=2 into all the answer choices in order to see which yields our target of 2.

Only answer choice C works.

The correct answer is C.

Plugging in can be a very efficient way to determine the correct answer.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Join the discussion

by Everest » Thu Jan 20, 2011 1:38 pm
x ( x - k ) = k + 1, when wrote in quadratic form becomes, x^2 - Kx -(k+1)

find the roots of the above equation using formula -b+ sqrt(b^2 - 4ac/ 2a and -b- sqrt(b^2 - 4ac/ 2a .

so two solutions are k+1 and -1, add K+1 and -1 will result in K.


K is the answer
Join the discussion

by thebigkats » Sun Feb 20, 2011 3:53 pm
x ( x - k ) = k + 1
==> x^2 - k*x - (k+1) = 0
==> x^2 - (k+1)*x + 1*x - (k+1) = 0
==> (x+1) (x- (k+1)) = 0
==> x = -1 and x = k+1
==> SUM = -1+k+1
==> k


Of course there is a quicker solution by plugging values....
Anurag - you mentioned "Any quadratic equations in x with two roots a and b can be expressed as, (x - a)(x - b) = 0. Which on expansion takes the form, x² - (a + b)x - ab = 0 "
Did you mean to say "+ab"

Thanks,
Join the discussion

by stormier » Sun Feb 20, 2011 6:30 pm
thebigkats wrote:x ( x - k ) = k + 1
==> x^2 - k*x - (k+1) = 0
==> x^2 - (k+1)*x + 1*x - (k+1) = 0
==> (x+1) (x- (k+1)) = 0
==> x = -1 and x = k+1
==> SUM = -1+k+1
==> k


Of course there is a quicker solution by plugging values....
Anurag - you mentioned "Any quadratic equations in x with two roots a and b can be expressed as, (x - a)(x - b) = 0. Which on expansion takes the form, x² - (a + b)x - ab = 0 "
Did you mean to say "+ab"

Thanks,
Yes, that should be + ab. However that is irrelevant to the question which asks only about sum of roots and not the products.

the roots of a quadratic equation of the form

ax^2 + bx +c = 0

have the following properties:

(1) sum of roots = -b/a
(2) product of roots = c/a

roots = [-b +/- sqrt (b^2 - 4ac)]/2a

Add the two roots to derive (1)
Multiply the two roots - of the form (x+y)(x-y) - to derive (2)
Join the discussion

by thebigkats » Mon Feb 21, 2011 1:09 am
thanks stormier. Just wanted to clarify... agree that it has nothing to do with the question itself.
And thanks for the short cuts. I am sure they would be helpful

regards,


stormier wrote:
thebigkats wrote:x ( x - k ) = k + 1
==> x^2 - k*x - (k+1) = 0
==> x^2 - (k+1)*x + 1*x - (k+1) = 0
==> (x+1) (x- (k+1)) = 0
==> x = -1 and x = k+1
==> SUM = -1+k+1
==> k


Of course there is a quicker solution by plugging values....
Anurag - you mentioned "Any quadratic equations in x with two roots a and b can be expressed as, (x - a)(x - b) = 0. Which on expansion takes the form, x² - (a + b)x - ab = 0 "
Did you mean to say "+ab"

Thanks,
Yes, that should be + ab. However that is irrelevant to the question which asks only about sum of roots and not the products.

the roots of a quadratic equation of the form

ax^2 + bx +c = 0

have the following properties:

(1) sum of roots = -b/a
(2) product of roots = c/a

roots = [-b +/- sqrt (b^2 - 4ac)]/2a

Add the two roots to derive (1)
Multiply the two roots - of the form (x+y)(x-y) - to derive (2)
Join the discussion

by anirudhbhalotia » Thu Apr 28, 2011 7:01 pm
GMATGuruNY wrote:
yellowho wrote:What is the sum of all possible solutions for x of the equation x ( x − k ) = k + 1?

(A) 0
(B) 1
(C) k
(D) k + 1
(E) 2k - 1

This took a while to figure out. How are people solving this?
The quickest approach might be to plug in a value for k.

Let k=2.
x(x-2) = 2+1
x^2 - 2x = 3
x^2 - 2x - 3 = 0.
(x-3)(x+1) = 0
x = 3, -1
Sum = 3+(-1) = 2. This is our target.

Now we plug k=2 into all the answer choices in order to see which yields our target of 2.

Only answer choice C works.

The correct answer is C.

Plugging in can be a very efficient way to determine the correct answer.
What if we plug k as 3 or k as 1 or some other value?

You mentioned plugging in the sum in the answer choices...I didn't quiet understand this.
"Change is never a matter of ability but always a matter of motivation" - Anthony Robbins
Join the discussion

by GMATGuruNY » Thu Apr 28, 2011 8:00 pm
anirudhbhalotia wrote:
GMATGuruNY wrote:
yellowho wrote:What is the sum of all possible solutions for x of the equation x ( x − k ) = k + 1?

(A) 0
(B) 1
(C) k
(D) k + 1
(E) 2k - 1

This took a while to figure out. How are people solving this?
The quickest approach might be to plug in a value for k.

Let k=2.
x(x-2) = 2+1
x^2 - 2x = 3
x^2 - 2x - 3 = 0.
(x-3)(x+1) = 0
x = 3, -1
Sum = 3+(-1) = 2. This is our target.

Now we plug k=2 into all the answer choices in order to see which yields our target of 2.

Only answer choice C works.

The correct answer is C.

Plugging in can be a very efficient way to determine the correct answer.
What if we plug k as 3 or k as 1 or some other value?

You mentioned plugging in the sum in the answer choices...I didn't quiet understand this.
Any value for k should work.
We shouldn't plug in k=1, however, because 1 is among the answer choices.
Avoid plugging in numbers that are in the answer choices.
The goal is to plug in a value that will make the math easy.

Let k=3:
x(x-3) = 3+1
x² - 3x = 4
x² - 3x - 4 = 0.
(x-4)(x+1) = 0
x = 4, -1
Sum = 4+(-1) = 3. This is our target.

Since we know that when k=3 the sum is 3, eliminate A and B.
Now we plug k=3 into C, D and E to see which yields our target of 3.

Answer choice C: k
k=3. This works.

Answer choice D: k+1
k+1 = 3+1 = 4. Doesn't work.

Answer choice E: 2k-1
2k-1 = 2*3 - 1 = 5. Doesn't work.

Once again, only answer choice C works.

The correct answer is C.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Join the discussion

by quantskillsgmat » Thu Apr 28, 2011 9:16 pm
answering of these typr of question shd nt be more than 10 seconds.
this is how
any qudratic equation has two zeroes(roots).
sum of roots is -b/a
products of roots is c/a.
use this get ur answer fast.
Join the discussion

by gmatisgay » Sat Aug 06, 2011 2:02 pm
hmmmm......however i think the answer should be D
this is how I did it
X(X-K)=K+1
X^2-XK=K+1
(X^2-1)=XK+K
(X+1)(X-1)=XK+K
(X+1)(X-1)=K(X+1)
cross out (X+1) then the solution leaves us (X-1)=k
therefore X=K+1

I am wrong??
Join the discussion

by Taniuca » Sat Aug 06, 2011 4:28 pm
I came to the same aswer as you gmatisgay "D". Could someone tell why this wouldn't be right? common factors to solve the equation should work for this type of problem.
Join the discussion

by goalevan » Sat Aug 06, 2011 4:29 pm
x ( x - k ) = k + 1
x^2 - kx - k - 1 = 0
x^2 - 1 - k(x + 1) = 0
(x + 1)(x - 1) - k(x + 1) = 0
(x + 1)[(x - 1) - k] = 0
(x + 1)(x - k - 1) = 0

So, either x + 1 = 0, or x = -1, or x - k - 1 = 0, or x = k + 1, (or both).

-1 + k + 1 = k
Join the discussion

by gnaneswari » Wed Feb 15, 2012 9:44 am
X(X-K)=K+1
X^2-XK=K+1
(X^2-1)=XK+K
(X+1)(X-1)=XK+K
(X+1)(X-1)=K(X+1)
cross out (X+1) then the solution leaves us (X-1)=k
therefore X=K+1

To emphasise, The question is 'what is the sum of all possible solutions of x'.

--> If you see the power of x in the given equation, it is 2,so quadratic equation. This means, there will be always two solutions/roots for x.
--> Your answer "X=k+1" is one of the solutions/roots of x.

If you subsititute 'x=-1' for the above equation, it satisfies it, which means -1 is another solution for x.

So sum of the of possible solutions, k+1 + (-1) = K.
Join the discussion

by ronnie1985 » Wed Apr 11, 2012 9:09 am
Reduce it to a quadratic equation. Sum of roots is -b/a, in this case, k
Follow your passion, Success as perceived by others shall follow you
Join the discussion