Last visit was: 18 Nov 2025, 16:50 It is currently 18 Nov 2025, 16:50
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: 101
Own Kudos:
269
 [54]
Location: France
GMAT 1: 660 Q47 V33
GPA: 3.25
GMAT 1: 660 Q47 V33
Posts: 101
Kudos: 269
 [54]
4
Kudos
Add Kudos
50
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,072
 [21]
5
Kudos
Add Kudos
16
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,072
 [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: 140
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: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,072
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:
459
 [4]
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: 459
 [4]
3
Kudos
Add Kudos
1
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: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,072
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,588
Own Kudos:
Posts: 38,588
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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.
Moderators:
Math Expert
105355 posts
Tuck School Moderator
805 posts