A valuable skill to master when dealing with absolute value equations is to isolate the absolute value expression first.

To isolate an absolute value expression, we treat it like a variable in a linear equation.

To demonstrate, let's consider the following absolute value equation:

2|x-1| + 4 = 8

We aim to isolate the |x-1| term on the left-hand side.

We start by subtracting 4 from both sides of the equation:

\begin{align*} 2|x-1| + 4 &= 8 \\[5pt] 2|x-1| + 4 - 4 &= 8 - 4 \\[5pt] 2|x-1| &= 4 \end{align*}

Then, we divide both sides of the equation by 2{:}

\begin{align*} \require{cancel} 2|x-1| &= 4 \\[5pt] \dfrac{2|x-1|}{2} &= \dfrac42 \\[5pt] \dfrac{\cancel{2}|x-1|}{\cancel{2}} &= 2 \\[5pt] |x-1| &= 2 \end{align*}

And that's it! We've successfully isolated the absolute value expression in our equation.

Let's consider another example.

FLAG

Consider the absolute value equation -3|1-x|-2 = -8.

This equation can be expressed in the following equivalent form:

|1-x|=k

What is the value of k?

EXPLANATION

We can rearrange the equation to isolate the absolute value on the left-hand side:

First, we add 2 to both sides of the equation:

\begin{align*} -3|1-x|-2&= -8 \\[5pt] -3|1-x|-2 + 2&= -8 +2 \\[5pt] -3|1-x|&= -6 \end{align*}

Then, we divide both sides of the equation by -3{:}

\begin{align*} \require{cancel} -3|1-x|&= -6 \\[5pt] \dfrac{-3|1-x|}{-3}&= \dfrac{-6}{-3} \\[5pt] \dfrac{\cancel{-3}|1-x|}{\cancel{-3}}&= 2 \\[5pt] |1-x|&= 2 \end{align*}

Therefore, k=2.

FLAG

Consider the absolute value equation

\[ 2|x-4|-3=7. \]

This equation can be expressed in the following equivalent form:

\[ |x-4| = k \]

What is the value of $k?$

a
$4$
b
$5$
c
$-5$
d
$-4$
e
$7$

Consider the absolute value equation \[ 2-|x+2| = -7. \]

This equation can be expressed in the following equivalent form:

a
b
c
d
e

Consider the absolute value equation \[ -4|1-5x|+13 = 9. \]

This equation can be expressed in the following equivalent form:

a
b
c
d
e

Let's consider the following absolute value equation:

\vert x \vert = -4

Note the following:

  • The absolute value of any number is always positive or zero.

  • So, there is no number whose absolute value is negative.

  • Therefore, this equation |x| = -4 has no solution.

Another way of understanding this is to recall that the absolute value of a number represents the number's distance from the origin, and distances cannot be negative.

FLAG

So, we know that the following equation has no solution:

\vert x \vert = -4

Let's see what happens when we blindly apply the usual process of solving our equation:

  • if |x| = x, we get \begin{align*} \vert x \vert &= -4 \\[5pt] x &= {\color{red}{-4}}. \\[5pt] \end{align*}

  • if |x| = -x, we get \begin{align*} \vert x \vert &= -4 \\[5pt] -x &= -4 \\[5pt] x &={\color{blue}{4}}. \end{align*}

So, the usual process has given us the "solutions" x= {\color{red}{-4}} and x= {\color{blue}{4}}. However, neither of these values satisfies the original equation!

For example, by substituting x = {\color{blue}{4}} into the original equation, we get a false statement!

\begin{align*} \vert x \vert &= -4 \\[5pt] \vert {\color{blue}{4}} \vert &= -4 \\[5pt] 4 &=-4\quad {\color{red}{\times} } \end{align*}

The key takeaway is that it's essential to check that the right-hand side is positive (or zero) before applying the usual solution process.

FLAG

Which of the following equations has no solution?

  1. |1-x| = -5
  2. |1-x| + 5 = 2
  3. |1-x| = 3
EXPLANATION

An absolute value equation has no solution if, when the absolute value is isolated on the left-hand side, the right-hand side is negative.

With that in mind, let's look at each equation in turn:

  • Equation I has no solution. The absolute value is already isolated on the left-hand side, and the right-hand side is negative.

  • Equation II has no solution. To see this, we first isolate the absolute value on the left-hand side as follows: \begin{align} |1-x| + 5 &= 2 \\[5pt] |1-x| &= -3 \end{align} Since the right-hand side is negative, this equation has no solution.

  • Equation III has a solution. The absolute value is already isolated on the left-hand side, and the right-hand side is non-negative.

Therefore, the answer is "I and II only."

FLAG

Which of the following equations has no solutions?

  1. $|x+2| = 2$
  2. $|x+2| + 5 = 3$
  3. $|x+2| = -1$
a
II and III only
b
I and III only
c
III only
d
II only
e
I only

Which of the following equations has no solution?

  1. $|1-3x| = -4$
  2. $2|1-3x| + 7=-1$
  3. $|1-3x| = 1$
a
II only
b
I and III only
c
III only
d
I and II only
e
I only

Solve the equation 2| 2a - 4 | - 7 = 13.

EXPLANATION

First, we isolate the absolute value on the left side of the equation:

\begin{align} 2|2a-4| - 7 &= 13 \\[5pt] 2|2a - 4| &= 20\\[5pt] |2a-4| & = 10 \end{align}

Now, we have the following two cases:

  • If |2a-4| = 2a-4, we obtain: \begin{align} |2a-4| &= 10 \\[5pt] 2a - 4 &= 10 \\[5pt] 2a &= 14 \\[5pt] a &= 7 \end{align}

  • If |2a-4| = -(2a-4), we obtain: \begin{align} |2a-4| &= 10 \\[5pt] -(2a-4) &= 10 \\[5pt] -2a + 4 &= 10 \\[5pt] -2a &= 6 \\[5pt] a &= -3 \end{align}

Therefore, the solutions are a=-3 and a=7.

FLAG

Written in ascending order, the solutions to $|2x-5|-7=4$ are $x=$

a
b
c
d
e

Written in ascending order, the solutions to $5|x+1|-17= 18$ are $x=$

a
b
c
d
e

If $4|5z+4|+7=-9,$ then $z=$

a
$z=1,7$
b
$z= -\dfrac{8}{5},-1$
c
$z= -1,\dfrac{1}{5}$
d
$z= -\dfrac{8}{5},\dfrac{1}{5}$
e
No solutions exist
Flag Content
Did you notice an error, or do you simply believe that something could be improved? Please explain below.
SUBMIT
CANCEL