Hide outline
Feedback

Solve Absolute Value Equations With Confidence

Solve absolute value equations faster by turning them into simple case splits you can trust. Learn when you get two answers, one answer, or none, and how to check work to avoid extra solutions.

Absolute value equations feel tricky because they hide a fork in the road. The same symbol | | can produce two different numbers for x, even when the equation looks like it should have one. Once you treat |x| as a distance on a number line, the rules stop feeling like magic and start feeling inevitable. That distance idea also tells you immediately when an equation has no solution and when a method like squaring can accidentally create fake answers.

The two answers rule comes from distance

On a number line, absolute value is distance from 0. Distance is never negative, and it does not care whether you are to the left or right.

So |x| = 3 means the point x is 3 units away from 0. There are exactly two points with that distance.

That is why you often hear a two answers rule. If the distance is 0, both points collapse to the same spot, so you get one answer. If someone asks for a negative distance, you get none.

Distance test
If the right side is negative, stop. No number has a negative distance from 0, so the equation has no solution.

Split the absolute value into two equations

To solve |A| = b, use this fact.

If b > 0, then A = b or A = -b.
If b = 0, then A = 0.
If b < 0, there is no solution.

That is the whole engine behind most absolute value equations. You turn one equation with | | into two simpler equations, solve each, then keep the solutions that actually work in the original.

Use the interactive comparison to practice turning |A(x)| = b into its two branches and noticing the instant no solution case when b < 0.

A small but important detail is that A can be any expression, not just x. You split the expression inside the bars, not the variable itself.

Why this move is trustworthy

The statement |A| = b literally means the distance from 0 to A is b. A number A sits b units from 0 exactly when it equals b or -b. Nothing else is hiding.

Worked patterns you will see most

Most beginner problems are built from a few templates. Learn them as shapes, not as memorized steps.

Pattern 1: |x-a| = b

Think of x-a as shifting the number line. The solutions are b units away from a.

  • x-a = b gives x = a + b
  • x-a = -b gives x = a - b

Example: Solve |x-5| = 2.
You get x = 5 + 2 = 7 and x = 5 - 2 = 3.

This is the cleanest absolute value equation because it matches the distance story perfectly.

Pattern 2: |mx+b| = c

Split into two equations first, then solve each like a normal linear equation.

Example: Solve |2x-1| = 5.

2x-1 = 5 gives 2x = 6 so x = 3
2x-1 = -5 gives 2x = -4 so x = -2

Pattern 3: Plus or minus as a single line of thinking

When you see the pair A = b and A = -b, you can read it as A = ±b. The key is that ± is not one number. It stands for two separate equations you still must solve.

Keep them separate
Write the two branches on two lines. It is the easiest way to avoid losing one solution or mixing steps between cases.

When the right side depends on x

Sometimes the equation looks like |A(x)| = B(x). Now the right side can be negative for some x values and positive for others. That changes the story.

A good first thought is. Since |A(x)| ≥ 0, you must have B(x) ≥ 0 for any solution. That simple observation can wipe out a big chunk of the number line before you do any algebra.

There are two common strategies.

Strategy A: Split into cases

Use A(x) = B(x) or A(x) = -B(x), then solve and check.

Strategy B: Square both sides

You can square to remove the absolute value, giving A(x)^2 = B(x)^2. This can be faster, but it can also create solutions that satisfy the squared equation while failing the original one, especially when B(x) can be negative.

The side by side comparison below highlights the tradeoff and where extra answers can sneak in.

The safe mindset is that splitting into cases is usually slower but more reliable, and squaring is faster but demands careful checking.

Checking answers so you never get burned

Checking is not a punishment step. It is how you prove you did not accidentally solve a different equation.

Three quick checks catch almost every mistake.

  • Substitute each solution into the original equation and verify both sides match
  • Make sure the right side of |A| = B(x) is not negative at your solution
  • Do a sanity check using distance. Does your answer have the required distance from the target point

Use the reveal below as a short checklist you can run in under a minute.

If you used squaring anywhere, treat checking as mandatory. Squaring is exactly the kind of move that can turn a false statement into a true one.

Common pitfalls beginners hit

Most wrong answers come from a few repeating errors.

  • Dropping the negative branch, solving only A=b and forgetting A=-b
  • Treating |x| like parentheses and trying to distribute it, for example thinking |x+3|=|x|+3
  • Forgetting that |A| is never negative, so |A|=-2 has no solution
  • Mixing algebra steps between branches, for example subtracting 5 on one line and adding 5 on the other

A reliable habit is to draw a quick number line picture for |x-a|=b. If your algebra gives answers that do not sit b units from a, something went off the rails.

One minute fix
When you finish, ask what the absolute value is measuring. Distance from 0 for |A|, or distance from a for |x-a|. If your solutions do not match that distance, recheck the split.

Next step intuition from graphing

Graphing gives you a prediction before you calculate.

  • The graph of y = |A(x)| is always on or above the x-axis
  • The graph of y = B(x) can move above and below
  • Solutions are intersection points, so you can often guess whether there will be 0, 1, 2, or more solutions

For |x-a| = b, y=|x-a| is a V shape with its point at x=a. A horizontal line y=b hits it twice when b>0, once when b=0, and never when b<0. That is the distance rule, turned into a picture.

For |A(x)| = B(x), the graph reminder about B(x) ≥ 0 becomes visual. Any part of B(x) below the x-axis cannot intersect |A(x)|.

When you can predict the number of solutions, you stop being surprised by your algebra and start using algebra to confirm what you already expect.

Was this lesson helpful?
Dive Deeper

Generate a follow-up sub-lesson on any aspect of this topic

Related content