Skip to main content
guidealgebraequations

Solving Absolute Value Equations: A Complete Step-by-Step Guide

·13 min read·Solvify Team

Solving absolute value equations trips up a lot of algebra students because the answer usually isn't a single number — it's two. Typing the problem into a solving absolute value equations solver gives you an answer fast, but the goal here is to learn the two-case method that produces that answer by hand, since that's what homework and exams actually test. An absolute value measures distance from zero, and distance is always non-negative, so an equation like |x − 3| = 7 has two values of x that make it true. This guide walks through worked examples with variables on both sides and shows how to catch extraneous solutions before you submit a wrong answer. Every example includes a full check so you can see exactly why each solution works or fails.

What Does Absolute Value Actually Mean?

The absolute value of a number is its distance from zero on the number line, and distance is never negative. That's why |5| = 5 and |−5| = 5 — both numbers sit 5 units from zero, just in opposite directions. Formally, |x| = x when x ≥ 0, and |x| = −x when x < 0 (the negative sign flips a negative number into a positive one). This single fact — that absolute value strips away sign but keeps magnitude — is the reason absolute value equations almost always produce two solutions instead of one. When you write |x| = 5, you're really asking: which numbers are 5 units from zero? Both 5 and −5 qualify, so both are valid answers.

|x| = x when x ≥ 0, and |x| = −x when x < 0. Absolute value returns magnitude, not sign — which is why solving absolute value equations usually yields two answers.

How Do You Solve a Basic Absolute Value Equation?

Every absolute value equation of the form |expression| = number is solved with the two-case method: split it into two separate equations, one where the expression equals the positive value and one where it equals the negative value, then solve each one independently. This works because both the positive and negative version of the number have the same absolute value.

1. Step 1 — Isolate the absolute value expression

Before splitting into cases, get the absolute value bars alone on one side of the equation using standard inverse operations (add, subtract, multiply, divide) on anything outside the bars.

2. Step 2 — Check that the isolated value is non-negative

If |expression| = a negative number, stop — there is no solution, since absolute value can never equal a negative number.

3. Step 3 — Split into two cases

Case A: expression = positive value. Case B: expression = negative of that value. Write both equations explicitly before solving either one.

4. Step 4 — Solve each case

Solve Case A and Case B separately using normal algebra — each is now a standard linear equation with no absolute value bars.

5. Step 5 — Check both solutions in the original equation

Substitute each answer back into the original absolute value equation (with the bars) to confirm both sides match. Basic equations rarely produce extraneous solutions, but checking is still good practice.

The two-case method: isolate the bars, confirm the isolated value is non-negative, split into (expression = value) and (expression = −value), then solve both.

What Are Some Worked Examples with Real Numbers?

These examples move from a basic case to more layered problems, each solved with the full two-case method and verified with a substitution check.

1. Example 1: |x − 3| = 7

The bars are already isolated, and 7 ≥ 0, so two cases exist. Case A: x − 3 = 7 → x = 10. Case B: x − 3 = −7 → x = −4. Check: |10 − 3| = |7| = 7 ✓. |−4 − 3| = |−7| = 7 ✓. Solutions: x = 10 or x = −4.

2. Example 2: 2|x + 5| − 4 = 10

Step 1 — Isolate the bars: add 4 to both sides → 2|x + 5| = 14. Divide by 2 → |x + 5| = 7. Step 2 — 7 ≥ 0, so two cases exist. Case A: x + 5 = 7 → x = 2. Case B: x + 5 = −7 → x = −12. Check: 2|2 + 5| − 4 = 2(7) − 4 = 10 ✓. 2|−12 + 5| − 4 = 2(7) − 4 = 10 ✓. Solutions: x = 2 or x = −12.

3. Example 3: |3x − 1| + 6 = 4

Step 1 — Isolate the bars: subtract 6 from both sides → |3x − 1| = −2. Step 2 — The isolated value is negative. Absolute value can never equal a negative number. Solution: No solution.

4. Example 4: 5|2x + 1| = 25

Step 1 — Isolate: divide by 5 → |2x + 1| = 5. Step 2 — 5 ≥ 0, so two cases exist. Case A: 2x + 1 = 5 → 2x = 4 → x = 2. Case B: 2x + 1 = −5 → 2x = −6 → x = −3. Check: 5|2(2) + 1| = 5|5| = 25 ✓. 5|2(−3) + 1| = 5|−5| = 25 ✓. Solutions: x = 2 or x = −3.

If isolating the absolute value expression leaves it equal to a negative number, the equation has no solution — no need to split into cases.

How Do You Solve Absolute Value Equations with Variables on Both Sides?

When the variable appears both inside the absolute value bars and outside them — or inside two separate sets of bars — the two-case method still applies, but checking your answers becomes essential rather than optional. These equations frequently produce extraneous solutions: values that satisfy the split equations algebraically but fail when substituted into the original absolute value equation. This happens because splitting into cases can introduce sign assumptions that don't hold for every solution.

1. Example 1: |x − 2| = 3x − 4

The bars are isolated and the right side must be non-negative for a valid solution, but we check that at the end. Case A: x − 2 = 3x − 4 → −2x = −2 → x = 1. Case B: x − 2 = −(3x − 4) → x − 2 = −3x + 4 → 4x = 6 → x = 1.5. Check x = 1: |1 − 2| = |−1| = 1. Right side: 3(1) − 4 = −1. 1 ≠ −1 — extraneous, reject. Check x = 1.5: |1.5 − 2| = |−0.5| = 0.5. Right side: 3(1.5) − 4 = 0.5. 0.5 = 0.5 ✓. Solution: x = 1.5 only. x = 1 is extraneous because it made the right side negative, which an absolute value can never equal.

2. Example 2: |2x + 1| = |x − 5|

When absolute value expressions appear on both sides, both expressions are automatically non-negative, so no extraneous solutions from a sign mismatch occur here — but check anyway. Case A: 2x + 1 = x − 5 → x = −6. Case B: 2x + 1 = −(x − 5) → 2x + 1 = −x + 5 → 3x = 4 → x = 4/3. Check x = −6: |2(−6) + 1| = |−11| = 11. |−6 − 5| = |−11| = 11 ✓. Check x = 4/3: |2(4/3) + 1| = |8/3 + 3/3| = |11/3| = 11/3. |4/3 − 5| = |4/3 − 15/3| = |−11/3| = 11/3 ✓. Solutions: x = −6 or x = 4/3.

Always substitute every candidate solution back into the original absolute value equation. A solution is extraneous if it makes the two sides unequal — most often because it forces the non-bar side negative.

Why Do Extraneous Solutions Happen and How Do You Catch Them?

An extraneous solution is a value that emerges from correct algebra during the case-split process but doesn't actually satisfy the original equation. It happens because the two-case method temporarily removes the absolute value bars by assuming a sign for the inner expression — and that assumption isn't always compatible with every algebraic solution that follows. This is most common when the variable appears on both the bar side and the non-bar side of the equation, since the non-bar side can turn negative for some solutions, which absolute value can never match. The fix is simple and non-negotiable: substitute every candidate answer into the original equation with the bars intact, evaluate both sides completely, and discard any answer where the two sides don't match. Never skip this step on equations with a variable outside the absolute value bars — even a quick solving absolute value equations solver check will only confirm your final answer, not teach you which case produced the extraneous one.

An extraneous solution passes the split equations but fails the original. It surfaces almost exclusively when a variable sits outside the absolute value bars — always verify by full substitution.

How Are Absolute Value Inequalities Different from Equations?

Absolute value inequalities use the same case-splitting idea but change the connecting logic between the two cases, and the direction of that logic depends on the inequality symbol. For |expression| < a (a > 0), the solution is a single range: −a < expression < a — think of it as "and," since the expression must stay close to zero on both sides. For |expression| > a (a > 0), the solution splits into two separate ranges: expression < −a OR expression > a — think of it as "or," since the expression must be far from zero in either direction. For example, |x − 1| < 4 becomes −4 < x − 1 < 4, which solves to −3 < x < 5. Meanwhile |x − 1| > 4 becomes x − 1 < −4 or x − 1 > 4, which solves to x < −3 or x > 5. Equations always give discrete points; inequalities always give ranges.

Less-than absolute value inequalities (|expr| < a) form one combined range with "and." Greater-than inequalities (|expr| > a) form two separate ranges with "or."

What Common Mistakes Should You Avoid?

A few errors account for most incorrect answers on absolute value equations. First, forgetting the negative case entirely — writing only expression = value and stopping there loses half the solution set. Second, splitting into cases before isolating the bars, which produces equations that don't correspond to the original problem; always finish isolating first. Third, skipping the substitution check on equations with a variable outside the bars, which lets extraneous solutions slip through undetected. Fourth, mishandling |expression| = negative number by trying to solve it instead of recognizing immediately that no solution exists. Finally, on inequalities, mixing up which symbol (< or >) produces an "and" range versus an "or" range — a quick way to remember it is that < gives one connected interval (like a segment) while > gives two disconnected rays. Working through the practice problems below by hand, then comparing against a solving absolute value equations solver, is the fastest way to see exactly where one of these mistakes crept in.

The most common error is stopping after one case. Every |expression| = positive number has two solutions unless the check eliminates one as extraneous.

How Do Absolute Value Equations Show Up in Real Situations?

Absolute value equations model any situation involving a target value with an allowed margin of error in either direction — manufacturing tolerances, temperature ranges, and measurement error are the three most common real-world contexts. In each case, the equation form is |actual − target| = margin, which reads as "the difference between the actual value and the target can be this far off, in either direction." Translating a word problem into this form is usually the hardest part; the algebra that follows is identical to the two-case method used throughout this guide.

1. Example 1: Manufacturing tolerance

A factory produces bolts that must be 12 millimeters long, with an allowed tolerance of 0.05 millimeters in either direction. Let x be the actual length. The condition is |x − 12| = 0.05. Case A: x − 12 = 0.05 → x = 12.05. Case B: x − 12 = −0.05 → x = 11.95. Any bolt measuring exactly 12.05 mm or 11.95 mm sits right at the edge of acceptable length. Check: |12.05 − 12| = 0.05 ✓. |11.95 − 12| = 0.05 ✓.

2. Example 2: Temperature range

A greenhouse thermostat is set to maintain 70°F, but the sensor allows a swing of up to 4°F before it triggers an alert. Let T be the temperature at which the alert fires. The condition is |T − 70| = 4. Case A: T − 70 = 4 → T = 74. Case B: T − 70 = −4 → T = 66. The alert fires at exactly 74°F or 66°F. Check: |74 − 70| = 4 ✓. |66 − 70| = |−4| = 4 ✓.

Word problems with a target value and an allowed margin translate directly to |actual − target| = margin — the same two-case method applies once the equation is set up.

Practice Problems: Absolute Value Equations from Easy to Harder

Work through each problem before reading the solution. These problems increase in difficulty — the first few use a single absolute value expression, and the later ones add a coefficient, a variable on the non-bar side, or two separate sets of bars. Treat each one as a full application of the two-case method, including the substitution check.

1. Problem 1 (Easy): |x + 6| = 9

Case A: x + 6 = 9 → x = 3. Case B: x + 6 = −9 → x = −15. Check: |3 + 6| = 9 ✓. |−15 + 6| = |−9| = 9 ✓. Solutions: x = 3 or x = −15.

2. Problem 2 (Easy): |4x| = 20

Case A: 4x = 20 → x = 5. Case B: 4x = −20 → x = −5. Check: |4(5)| = 20 ✓. |4(−5)| = |−20| = 20 ✓. Solutions: x = 5 or x = −5.

3. Problem 3 (Medium): 3|x − 4| + 2 = 17

Isolate: subtract 2 → 3|x − 4| = 15. Divide by 3 → |x − 4| = 5. Case A: x − 4 = 5 → x = 9. Case B: x − 4 = −5 → x = −1. Check: 3|9 − 4| + 2 = 3(5) + 2 = 17 ✓. 3|−1 − 4| + 2 = 3(5) + 2 = 17 ✓. Solutions: x = 9 or x = −1.

4. Problem 4 (Medium): |2x − 3| = |x + 4|

Case A: 2x − 3 = x + 4 → x = 7. Case B: 2x − 3 = −(x + 4) → 2x − 3 = −x − 4 → 3x = −1 → x = −1/3. Check x = 7: |2(7) − 3| = |11| = 11. |7 + 4| = 11 ✓. Check x = −1/3: |2(−1/3) − 3| = |−2/3 − 9/3| = |−11/3| = 11/3. |−1/3 + 4| = |11/3| = 11/3 ✓. Solutions: x = 7 or x = −1/3.

5. Problem 5 (Harder): |x + 1| = 2x − 5

Case A: x + 1 = 2x − 5 → −x = −6 → x = 6. Case B: x + 1 = −(2x − 5) → x + 1 = −2x + 5 → 3x = 4 → x = 4/3. Check x = 6: |6 + 1| = 7. Right side: 2(6) − 5 = 7 ✓. Check x = 4/3: |4/3 + 1| = |7/3| = 7/3. Right side: 2(4/3) − 5 = 8/3 − 15/3 = −7/3. 7/3 ≠ −7/3 — extraneous, reject. Solution: x = 6 only.

6. Problem 6 (Harder): 2|3x + 1| − 5 = −5

Isolate: add 5 to both sides → 2|3x + 1| = 0. Divide by 2 → |3x + 1| = 0. When the isolated value equals exactly 0, there is only one case, since the positive and negative version of 0 are the same number. 3x + 1 = 0 → x = −1/3. Check: 2|3(−1/3) + 1| − 5 = 2|−1 + 1| − 5 = 2(0) − 5 = −5 ✓. Solution: x = −1/3 only (a single solution, not two, because the isolated value is exactly zero).

What Questions Come Up Most Often About Absolute Value Equations?

These are the questions students ask most frequently when they first encounter absolute value equations or run into them again while reviewing for a test.

1. Why does |expression| = 0 give only one solution instead of two?

The two-case method splits into expression = value and expression = −value. When value is 0, both cases become expression = 0 and expression = −0, which are the same equation. There is only one distance-zero point on the number line, so only one solution exists.

2. Can an absolute value equation ever have three or more solutions?

Not for a basic linear absolute value equation. Since |expression| = number always splits into exactly two linear cases, the maximum number of solutions is two (or one if the two cases coincide, or zero if the isolated value is negative). Equations involving |x|² or nested absolute values are the exception and are typically covered separately as quadratic-type problems.

3. Do I always need to check for extraneous solutions?

You need to check whenever a variable appears outside the absolute value bars, since the non-bar side can become negative for one of the case solutions. If the variable only appears inside the bars (as in |x − 3| = 7), extraneous solutions cannot occur, though checking is still good practice for catching arithmetic mistakes.

4. How is solving an absolute value equation different from solving an absolute value inequality?

Equations produce individual points because they ask "where does the expression equal exactly this distance from zero?" Inequalities produce ranges because they ask "where is the expression within (or beyond) this distance from zero?" The case-splitting logic is related, but inequalities join their two cases with "and" or "or" instead of solving them as independent standalone equations.

5. What if there are absolute value bars on both sides of the equation?

Use the same two-case method: Case A sets the two expressions equal, and Case B sets one expression equal to the negative of the other. Because both original expressions were already non-negative, extraneous solutions from a sign mismatch cannot occur here — but always verify the arithmetic with a substitution check.

6. Why do some absolute value equations have no solution at all?

If isolating the absolute value expression leaves it equal to a negative number, no solution exists, since an absolute value can never be negative. This happens directly during isolation (Step 2 of the workflow) and means you can stop before ever splitting into cases.

Need More Practice Solving Absolute Value Equations?

Working through problems by hand, one full two-case cycle at a time, is what builds real fluency with absolute value equations. If a specific step is unclear — isolating the bars, choosing the right sign for a case, or figuring out why a solution turned out extraneous — Solvify AI can walk through the equation step by step and answer follow-up questions about any part of the process. Snap a photo of a textbook problem or type it in directly, and use it to check your own worked solution rather than skipping the practice altogether.

Tags:
guidealgebraequations

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices