Find the Solutions to X 3 2 49
Manager
Joined: 16 Mar 2016
Posts: 115
Location: France
GPA: 3.25
What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 26 May 2016, 12:12
00:00
Question Stats:
59% (02:03) correct 41% (02:31) wrong based on 396 sessions
Hide Show timer Statistics
What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 ?
A -1
B 6
C 7
D 12
E 14
Math Expert
Joined: 02 Sep 2009
Posts: 83004
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 26 May 2016, 12:28
Alex75PAris wrote:
What is the sum of all possible solutions to |x - 3|² + |x - 3| = 20 ?
A -1
B 6
C 7
D 12
E 14
First of all |x - 3|^2 = (x - 3)^2, so we have: (x - 3)^2 + |x - 3| = 20.
When x < 3, x - 3 is negative, thus |x - 3| = -(x - 3). In this case we'll have (x - 3)^2 - (x - 3) = 20 --> x = -1 or x = 8. Discard x = 8 because it's not in the range we consider (< 3).
When x >= 3, x - 3 is non-negative, thus |x - 3| = x - 3. In this case we'll have (x - 3)^2 + (x - 3) = 20 --> x = -2 or x = 7. Discard x = -2 because it's not in the range we consider (>= 3).
Thus there are two solutions: x = -1 and x = 7 --> the sum = 6.
Answer: B.
_________________
Math Expert
Joined: 02 Sep 2009
Posts: 83004
Re: What is the sum of all possible solutions t [#permalink] 26 May 2016, 12:31
Alex75PAris wrote:
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.
_________________
Senior Manager
Joined: 12 Sep 2017
Posts: 266
What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 24 Dec 2018, 14:15
Bunuel wrote:
Alex75PAris wrote:
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!
Math Expert
Joined: 02 Sep 2009
Posts: 83004
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 24 Dec 2018, 19:15
jfranciscocuencag wrote:
Bunuel wrote:
Alex75PAris wrote:
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?
_________________
Senior Manager
Joined: 13 Jan 2018
Posts: 323
Location: India
Concentration: Operations, General Management
GMAT 1: 580 Q47 V23
GMAT 2: 640 Q49 V27
GPA: 4
WE:Consulting (Consulting)
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 24 Dec 2018, 20:51
\(|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
Intern
Joined: 16 Nov 2015
Posts: 45
Location: United Kingdom
Concentration: Social Entrepreneurship, Other
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 08 Feb 2019, 11:40
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?
Math Expert
Joined: 02 Sep 2009
Posts: 83004
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 08 Feb 2019, 23:50
Albs wrote:
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
- Theory
Math : Algebra 101
Algebra: Tips and hints
FOIL on the GMAT: Simplifying and Expanding
Factoring Quadratics
Solving Quadratic Equations
Using Algebra vs. Logic on GMAT Quant Questions
- Questions
Tough Algebra Set
Algebra Ability Quiz by e-GMAT
DS Questions
PS Questions
- Questions
For more check Ultimate GMAT Quantitative Megathread
Hope it helps.
_________________
Non-Human User
Joined: 09 Sep 2013
Posts: 20919
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink] 30 May 2021, 06:28
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.
_________________
Re: What is the sum of all possible solutions to |x - 3|^2 + |x - 3| = 20 [#permalink]
30 May 2021, 06:28
Moderators:
Senior Moderator - Masters Forum
2811 posts
Senior SC Moderator
5140 posts
Find the Solutions to X 3 2 49
Source: https://gmatclub.com/forum/what-is-the-sum-of-all-possible-solutions-to-x-3-2-x-219214.html