Absolute Value

Understanding and using absolute value

Absolute Value

Definition

The absolute value of a number is its distance from zero on the number line.

Symbol: a|a|

Key point: Distance is always positive (or zero)!

Examples

  • 5=5|5| = 5 (5 is 5 units from zero)
  • 5=5|-5| = 5 (-5 is also 5 units from zero)
  • 0=0|0| = 0 (0 is 0 units from zero)

Formal Definition

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

Opposite Numbers

Numbers like 5 and -5 are opposites (same absolute value, different signs).

If a=b|a| = |b| and aba \neq b, then a=ba = -b

Absolute Value with Operations

Evaluate inside first, then take absolute value:

  • 3+(7)=4=4|3 + (-7)| = |-4| = 4
  • 6+2=6+2=8|-6| + |2| = 6 + 2 = 8
  • 58=3=3|5 - 8| = |-3| = 3

Comparing Absolute Values

To compare 8|-8| and 5|5|: 8=8,5=5|-8| = 8, \quad |5| = 5 8>58 > 5

📚 Practice Problems

1Problem 1easy

Question:

Find: 12|-12|

💡 Show Solution

The absolute value is the distance from zero.

12-12 is 12 units from zero.

12=12|-12| = 12

Answer: 1212

2Problem 2medium

Question:

Evaluate: 710|7 - 10|

💡 Show Solution

Step 1: Evaluate inside the absolute value bars 710=37 - 10 = -3

Step 2: Take absolute value 3=3|-3| = 3

Answer: 33

3Problem 3hard

Question:

Evaluate: 837|-8| - |3 - 7|

💡 Show Solution

Step 1: Evaluate each absolute value

8=8|-8| = 8

For 37|3 - 7|: 37=43 - 7 = -4 4=4|-4| = 4

Step 2: Subtract 84=48 - 4 = 4

Answer: 44

4Problem 4medium

Question:

Evaluate: |7 - 10|

💡 Show Solution

Step 1: Evaluate inside the absolute value first. 7 - 10 = -3

Step 2: Find the absolute value. |-3| = 3

Remember: Always do operations inside the bars first, then take absolute value.

Answer: 3

5Problem 5hard

Question:

Solve for x: |x - 4| = 9

💡 Show Solution

Step 1: Understand what this means. The distance between x and 4 is 9 units.

Step 2: Set up two equations. Case 1: x - 4 = 9 x = 13

Case 2: x - 4 = -9 x = -5

Step 3: Check both solutions. |13 - 4| = |9| = 9 ✓ |-5 - 4| = |-9| = 9 ✓

Answer: x = 13 or x = -5