<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 9.03 Build 54939) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1300.13 1301.39" style="enable-background:new 0 0 1300.13 1301.39;" xml:space="preserve"> <style type="text/css"> .st0{fill:currentColor;} </style> <g> <g> <path class="st0" d="M291.95,1092.63c-24.85,0-45-20.15-45-45v-720c0-24.85,20.15-45,45-45c24.85,0,45,20.15,45,45v720 C336.95,1072.48,316.8,1092.63,291.95,1092.63z M984.39,1092.4c-24.85,0-45-20.15-45-45v-720c0-24.85,20.15-45,45-45 c24.85,0,45,20.15,45,45v720C1029.39,1072.26,1009.24,1092.4,984.39,1092.4z"/> </g> <g> <path class="st0" d="M815.02,909.37c-11.52,0-23.03-4.39-31.82-13.18L638.35,751.34L493.49,896.19 c-17.57,17.57-46.07,17.57-63.64,0c-17.57-17.57-17.57-46.07,0-63.64L574.71,687.7L429.85,542.84 c-17.57-17.57-17.57-46.07,0-63.64c17.57-17.57,46.07-17.57,63.64,0l144.86,144.85L783.2,479.2c17.57-17.57,46.07-17.57,63.64,0 c17.57,17.57,17.57,46.07,0,63.64L701.99,687.7l144.85,144.85c17.57,17.57,17.57,46.07,0,63.64 C838.06,904.98,826.54,909.37,815.02,909.37z"/> </g> </g> </svg>
Absolute value
Practice Problems
Answer Key

Table of Contents

[fs-toc-h2]Intro

Absolute value refers to how far a number is from zero on the number line, meaning it will always be positive.

The absolute value of 2 is 2 since its distance from zero is 2.

The absolute value of -2 is also 2 since its distance from zero is 2.

Absolute value is denoted by two vertical bars surrounding the expression or number. The absolute value of \(-12\) would be denoted as \(|-12| = 12\).

All that's important to remember is that anything inside the bars will become positive.

[fs-toc-h2]Solving equations

The easiest way to solve for a variable inside absolute value bars is to set that equation equal to both the positive and negative counterparts of the answer. For example, take the equation \(|x+3| = 7\).

To find both solutions to this equation, set \(x+3\) equal to 7 and \(-7\):

\[x+3 = 7\]

\[x = 4\]

\[ \text{and} \]

\[x + 3 = -7\]

\[x = -10\]

So the two solutions to \(|x+3| = 7\) are 4 and -10.

[fs-toc-h4] Example 1

Whenever given an absolute value equation, always move everything outside of the absolute value bars to the other side of the equal sign.

\[|n-1| + 1 = 0\]

\[|n-1| = -1\]

Now we have one side that is all contained within an absolute value and one side that is a negative number. The issue is that no matter what is within the bars, the answer to any absolute value equation MUST be positive. Here it's \(-1\), meaning that there is no possible value for \(n\), making answer choice D the correct answer.

[fs-toc-h4] Example 2

This question is quite similar to the last one. If we were to set answer choices B, C, and D equal to zero and subtract the one on the outside, you’d have an absolute value equaling a negative number, which gives us no solution.

This means that the only one that could have some value of \(x\) make the equation equal zero is answer choice A, as you end up with \(|x-1| = 1\), a positive number.

For more on absolute value, watch this.

Additional Resources