In short
Every line of algebra is a chance to slip — a sign flipped, a coefficient mis-divided, a fraction forgotten. The cheapest insurance you can buy is plug-back verification: take the answer you computed, substitute it into the original equation, compute the left-hand side, compute the right-hand side, and check they come out to the same number. Five seconds, and you have either confirmed your work or caught an error early enough to fix.
You solve 2x + 3 = 11 and write down x = 4. How do you know you are right? Re-solving the equation will not help — if you make the same kind of slip twice, you will arrive at the same wrong answer twice and gain confidence in something false. The trick is not to redo the path; it is to test the destination.
An equation is a sentence that claims two things are equal. The solution is the value of x that makes the sentence true. So if you really have the right x, then plugging it into the original equation should produce a true numerical statement — the left-hand side and the right-hand side should compute to the same number. If they do not, you do not have the solution. There is no ambiguity, no "close enough" — equality is a binary thing.
This is verification. It is the algebraic version of checking your change at the autorickshaw stand: the driver said ₹70, you handed a ₹100 note, and you expect ₹30 back. You count it. If the count comes out wrong, the negotiation continues. The verification step takes a second; the alternative is paying without checking and discovering later that you were short.
The canonical example
Take 2x + 3 = 11.
Solving: subtract 3 from both sides to get 2x = 8, then divide by 2 to get x = 4. Standard.
Now verify. Substitute x = 4 into the original equation, not into any of the simplified forms.
LHS: 2(4) + 3 = 8 + 3 = 11.
RHS: 11.
LHS = RHS. The check passes — your x = 4 is correct.
Why this works: an equation is a true statement exactly when x is the right value. So if you substitute the right value, both sides must compute to the same number. If they do not, then either (a) the equation has no solution at the value you tried, or (b) you made a slip somewhere in the solving — the verification cannot tell you which, but it tells you with certainty that something is wrong.
The crucial word above is "original." If you accidentally verify against a simplified form like 2x = 8, you might be testing your own arithmetic against itself — and a slip that propagated from line one will silently propagate into the check too. Always go back to the equation as the problem stated it.
Watch it run
The widget below takes an equation, lets you type a candidate solution, and animates the substitution: it walks the value into the LHS, computes step by step, then computes the RHS, and shows a green ✓ if they match or a red ✗ if they do not. Try the suggested correct answer, then click the "test wrong answer" button to see what failure looks like.
When the candidate is the actual solution, the LHS calculation lands on the same number that is sitting on the RHS. When it is not — try x = 5 in the widget — the LHS lands on 13 while the RHS is 11, and the cross appears. That cross is your alarm bell: re-solve the equation, find the slip, try again.
Three worked verifications
Correct: $3x - 5 = 13$, claimed $x = 6$
Substitute x = 6 into the LHS of the original equation:
RHS = 13. LHS = RHS, so x = 6 is verified. Move on with confidence.
Wrong: $3x - 5 = 13$, claimed $x = 5$
A student rushes and writes x = 5. Verify before submitting:
RHS = 13. 10 \neq 13, so x = 5 is not the solution. The verification fails, which is exactly what verification is for — it caught the slip before it cost a mark. Re-solve: 3x = 18, so x = 6. Now verify that: 3(6) - 5 = 13 ✓.
The "wrong" example is the more important of the two. A check that always passes is just decoration. A check that occasionally fails — and forces you to fix something — is doing real work.
Trickier: $\dfrac{x + 7}{3} = 4$, claimed $x = 5$
Substitute x = 5:
RHS = 4. LHS = RHS, so x = 5 verifies. The fraction did not break anything — verification works the same way for any equation, no matter how messy. You substitute, compute exactly the operations the equation specifies, and compare.
Notice in the third example you compute the LHS exactly the way the original equation tells you to: add 7 first, then divide by 3. Verification is not a place to take shortcuts — the whole point is that you are testing the equation as written, slowly, against the candidate. Any rearrangement you do in your head while verifying could conceal the very slip you are trying to catch.
Why this is such a powerful safety net
Three reasons verification is the cheapest and most honest check you can do.
It is independent. When you re-solve a problem to check, you tend to repeat the same algebraic moves and risk the same slip. When you substitute and compute, you are doing a different kind of arithmetic — pure number-crunching, no balancing of equations — so a slip in solving will rarely also be a slip in the check.
It is decisive. Either both sides compute to the same number or they do not. There is no grey zone. Compare this with "checking your steps," where it is easy to read past your own mistake because your eye knows what it expects to see.
It is fast. Substituting a single value into a linear expression and computing takes a few seconds. The cost of not verifying — submitting a wrong answer — is the loss of every mark the question carries.
Why it works at the deepest level: equality is the ground truth that algebra is built on. Every solving step preserves equality (do the same to both sides → both sides remain equal). So if you really did preserve equality at every step, then plugging the final x back must produce equal sides. If it does not, equality was broken somewhere along the way — meaning a step was wrong. The verification is checking the conclusion against the very property the whole method rests on.
A small CBSE note
If you have done NCERT mathematics in Class 7 or Class 8, you will already have seen this. The standard chapter on simple equations in those classes lists "verification" as an explicit, graded part of the solution — not optional decoration. Many teachers deduct half a mark or more if you write down the answer without showing the plug-back. The good news: the deduction is also the warning. Schools insist on verification because it is genuinely the difference between a problem you solved and a problem you guessed correctly. Carry the habit forward — through Class 9, 10, 11, into JEE preparation. The equations get longer but the trick does not change.
What to write on the page
After you compute your answer, write a short verification block beneath it. The three lines that matter:
- The original equation (or a pointer to it).
- The LHS, with x replaced by your value, computed down to a number.
- The RHS, computed down to a number.
If they match, write a tick or "verified" and stop. If they do not, do not scratch out and guess — go back and find the actual error in your solving, then re-verify. A failed verification is information; pretending it did not happen wastes the information.
The takeaway
Solving an equation produces a candidate. Verifying an equation tests that candidate against the original statement — substitute the value, compute LHS, compute RHS, compare. Match means you are done; mismatch means there is a slip to find. Five seconds of verification beats five minutes of debating whether your answer "feels right." Make it the last line of every equation you solve, and it will catch almost every algebra error you would otherwise have shipped to the marker.
References
- NCERT Class 7 Mathematics, Chapter 4: Simple Equations — verification is taught alongside solving from the start.
- NCERT Class 8 Mathematics, Chapter 2: Linear Equations in One Variable — extends verification to equations with variables on both sides and fractions.
- Khan Academy: Checking solutions to one-step equations — short walkthrough video of the same idea.
- Linear equations in one variable — the parent article, with the full solving toolkit.