Stage 10 · Linear Equations & Systems

10.2  Solving Linear Equations in One Unknown

One unknown, first power — and one routine that always works.

For ages 12–14 · Intuition before notation
Knowledge point page

Point 6 of 6 in this lesson: 10.2.6 Checking solutions and special cases

10.2.6 Checking solutions and special cases

You've seen me check every answer by substituting it back into the original equation. That's not a formality — it's the safety net that catches a flipped sign or a botched distribution. Always go back to the original, never to a tidied line (a tidied line could carry an early mistake forward).

Most linear equations have exactly one solution. But two surprising things can happen, and both show up when the x-terms cancel each other out. Then the equation collapses to a statement about plain numbers — and that statement is either always false or always true.

No solution

Solve 2x + 1 = 2x + 3. Move the 2x across and it cancels:

2x + 1 = 2x + 3the equation
2x − 2x = 3 − 1gather x's left, numbers right
0 = 2false — no value of x works

The x vanished and left 0 = 2, which is simply false. No number can make it true, so this equation has no solution. (And it makes sense: 2x + 1 is always exactly 2 less than 2x + 3 — they can never be equal.)

Infinitely many solutions (an identity)

Solve 2x + 2 = 2(x + 1). Open the bag on the right first:

2x + 2 = 2(x + 1)the equation
2x + 2 = 2x + 2distribute the 2
0 = 0true — every x works

The two sides are identical. Subtract one from the other and you get 0 = 0, which is always true. So every number is a solution — we call such an equation an identity.

Here's the quick way to tell the three cases apart for ax + b = cx + d: compare the x-coefficients first, then the numbers.

CoefficientsNumbersResult
a ≠ c(any)one solution
a = cb ≠ dno solution
a = cb = dall numbers
🎮 Try itOne, none, or all?

Build your own ax + b = cx + d and the classifier compares a with c, then b with d.

a2
b1
c2
d3
eastmath.com · 10.2 Solving Linear Equations in One Unknown · 10.2.6 Checking solutions and special cases