In short

|x - 3| does not mean "subtract 3 from x and forget the sign as a curiosity". It means the distance between x and 3 on the number line. So |x - 3| = 5 is the question: which numbers sit exactly 5 units away from 3? There are two — one to the right (3 + 5 = 8) and one to the left (3 - 5 = -2). Every centre on a number line has two points equidistant from it. That is why an absolute value equation almost always has two solutions, not one.

You write down |x - 3| = 5, you split it into two cases, you get x = 8 and x = -2, and a small voice inside asks: why two? The original equation is a single equation. Why is the answer a pair?

The honest answer is that the bars are not innocent. They are doing something geometric — measuring distance — and distance on a number line is a two-way street. Once you see what |x - 3| really means, the two answers stop feeling like a trick and start feeling inevitable.

1. The geometric (distance) view

Read |x - 3| out loud the right way: "the distance between x and 3".

That is exactly what the bars compute. If x = 10, then |10 - 3| = |7| = 7 — and indeed 10 sits seven units to the right of 3. If x = -1, then |-1 - 3| = |-4| = 4 — and -1 sits four units to the left of 3. The number inside the bars happens to be x - 3, but the bars convert that signed difference into a plain, direction-free distance.

So |x - 3| = 5 is asking, in plain English: "Which points x are exactly 5 units away from 3?"

Walk along the number line. Stand at 3. Take 5 steps to the right — you land at 8. Now go back to 3 and take 5 steps to the left — you land at -2. There are no other points 5 units from 3. There cannot be. A number line is one-dimensional; for any centre c and any positive distance d, exactly two points sit at distance d — namely c + d and c - d.

Two points at distance 5 from 3 on a number lineA horizontal number line from negative six to ten with tick marks. The centre point at 3 is highlighted. Two arrows fan outward from 3, each labelled distance 5, ending at negative 2 on the left and 8 on the right. Both endpoints are circled to show the two solutions. −6 −4 −2 0 2 3 5 7 8 10 centre 5 units 5 units x = −2 x = 8
The equation $|x - 3| = 5$ has two solutions because the number line has two sides. Stand at 3, walk 5 steps either way.

Why two and not three or four? Because the number line is one-dimensional. From any centre, "go 5 units" only has two possible directions — forward or back. In two dimensions (a plane), the same condition would trace out a whole circle of solutions. But here, on a single line, the circle collapses to just two points.

2. The algebraic (case-split) view

The same answer falls out of pure algebra, no pictures needed.

Start with the simpler equation |y| = 5. The bars say "the magnitude of y is 5". What numbers have magnitude 5? Only two: +5 and -5. The bars erase the sign, so anything whose sign-erased version equals 5 is a valid y.

|y| = 5 \quad \Longleftrightarrow \quad y = 5 \ \text{ or } \ y = -5

Now make the substitution y = x - 3. The whole expression x - 3 takes the role of y:

|x - 3| = 5 \quad \Longleftrightarrow \quad x - 3 = 5 \ \text{ or } \ x - 3 = -5

Solve each branch separately. Adding 3 to both sides in each case:

x = 8 \quad \text{or} \quad x = -2

Why does the substitution work? Because the bars do not care what is inside — they only care about the magnitude of the inside. Whether the contents are y, x - 3, or 2x + 7, the bars apply the same rule: "this thing equals \pm 5". The substitution just renames the contents.

The two cases correspond to the two ways the inside of the bars could have started out: either it was already positive (x - 3 = 5, so x > 3) or it was negative and the bars flipped it (x - 3 = -5, so x < 3). Each case respects a different "side" of the centre 3 — exactly matching the geometric picture.

3. Special cases — when the count changes

The two-solution rule has two exceptions, and both follow from the meaning of distance.

Case A: distance equals zero. What if you see |x - 3| = 0? The equation says: "x is zero units from 3". Only one point on the number line is zero units from 3 — namely 3 itself. The two "sides" collapse into the same point. So |x - 3| = 0 has exactly one solution: x = 3.

Case B: distance is negative. What if you see |x - 3| = -5? Walk along the number line and try to find a point that is -5 units from 3. You cannot. Distance is never negative — by definition, the bars output a non-negative number, so |x - 3| \ge 0 for every real x. There is no x that satisfies the equation. No solution.

So the full count is:

Notice how cleanly the geometry predicts the count without any algebra. The number of solutions is just "how many points sit at the requested distance from the centre?"

Worked examples

Example 1 — the canonical case

Solve |x - 3| = 5 both ways.

Geometric. The equation asks: which x are 5 units from 3? Two answers: 3 + 5 = 8 and 3 - 5 = -2.

Algebraic. Split into cases:

x - 3 = 5 \quad \text{or} \quad x - 3 = -5
x = 8 \quad \text{or} \quad x = -2

Both views agree. Two solutions: \boxed{x = 8, \ x = -2}.

Example 2 — shifted centre

Solve |x + 2| = 4.

The trick is to read |x + 2| as |x - (-2)| — the distance from x to -2. Why -2 and not +2? Because the absolute-value distance interpretation is |x - c| for centre c. Rewriting x + 2 as x - (-2) exposes that c = -2.

Geometric. Stand at -2, walk 4 units each way. Right gives -2 + 4 = 2. Left gives -2 - 4 = -6.

Algebraic. Split:

x + 2 = 4 \quad \text{or} \quad x + 2 = -4
x = 2 \quad \text{or} \quad x = -6

Solutions: \boxed{x = 2, \ x = -6}.

Example 3 — the bare absolute value

Solve |x| = 3.

Read |x| as |x - 0| — the distance from x to 0. The centre is the origin itself.

Geometric. From 0, walk 3 units each way. Solutions: +3 and -3.

Algebraic. x = 3 or x = -3.

Solutions: \boxed{x = \pm 3}.

This is the seed pattern. Every |f(x)| = a equation in your CBSE Class 11 textbook is just a dressed-up version of this same idea — find a centre, walk a steps each way.

Why this matters for Class 11 and beyond

Recognising the two-solution pattern is one of those small habits that pays off again and again. In CBSE Class 11, you will meet absolute value inequalities (|x - 3| < 5 becomes the interval between -2 and 8), distance formulas in coordinate geometry (the same |x - c| logic, but now in two dimensions), and modulus functions in calculus where the two cases become two pieces of a piecewise definition. Every one of these uses the same underlying picture: the bars mean distance, distance has two directions on a line, and the algebra is just bookkeeping for that geometry.

The next time you see |\text{something}| = \text{positive number}, do not jump straight to the cases. Pause for one second, point at the centre, and trace the two arrows. Then do the algebra. The two answers will feel inevitable instead of arbitrary — and that is what understanding looks like.

References

  1. NCERT, Mathematics Textbook for Class 11, Chapter 1 — Sets and intervals (modulus on the number line).
  2. Khan Academy, Absolute value equations — geometric and algebraic walkthroughs.
  3. Wikipedia, Absolute value — definition and basic properties.
  4. Paul Dawkins, Paul's Online Math Notes — Absolute Value Equations — case-splitting examples.