In short

You finish solving an equation and end up with 0 = 7. The variable has vanished and what remains is plainly false. Do not panic. Do not write x = 0. Do not write x = 7. Do not invent a number to fill the answer slot. The correct response is to write "no solution" — that is the answer. The contradiction is not a glitch in your work; it is the equation telling you, in the loudest voice it has, that no value of x can ever satisfy it. Trust the algebra, write the verdict, move on.

You have eight minutes left in the unit test. The equation in front of you is 3(x + 2) = 3x + 8. You expand, you cancel, and out pops 6 = 8. Your stomach drops. There is a blank line on the answer sheet that says "x = ____". You panic. You write x = 0 because at least zero is a number, and at least the blank is filled.

You just lost the marks.

Not because the equation was tricky — it wasn't. Not because your arithmetic was wrong — it wasn't. You lost the marks because you did not trust what the algebra was telling you. You treated the contradiction as a bug, a sign that you had messed up, when in fact it was the equation's honest reply: no value of x works.

This article is not about why 0 = 7 means no solution — for that, read the conceptual sibling. This article is about the habit of stopping. The discipline of writing "no solution" with a straight face and moving to the next question, instead of fabricating a number to feel safe.

The trap, named

Here is the exact pattern. You solve a linear equation. You do honest algebra. The x-terms cancel each other out. What remains is a statement with no variable in it — just two numbers connected by an equals sign. And those two numbers are not equal.

0 = 7 \qquad \text{or} \qquad 6 = 8 \qquad \text{or} \qquad -3 = 5

At this exact moment, there is a fork in the road.

Path B is the correct path. Always. Why "no solution" really means: the original equation cannot be made true for any value of x. The solution set is empty — written \varnothing or \{\,\}. There is no number out there that is hiding from you. The equation is asking for a unicorn.

The hard part is psychological, not mathematical. Once you have done the algebra correctly and reached a contradiction, the intellectual work is finished. The remaining work is the courage to write a non-numeric answer.

Worked example 1: the textbook trap

Solve: 3(x + 2) = 3x + 8.

Expand the left side: 3x + 6 = 3x + 8.

Subtract 3x from both sides: 6 = 8.

The variable is gone. What remains is false.

Wrong response (the panic move): writing x = 0, or x = 1, or x = 8 - 6 = 2. Each of these is fabrication — picking a number out of nowhere because the answer slot looks empty.

Right response: Write "No solution. The equation reduces to 6 = 8, which is a contradiction, so no value of x satisfies the original equation."

That is the full-marks answer. Why: the original equation 3(x+2) = 3x + 8 claimed 3x + 6 equals 3x + 8 for some x. But 3x + 8 is always exactly 2 more than 3x + 6, no matter what x is. The two sides can never agree.

Worked example 2: the same shape, different numbers

Solve: 5(x - 1) = 5x - 4.

Expand: 5x - 5 = 5x - 4.

Subtract 5x from both sides: -5 = -4.

False. The variable cancelled.

No solution. The original equation has no x that satisfies it. The solution set is \varnothing.

Notice how identical this feels to Example 1. Once you have seen the pattern — coefficients of x match, constants don't — you should recognise the dead-end immediately, even before the algebra finishes. Why: when the x-coefficients on both sides are equal, the variable is destined to cancel out. Whatever constants are left will then be your verdict. If they match, infinite solutions; if they don't, no solution.

Worked example 3: the harder case — don't second-guess

This is the case that breaks students most often. The problem looks complicated. You do four or five steps of honest algebra. And then it collapses to a contradiction. Now your brain whispers, "You must have messed up step 3," and you start re-doing the whole problem trying to "find the right answer."

Solve: \dfrac{2x + 3}{4} - \dfrac{x - 1}{2} = \dfrac{5}{4} + \dfrac{x}{8}.

Multiply every term by 8 (the LCM of 4, 2, 4, 8):

2(2x + 3) - 4(x - 1) = 2 \cdot 5 + x
4x + 6 - 4x + 4 = 10 + x
10 = 10 + x

Subtract 10 from both sides:

0 = x \quad \Longrightarrow \quad x = 0

Wait — that one does have a solution. Let us swap in a contradiction-bound version.

Solve: \dfrac{2x + 3}{4} - \dfrac{x - 1}{2} = \dfrac{7}{4} + \dfrac{x}{8} - \dfrac{x}{8}.

Multiply by 8:

2(2x + 3) - 4(x - 1) = 2 \cdot 7 + x - x
4x + 6 - 4x + 4 = 14
10 = 14

False. Variable cancelled. Contradiction.

Now comes the hard moment. You have done five lines of work. Multiplied by 8. Distributed. Combined like terms. Watched the x disappear. And the answer is 10 = 14.

The discipline: verify your algebra once. Re-read each step. Did you distribute the negative correctly in -4(x-1) = -4x + 4? Yes. Did you combine 4x - 4x = 0 correctly? Yes. Did you compute 6 + 4 = 10 correctly? Yes. Did you compute 2 \cdot 7 = 14 and x - x = 0 correctly? Yes.

Then stop. Write: "No solution. The equation reduces to 10 = 14, a contradiction."

Do not redo the problem from the top. Do not try a "different method." Do not invent an x. Why: a contradiction is just as valid an output of correct algebra as a number is. If your steps were honest, the verdict is honest. The original equation was unsatisfiable from the moment it was written; the algebra simply revealed that.

The third example is the one to internalise. The longer the problem, the more tempted you will be to assume you made an error. Resist. Verify once, then commit to the verdict.

The decision diagram

After you finish all your simplification, look at the final form. There are exactly three possibilities, and each one tells you the answer to write down.

Decision diagram for the final form of a linear equation A flowchart with one starting box at the top labelled "Final simplified form?" branching into three outcome columns. The left column shows ax = b with a non-zero, leading to "Unique solution: x = b/a — write the number". The middle column shows 0 = c with c non-zero (boxed in red), leading to "NO SOLUTION — write that and STOP. Do not invent a value." The right column shows 0 = 0 (boxed in green), leading to "Identity — infinitely many solutions, every x works." Final simplified form? (after collecting all terms) a·x = b, a ≠ 0 (x survived) 0 = c, c ≠ 0 (contradiction) 0 = 0 (always true) Unique solution x = b / a write the number NO SOLUTION write that & STOP do not invent x Identity infinite solutions every x works Each branch is a complete answer. Pick the right one and commit.

The middle branch is the one that gets fabricated. Students see "no solution" and feel like the answer slot is unfilled. It is filled — the words "no solution" are the answer. Treat them with the same respect as a number.

Why students fabricate

You have been trained, since Class 4, that every problem ends in a number. Find the value of x. How many notebooks were sold? What is the area? For ten years, the answer has been a number. Your hand is now wired to write a number. So when the algebra refuses to hand you one, your hand betrays the algebra and writes a number anyway.

There are three forces pulling you towards fabrication:

  1. Exam pressure. A blank line on an answer sheet feels like failure. You want to write something. The shame of "no solution" — even when it is correct — feels worse than a wrong number.
  2. The numerical-answer reflex. Every solved equation in your textbook examples ended in x = 5 or x = -3/7. You have never been shown a worked example where the final line says "no solution" and the marker writes "Correct." So you assume that "no solution" is a wrong answer.
  3. Self-doubt. "I must have made an error. Real equations have answers." This is the most dangerous force. It makes you redo correct work and second-guess correct conclusions.

The cure for all three is the same: trust the algebra. The algebra does not lie. If you applied valid moves — adding the same quantity to both sides, multiplying both sides by the same nonzero number, distributing, combining like terms — and you arrived at a contradiction, then the original equation was a contradiction in disguise. Writing "no solution" is not giving up. It is reporting the verdict.

A useful mental reframe: think of yourself as a courtroom stenographer. Your job is to record what the algebra says, not to pretty it up. If the algebra says "no solution," your job is to type those words. The cricket umpire who calls a no-ball is not "failing to find a wicket" — they are giving the correct call. Same here.

The CBSE marking reality

This part is concrete. CBSE (and every Indian board) gives full marks for "no solution" when:

You get zero marks when:

Read that again. The student who writes "x = 0" out of panic loses every mark, including the marks for the correct algebra leading up to the contradiction, because the final line contradicts the work above it. The student who writes "No solution" gets full marks for the same algebra. The difference between full marks and zero is one sentence on the last line.

This is the most expensive psychological mistake in school algebra. One word — "none" — is worth four marks.

A checklist for the moment of truth

When you finish solving and you see the variable has cancelled, follow this script:

  1. Stop. Do not panic, do not erase, do not start over.
  2. Look at what's left. Two numbers and an equals sign.
  3. Are they equal?
    • If yes (0 = 0, 5 = 5): write "Identity. Infinitely many solutions."
    • If no (0 = 7, 6 = 8, -3 = 5): write "No solution. The equation reduces to a contradiction."
  4. Verify your algebra once. Re-read your steps. If they are valid, the verdict stands.
  5. Move on. Do not redo the problem hoping for a number. The verdict is the answer.

That is the full habit. Five steps, executed in under thirty seconds. Practise it on the worked examples above until your hand stops reaching for a fabricated number.

References

  1. NCERT, Mathematics Class 8, Chapter 2: Linear Equations in One Variable — the official syllabus treatment, which explicitly covers no-solution and identity cases.
  2. CBSE, Class 10 Mathematics Sample Paper Marking Scheme — shows that "no solution" with reasoning earns full marks.
  3. Khan Academy, Number of solutions to equations — short videos with the three outcomes.
  4. Paul's Online Math Notes, Solving Linear Equations — clean worked examples including the contradiction case.