Last visit was: 24 Apr 2026, 07:36 It is currently 24 Apr 2026, 07:36
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
Alex75PAris
Joined: 16 Mar 2016
Last visit: 08 Mar 2017
Posts: 100
Own Kudos:
274
 [57]
Location: France
GMAT 1: 660 Q47 V33
GPA: 3.25
GMAT 1: 660 Q47 V33
Posts: 100
Kudos: 274
 [57]
4
Kudos
Add Kudos
53
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 811,004
 [22]
5
Kudos
Add Kudos
17
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 811,004
 [12]
10
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
jfranciscocuencag
Joined: 12 Sep 2017
Last visit: 17 Aug 2024
Posts: 227
Own Kudos:
Given Kudos: 132
Posts: 227
Kudos: 144
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Alex75PAris
What is the sum of all possible solutions to |x - 3|² + |x - 3| = 20 ?

A -1
B 6
C 7
D 12
E 14

Another way.

Denote |x - 3| as y: y^2 + y = 20 --> y = -5 or y = 4. Discard the first solution since y = |x - 3|, so it's an absolute value and thus cannot be negative.

y = |x - 3| = 4 --> x = 7 or x = -1. The sum = 6.

Answer: B.

Hello Bunuel!

Why is it -5 and 4?

Is not as the following?

a2 + a - 20 = 0

(a + 5 ) (a - 4 ) = 0

Best regards!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 811,004
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jfranciscocuencag
Bunuel
Alex75PAris
What is the sum of all possible solutions to |x - 3|² + |x - 3| = 20 ?

A -1
B 6
C 7
D 12
E 14

Another way.

Denote |x - 3| as y: y^2 + y = 20 --> y = -5 or y = 4. Discard the first solution since y = |x - 3|, so it's an absolute value and thus cannot be negative.

y = |x - 3| = 4 --> x = 7 or x = -1. The sum = 6.

Answer: B.

Hello Bunuel!

Why is it -5 and 4?

Is not as the following?

a2 + a - 20 = 0

(a + 5 ) (a - 4 ) = 0

Best regards!

(y + 5 )(y - 4 ) = 0

y + 5 = 0 --> y = -5.
y - 4 = 0 --> y = 4.

P.S. Why are you using 'a' if there is 'y' in the solution?
User avatar
eswarchethu135
Joined: 13 Jan 2018
Last visit: 19 Jun 2025
Posts: 276
Own Kudos:
480
 [6]
Given Kudos: 20
Location: India
Concentration: Operations, General Management
GMAT 1: 580 Q47 V23
GMAT 2: 640 Q49 V27
GPA: 4
WE:Consulting (Consulting)
Products:
GMAT 2: 640 Q49 V27
Posts: 276
Kudos: 480
 [6]
4
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
\(|x - 3|^2 + |x - 3| = 20\)

Let |x-3| = a

\(a^2 + a - 20 = 0\)
\(a^2 + 5a - 4a - 20 = 0\)
\(a(a+5) - 4(a+5) = 0\)
\((a-4)(a+5)=0\)
\(a = 4, -5\)

As |x-3| = a, |x-3| = 4, -5. But modulus of any value cannot be a negative integer. So |x-3| = 4

x-3 = 4, -4
x = 7, -1

Sum of possible solutions is => 7-1 => 6

OPTION: B
avatar
Albs
Joined: 16 Nov 2015
Last visit: 02 May 2021
Posts: 44
Own Kudos:
Given Kudos: 74
Location: United Kingdom
Concentration: Social Entrepreneurship, Other
GMAT 1: 610 Q39 V35
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Sorry i still don't understand the following

(x - 3)^2 - (x - 3) = 20 --> x = -1 or x = 8.

isn't it (x-3)(x-3)-(x-3)=20
(x^2)-6x+9-x+3=20
(x^2)-7x+12=20
(x^2)-7x=8
Bunuel - how did you factorize it to get -1 and 8. Was it just by plugging numbers in?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,814
Own Kudos:
Given Kudos: 105,871
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,814
Kudos: 811,004
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Albs
Sorry i still don't understand the following

(x - 3)^2 - (x - 3) = 20 --> x = -1 or x = 8.

isn't it (x-3)(x-3)-(x-3)=20
(x^2)-6x+9-x+3=20
(x^2)-7x+12=20
(x^2)-7x=8
Bunuel - how did you factorize it to get -1 and 8. Was it just by plugging numbers in?

\((x - 3)^2 - (x - 3) = 20\)
\(x^2 - 6x + 9 - x + 3 = 20\)
\(x^2 - 7 x - 8 = 0\)

From here you can either factor to get (x - 4) (x - 3) = 20 or solve using discriminant.

Check the links below:

Factoring Quadratics
Solving Quadratic Equations


7. Algebra



For more check Ultimate GMAT Quantitative Megathread

Hope it helps.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,972
Own Kudos:
Posts: 38,972
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
109814 posts
Tuck School Moderator
853 posts