Absolute Value Equations Test- Practice and Problem-Solving Guide
What Absolute Value Equations Actually Are
Absolute value is the distance a number sits from zero on a number line. It doesn't care about direction — -7 and 7 both have an absolute value of 7. Written as |x|, it always spits out a non-negative result.
An absolute value equation puts an expression inside those bars and sets it equal to something. Your job: find every x that makes the statement true.
The catch? Those equations split into two separate cases because two different inputs can produce the same distance from zero.
The Core Rule You Need to Memorize
For any equation in the form |A| = B where B ≥ 0:
A = B or A = -B
That's it. Every absolute value equation — no matter how complicated — eventually boils down to this split. Solve both branches, check your answers, done.
If B is negative, there's no solution. Distance can't be negative.
Solving Absolute Value Equations — Step by Step
Simple Case: |x| = a
Example: |x| = 5
Split it into two equations:
- x = 5
- x = -5
Both answers check out. Plug them back in: |5| = 5 ✓ and |-5| = 5 ✓
When the Expression Has More Than x
Example: |2x - 3| = 7
Set up both branches:
- 2x - 3 = 7 → 2x = 10 → x = 5
- 2x - 3 = -7 → 2x = -4 → x = -2
Verify both:
- |2(5) - 3| = |10 - 3| = |7| = 7 ✓
- |2(-2) - 3| = |-4 - 3| = |-7| = 7 ✓
Both solutions work. You must always check — it's not optional.
Absolute Value on Both Sides
Example: |x + 2| = |3x - 4|
When two absolute values equal each other, you have two scenarios:
- The expressions are equal: x + 2 = 3x - 4 → 6 = 2x → x = 3
- The expressions are opposites: x + 2 = -(3x - 4) → x + 2 = -3x + 4 → 4x = 2 → x = 0.5
Check both:
- |3 + 2| = 5, |3(3) - 4| = |9 - 4| = 5 ✓
- |0.5 + 2| = 2.5, |3(0.5) - 4| = |1.5 - 4| = |-2.5| = 2.5 ✓
Common Mistakes That Cost You Points
Forgetting the negative branch. This is the #1 error. Every absolute value equation has two cases unless the right side is zero.
Not checking your answers. Extraneous solutions creep in, especially with compound inequalities. Plugging back in takes 10 seconds and saves your grade.
Dropping absolute value signs too early. Keep them written out until you've set up both branches.
Getting the inequality direction wrong on tests. Save that for the inequalities article — equations are simpler.
Comparing Methods for Solving Absolute Value Equations
| Method | Best For | Speed | Error Risk |
|---|---|---|---|
| Two-branch splitting | Standard |expression| = number | Fast | Low if you remember both cases |
| Graphing / calculator | Visual learners, checking answers | Medium | Low for verification |
| Definition method (distance) | Word problems, real-world context | Medium | Medium — easy to flip signs |
| Case analysis | Nested absolute values | Slow | High — multiple branches multiply |
Practice Problems to Work Through
1. Solve: |x - 4| = 9
2. Solve: |3x + 1| = 8
3. Solve: |5 - 2x| = 3
4. Solve: |x + 1| = |2x - 3|
Scroll down for answers.
Answer Key
1. x - 4 = 9 → x = 13 | x - 4 = -9 → x = -5
2. 3x + 1 = 8 → x = 7/3 | 3x + 1 = -8 → x = -3
3. 5 - 2x = 3 → x = 1 | 5 - 2x = -3 → x = 4
4. x + 1 = 2x - 3 → x = 4 | x + 1 = -(2x - 3) → x = 2/3
When the Test Gets Harder
Once you have the basics, tests throw these variations at you:
- |x| + |x - 2| = 5 — Requires case analysis based on critical points where expressions equal zero (x = 0 and x = 2)
- |x - 3| = 2x + 1 — Solve both branches, then discard any answer where the right side goes negative (absolute value can't equal a negative number)
- Two absolute values on both sides — Already covered above, just remember the opposite case
The splitting rule never changes. What changes is how many branches you have to track.
Quick Reference for Test Day
- |A| = B (B ≥ 0) → A = B or A = -B
- |A| = |B| → A = B or A = -B
- |A| = negative number → no solution
- |A| = 0 → only one solution: A = 0
- Always verify — always
Know this cold and you can handle any absolute value equation they throw at you. 📐