Algebric Question: Absolute Solution Sum

This topic has expert replies
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 2135
Joined: Mon Feb 03, 2014 9:26 am
Location: https://martymurraycoaching.com/
Thanked: 955 times
Followed by:140 members
GMAT Score:800

by MartyMurray » Fri Nov 13, 2015 6:52 am
The problem with doing what you described is that it's not just (x - 3) that we are concerned with.

It's |x - 3|.

So we have two levels we need to solve.

First you need to find the factors that work, the u level factors. Then you need to find all the |x - 3| possibilities that create those u level factors.

Solving for all the possible values of x without substituting u for |x - 3| takes way more work.
Marty Murray
Perfect Scoring Tutor With Over a Decade of Experience
MartyMurrayCoaching.com
Contact me at [email protected] for a free consultation.

Senior | Next Rank: 100 Posts
Posts: 42
Joined: Fri Oct 30, 2015 9:01 am

by shahfahad » Fri Nov 13, 2015 6:54 am
Ok thanks :) That was helpful.

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Fri Nov 13, 2015 9:39 am
Hi shahfahad et al.,

When dealing with these types of complex-looking calculations, sometimes it's easiest to 'rewrite' the given equation.

Notice that |X-3| appears twice in the given equation. If we replace that 'term' with a variable, you should see a common pattern emerge...

Y = |X-3|

With that, the original equation....

|X-3|^2 + |X-3| = 20

Becomes....

Y^2 + Y = 20

From here, we can do Quadratic Algebra and solve for Y...

Y^2 + Y - 20 = 0
(Y+5)(Y-4) = 0

So Y = -5, +4

Going back to the original equation, we now know...
|X-3| = -5 OR |X-3| = +4

Since an absolute value CANNOT have a negative result, we can eliminate the first possibility (-5 is NOT an option) and focus on the second.

|X-3| = +4

X = 7 or -1

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Fri Nov 13, 2015 2:49 pm
Why not say that

|x-3|² + |x-3| - 20 = 0

(|x-3| + 5)(|x-3| - 4) = 0

|x-3| = -5 (impossible)
or
|x-3| = 4 (x = 7 or x = -1)

Senior | Next Rank: 100 Posts
Posts: 42
Joined: Fri Oct 30, 2015 9:01 am

by shahfahad » Sat Nov 14, 2015 3:26 am
Rich.C@EMPOWERgmat.: Thanks Rich for explaining in detail

Matt@VeritasPrep: Nice approach. You made the question look much easier.