Pre Algebra

Absolute Value

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
Electrical

Voltage drop, wire sizing, load balancing

🌡️
HVAC

Refrigerant charging, airflow, system sizing

Once you are comfortable working with positive and negative integers, a natural question arises: how far is a number from zero, regardless of which direction? That question is answered by absolute value — one of the most useful concepts in pre-algebra. Absolute value strips away the sign and tells you the magnitude of a number, which is exactly what you need when measuring distances, tolerances, temperature differences, and electrical signals.

What Is Absolute Value?

The absolute value of a number is its distance from zero on the number line. Distance is always zero or positive — you cannot walk a negative number of steps.

Notation: The absolute value of xx is written x|x|.

Formal definition:

x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

The second line may look strange — “negative xx” — but remember that if xx is already negative, then x-x flips it to positive. For example, if x=7x = -7, then x=(7)=7-x = -(-7) = 7.

Example 1: Evaluating Basic Absolute Values

5=5(5 is 5 units from zero)|5| = 5 \qquad \text{(5 is 5 units from zero)}

5=5(-5 is also 5 units from zero)|-5| = 5 \qquad \text{(-5 is also 5 units from zero)}

0=0(zero is 0 units from itself)|0| = 0 \qquad \text{(zero is 0 units from itself)}

Both 55 and 5-5 are the same distance from zero — they are on opposite sides of zero but equally far away. Absolute value ignores the direction and reports only the distance.

Example 2: Evaluating More Absolute Values

12=12|-12| = 12

3.7=3.7|3.7| = 3.7

23=23\left|-\frac{2}{3}\right| = \frac{2}{3}

Absolute Value with Operations

When absolute value appears in a larger expression, treat the absolute value bars like grouping symbols — evaluate the inside first, then take the absolute value.

Example 3: Absolute Value of an Expression

Evaluate 310|3 - 10|.

Step 1: Compute the expression inside the bars.

310=73 - 10 = -7

Step 2: Take the absolute value.

7=7|-7| = 7

Example 4: Operations Outside the Bars

Evaluate 4+9|{-4}| + |{-9}|.

Evaluate each absolute value separately:

4=49=9|-4| = 4 \qquad |-9| = 9

Then add:

4+9=134 + 9 = 13

Example 5: Subtraction of Absolute Values

Evaluate 157|{-15}| - |7|.

15=157=7|-15| = 15 \qquad |7| = 7

157=815 - 7 = 8

Example 6: Absolute Value with Multiplication

Evaluate 3×83 \times |{-8}|.

First, evaluate the absolute value: 8=8|-8| = 8.

Then multiply:

3×8=243 \times 8 = 24

Example 7: Nested Operations Inside Bars

Evaluate 6+2+411|{-6 + 2}| + |{4 - 11}|.

Inside the first bars: 6+2=4-6 + 2 = -4, so 4=4|-4| = 4.

Inside the second bars: 411=74 - 11 = -7, so 7=7|-7| = 7.

4+7=114 + 7 = 11

Comparing Numbers Using Absolute Value

Absolute value is helpful for comparing how far numbers are from zero without worrying about sign.

Example 8: Which Is Further from Zero?

Which is further from zero: 13-13 or 99?

13=139=9|-13| = 13 \qquad |9| = 9

Since 13>913 > 9, the number 13-13 is further from zero than 99, even though 99 is the larger number on the number line.

Ordering by Absolute Value

Sometimes you need to order numbers by their absolute value (magnitude) rather than by their actual value.

Order by absolute value: 2, 7, 10, 3, 5-2,\ 7,\ -10,\ 3,\ -5

Absolute values: 2, 7, 10, 3, 52,\ 7,\ 10,\ 3,\ 5

Ordered by absolute value (least to greatest): 2, 3, 5, 7, 10-2,\ 3,\ -5,\ 7,\ -10

Absolute Value as Distance Between Two Numbers

The distance between any two numbers aa and bb on the number line is:

distance=ab\text{distance} = |a - b|

This works regardless of which number you subtract from which, because ab=ba|a - b| = |b - a|.

Example 9: Distance Between Two Points

Find the distance between 8-8 and 55 on the number line.

85=13=13|-8 - 5| = |-13| = 13

Or equivalently: 5(8)=5+8=13=13|5 - (-8)| = |5 + 8| = |13| = 13.

The two points are 1313 units apart.

Example 10: Temperature Difference

The morning temperature was 3°-3\degreeF and the afternoon temperature was 14°14\degreeF. How much did the temperature change?

14(3)=14+3=17=17°F|14 - (-3)| = |14 + 3| = |17| = 17\degree\text{F}

The temperature changed by 17°17\degreeF.

Real-World Application: Electrician — Voltage Deviation

An electrician checking a residential outlet expects 120120 volts. The actual reading is 113113 volts. How far off is the reading?

113120=7=7 volts|113 - 120| = |-7| = 7 \text{ volts}

The reading deviates by 77 volts from the expected value. If the acceptable tolerance is ±6\pm 6 volts (114114 to 126126 V), this outlet is outside tolerance and needs investigation.

Absolute value gives the size of the deviation without worrying about whether the reading is above or below the target — both directions are equally concerning.

Real-World Application: HVAC — Temperature Tolerance

A thermostat is set to 72°72\degreeF with a ±2°\pm 2\degreeF tolerance band. The system should kick on whenever the actual temperature TT satisfies:

T72>2|T - 72| > 2

If the room reaches 75°75\degreeF:

7572=3=3|75 - 72| = |3| = 3

Since 3>23 > 2, the system activates. The absolute value captures both the “too hot” and “too cold” conditions in a single expression.

Common Mistakes to Avoid

  1. Thinking absolute value can be negative. By definition, x0|x| \geq 0 for every number xx. If your answer for an absolute value is negative, you made an error.
  2. Applying absolute value before computing the inside. In 310|3 - 10|, you must compute 310=73 - 10 = -7 first, then take 7=7|-7| = 7. A common mistake is computing 310=310=7|3| - |10| = 3 - 10 = -7, which is wrong.
  3. Confusing ab|a - b| with ab|a| - |b|. These are different: 83=11=11|{-8} - 3| = |-11| = 11, but 83=83=5|-8| - |3| = 8 - 3 = 5.
  4. Forgetting that x=x|{-x}| = |x|. Both x-x and xx are the same distance from zero. This is not “removing the negative sign” — it is measuring distance.
  5. Not treating absolute value bars as grouping symbols. Always evaluate everything inside the bars before applying the absolute value.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Evaluate 24|-24|.

The number 24-24 is 2424 units from zero.

Answer: 24=24|-24| = 24

Problem 2: Evaluate 513|5 - 13|.

Compute the inside first: 513=85 - 13 = -8.

Take the absolute value: 8=8|-8| = 8.

Answer: 513=8|5 - 13| = 8

Problem 3: Evaluate 7+32|-7| + |-3| - |2|.

7=73=32=2|-7| = 7 \qquad |-3| = 3 \qquad |2| = 2

7+32=87 + 3 - 2 = 8

Answer: 88

Problem 4: Find the distance between 11-11 and 66 on the number line.

116=17=17|-11 - 6| = |-17| = 17

Answer: The distance is 1717 units.

Problem 5: Which number is further from zero: 19-19 or 1515?

19=1915=15|-19| = 19 \qquad |15| = 15

Since 19>1519 > 15:

Answer: 19-19 is further from zero.

Problem 6: An expected circuit voltage is 240240 V. The measured voltage is 233233 V. Find the deviation.

233240=7=7|233 - 240| = |-7| = 7

Answer: The voltage deviates by 77 volts from the expected value.

Problem 7: Evaluate 4×3+2+9|{-4 \times 3}| + |{-2 + 9}|.

Inside the first bars: 4×3=12-4 \times 3 = -12, so 12=12|-12| = 12.

Inside the second bars: 2+9=7-2 + 9 = 7, so 7=7|7| = 7.

12+7=1912 + 7 = 19

Answer: 1919

Key Takeaways

  • Absolute value x|x| is the distance from xx to zero on the number line — it is always zero or positive
  • For positive numbers and zero, x=x|x| = x; for negative numbers, x=x|x| = -x (which flips the sign to positive)
  • Treat absolute value bars like grouping symbols — evaluate the expression inside first, then take the absolute value
  • ab|a - b| gives the distance between aa and bb on the number line, regardless of order
  • ab|a - b| is not the same as ab|a| - |b| — these are different operations
  • Absolute value is used in real-world contexts like voltage tolerance, temperature bands, and measurement error
  • In trades, absolute value answers the question “how far off is this reading?” without caring about the direction of the error

Return to Pre-Algebra for more topics in this section.

Last updated: March 29, 2026