Class 10 CBSE/ICSE students and parents

5 Silly Mistakes Class 10 Students Make in Quadratic Equations (and How to Fix Each One)

Shubham Sahu Co-founder, SuperPadhai · B.Tech, DTU (formerly DCE)
· 9 min read
Hand-drawn notebook page with the headline '5 Silly Mistakes in Quadratic Equations, Class 10 CBSE & ICSE' next to a math card showing the quadratic formula with b = −5 substituted as (−5)² = 25 in coral red, and the wrong working −25 struck through above it. Four other Class 10 Quadratic Equations mistake-fix pairs are written around the page in faded pencil and red ink.

You wrote the equation. You picked the formula. You substituted carefully, took the square root, got two clean answers, and circled them. Your tuition sir scanned the page, drew a red ring around the third line, and the rest of the working unspooled into a 1/4. The setup was right. One squared sign on a negative b, one missing halving on the middle coefficient, one root accepted that should have been thrown away, and the answer was already wrong before you reached the formula.

Quadratic Equations (Chapter 4 in your NCERT Class 10 maths textbook (retrieved 2026-05-05)) is the chapter with the most solving methods crammed into one syllabus unit. Factorization, completing the square, the quadratic formula, the discriminant and nature of roots, and a 71-question word-problem exercise. Each method has its own trap. Each trap looks tiny on the page and costs three marks at the bottom.

These five traps are the ones every Class 10 student walks into at least once, usually twice. Worked numbers below, the reason each one happens, and a one-line fix you can scribble on the rough-work side of your answer sheet.

What You'll Learn

  • Why (−5)² = 25 keeps coming out as −25 in the discriminant, and how examiners spot the slip
  • The minus sign that vanishes from the quadratic formula numerator when b is negative
  • The halving step on the middle coefficient most students forget when completing the square
  • Why factoring x² + 5x + 6 as (x+2)(x+3) does not give roots +2, +3
  • The root you must reject in word problems even when the algebra accepts it cleanly

Quick reference, the five traps at a glance

# The trap Wrong move One-line fix
1 Squaring a negative b b = −5 ⇒ b² = −25 b² = (−5)² = 25, brackets always
2 Sign of b in the formula x = (b ± √D)/2a x = (−b ± √D)/2a, write −b as a step
3 Factor-pair sign flip (x+2)(x+3) ⇒ x = +2, +3 Solve x + 2 = 0, so x = −2, −3
4 Completing the square Add 6² = 36 for x² + 6x Add (6/2)² = 9, halve before squaring
5 Accepting both roots blindly x = 12 or x = −4, write both Reject x = −4 if it's a length / age / time

Mistake 1: Why does b² come out negative when b is negative?

Because is b multiplied by itself, and (−5) × (−5) = +25, not −25. For 2x² − 5x + 3 = 0, students plug into the discriminant and write D = −25 − 24 = −49 when the correct value is D = (−5)² − 24 = 25 − 24 = 1. The minus sign on b lives inside the bracket. Square it once and it disappears.

This is the chapter's signature trap, and examiners are trained to look for it. The student writes b = −5 correctly, and then in the very next line treats the −5 like a subtraction operating on b² instead of the value being squared. The minus survives where it should have died, the discriminant flips sign, and a perfectly real-and-distinct pair of roots gets misclassified as "no real roots."

The mechanism is the same one that catches students out in Polynomials with α + β = −b/a. The minus sign is a fingerprint of the substitution, not a separate operator. When you write (−5)², the brackets are not decoration. They tell your hand to keep the negative inside the squaring.

The fix: write the bracketed substitution as a separate line

Make the bracket non-negotiable. For 2x² − 5x + 3 = 0, write:

Three written lines do the work. The brackets on (−5)² force the negative to live inside the squaring on the page, in your own ink. Once the bracket is visible, (−5)² = 25 is mechanical, and the trap cannot fire.

The same habit covers c when c is negative. For x² − 6 = 0, write a = 1, b = 0, c = −6 as a labelled row, not as c = 6 extracted from "minus 6 on the left." c carries its sign into the discriminant; −4ac = −4(1)(−6) = +24, not −24.

Watch out when D = 0 gets called "no real roots"

A separate sign confusion: students see D = 0 and read it as "nothing under the root, so no real roots." Wrong. √0 = 0 is a perfectly legal value, it just collapses the ± in the formula and gives a single repeated root x = −b/2a. Real and equal roots. The "no real roots" label belongs only to D < 0.

Mistake 2: Why does the quadratic formula come out with the wrong sign on the leading term?

Because the formula starts with −b, not b. For 3x² − 7x + 2 = 0, the numerator is −(−7) ± √D = +7 ± √D, not −7 ± √D. Students read b = −7 correctly, then plug straight into the numerator as if −b meant "negate whatever b looks like" instead of "multiply b by −1, sign and all."

This is the most expensive sign error in the chapter. The student writes b = −7 in the four-line setup, then in the very next line substitutes into x = (−b ± √(b² − 4ac))/2a and writes x = (−7 ± √D)/6. Both negatives are real, both should have cancelled, and the cancellation never happens because the substitution was rushed. Examiners spot this immediately because the working is otherwise perfect.

The trap is a cousin of the b² trap. Both involve a mental shortcut on a double negative. Compress the step into your head and the second negative gets absorbed into the first and quietly disappears. Write it out, and −(−7) = +7 is mechanical.

The fix: compute −b on its own line, before the formula

Make −b a separate written step. For 3x² − 7x + 2 = 0:

Now −b = +7 sits on the page in your own handwriting, and the substitution into the numerator is mechanical. x = (7 + 5)/6 = 2 or x = (7 − 5)/6 = 1/3. Two roots, both clean.

Compress this to one mental step only after the habit is built, never before. RD Sharma's first 10 Exercise 4C problems are designed to drill this exact substitution. Run them with the four-line setup, every time.

Don't apply the formula before checking the equation is quadratic

A second trap lives next door. Students see an x² somewhere on the page and reach for the quadratic formula before simplifying. For x(x + 3) + 6 = (x + 2)(x − 2), the visible x² fools the eye. Expand both sides: x² + 3x + 6 = x² − 4. The x² cancels, leaving 3x + 10 = 0, a linear equation with one root x = −10/3. Apply the quadratic formula and you'll get nonsense. The rule is: simplify to standard form first, then check the highest power, then pick the method.

Mistake 3: Why does (x + 2)(x + 3) = 0 not give roots x = +2 and x = +3?

Because a root is the value of x that makes a factor equal to zero. For (x + 2) = 0, you solve to get x = −2, not x = +2. So x² + 5x + 6 = (x + 2)(x + 3) = 0 gives roots x = −2 and x = −3, with the sign flipped relative to the constant inside each bracket. Drop the flip and your "solving" line writes the additive inverses of the actual answers.

This is the same trap as the (x + a) factor trap in the Polynomials article, but it bites harder here because factorization is the most-used solving method in the chapter. RS Aggarwal's Exercise 4A has 73 questions on it. The student factorises x² + 5x + 6 correctly, then in the very last line reads off x = +2, +3 from the brackets without solving each one. The factoring was perfect. The interpretation flipped the answer.

The fix: solve every factor equal to zero, on the page

Make the translation a separate written step. For (x + 2)(x + 3) = 0:

Two visible lines. The "set the factor equal to zero" step forces the sign-flip onto the page, in your own ink. Once −2 and −3 are written, the wrong reading is locked out.

The same rule covers the mixed-sign case. For (2x − 1)(x + 4) = 0:

Each bracket gets its own line. The constant inside the bracket flips its sign when it crosses to the other side, and any coefficient on x divides into the constant.

Don't lose the x = 0 root by dividing through

A second trap in the same neighbourhood. For 5x² − 8x = 0, students sometimes divide both sides by x, get 5x − 8 = 0, and write x = 8/5 as the only root. The x = 0 root has been silently murdered. The correct move is to factor: x(5x − 8) = 0, giving x = 0 or x = 8/5. Two roots, both reported. Never divide an equation by a quantity that could be zero. Factor it out instead.

Tired of catching these slips only after the test? SuperPadhai's AI tutor flags them in real time as you work — try it free.

Mistake 4: Why does completing the square need (b/2)² and not b²?

Because the identity is (x + k)² = x² + 2kx + k², so the constant you add to x² + bx must be (b/2)², not b². The middle coefficient has a hidden factor of 2 in it, and you have to undo that factor before squaring. For x² + 6x + 5 = 0, students add 6² = 36 to complete the square, when the correct value is (6/2)² = 9.

This is the trap that breaks completing the square the moment a student tries it without writing the identity down first. The brain remembers "square the middle term" as a shortcut and skips the halving step, because halving feels like an extra calculation. It isn't an extra calculation. It's the calculation. The 6 in 6x is 2k in the identity, so k is 3, and what you add to complete the square is k² = 9.

The fix: derive the constant from the identity, every time

Two visible lines, in this order. For x² + 6x + 5 = 0:

The "half of 6 is 3" line is the line that students skip. Write it. The next-line consequence "square is 9" then drops out cleanly, and you have the right thing to add on both sides. Add it on both sides, never just the left. An equation stays balanced only when the same number lands on both sides.

Watch out when the leading coefficient is not 1

For 3x² − 5x + 2 = 0, the standard NCERT and RS Aggarwal trick is to multiply through by a (or 4a) before completing the square, to keep the arithmetic in integers. Multiply by 3: 9x² − 15x + 6 = 0. Now the leading term is (3x)², and you complete the square on 3x as the variable. Half of −15/3 = −5/2 inside the bracketed form, square is 25/4, and the rest follows. Never try to complete the square on 3x² directly, that path is paved with fractions and sign errors.

Mistake 5: Why is keeping both roots the most expensive habit in word problems?

Because in a word problem, the roots of the quadratic are mathematically valid but only one usually fits the story. For "the length of a rectangle is 3 m more than its breadth and the area is 28 m²," you set up x(x + 3) = 28, factor to (x + 7)(x − 4) = 0, and get x = −7 or x = 4. The algebra accepts both. The breadth of a rectangle cannot be −7 m. Reject it. The breadth is 4 m.

This is the trap that breaks word problems at the very last line. The student does the translation, sets up the equation, factors cleanly, gets two roots, and writes both in the final answer. One mark vanishes for the missing rejection statement, sometimes two if the examiner reads it as "the student doesn't know which root is the answer." The chapter has 71 word-problem questions in RS Aggarwal Exercise 4E, and almost every single one produces two roots with one to be rejected.

The fix: list the constraints before solving, check both after

Before solving, write the constraint list on the rough-work side of your answer sheet. For the rectangle problem:

After solving and getting x = −7 or x = 4:

The constraint list makes the rejection mechanical. No "I think negative doesn't make sense here." Just compare each root against the written list.

Watch out for the second-quantity constraint

A subtler version of the trap. In a "two pipes fill a cistern" problem, you might let pipe B's time be x and pipe A's time be x − 10. Solve and get x = 12 or x = 6. Both x values are positive, so both pass the obvious x > 0 check. But x = 6 makes pipe A's time 6 − 10 = −4, a negative number of minutes, which is impossible. Reject x = 6 on the derived quantity, not on x itself. Validate every quantity the problem implicitly constrains, not just the variable you named.

The same logic covers age problems ("3 years ago" requires present age > 3), speed problems (speed must be positive in both legs of a journey), and digit problems (each digit must be an integer between 0 and 9, and the tens digit cannot be 0). Write the full list before you solve. Tick each constraint after.

Key takeaways

  1. Squaring a negative b: bracket it. b = −5 gives b² = (−5)² = 25, not −25. The minus belongs to the value, not to a phantom subtraction.

  2. The minus stays on −b. In x = (−b ± √D)/2a, for b = −7 the substitution gives −(−7) = +7. Never drop the leading minus when you write the formula.

  3. (x + 2)(x + 3) = 0 → x = −2 or −3, not +2 and +3. Set each factor equal to zero, then sign-flip from inside the bracket.

  4. Completing the square: halve b first, then square. For x² + 6x, add (6/2)² = 9, not 6² = 36. The halve-then-square order is non-negotiable.

  5. In word problems, reject roots that violate context. Length = 12 or −7 → keep 12, reject −7 explicitly on the page. Don't make the examiner guess that you knew.

What do students often ask about Quadratic Equations?

Are these mistakes really worth focusing on if I already understand the concepts?

Yes, even more so if you already understand the concepts. Students who don't understand fail openly. Students who understand fail silently, on a missing bracket around a negative b, on a halving step skipped under exam pressure, on a root that should have been rejected. The same 3 marks slip away paper after paper.

Which of these five mistakes is the most expensive on the board paper?

The discriminant sign error on a negative b. It poisons every later step in formula-based questions, in nature of roots classification, and in "find k" parametric problems. Numbered drill: pick five problems from RD Sharma where b is negative, and on each one, write b² = (−value)² with brackets as a separate line. By the fifth problem the bracket becomes automatic.

Which method should I pick: factorization, formula, or completing the square?

Default to factorization if the coefficients are small integers and the split is obvious. Use the quadratic formula when factorization is not clean, especially with surd or parametric coefficients. Use completing the square when the question explicitly asks for it (worth 3-4 method marks for the derivation), and skip it otherwise. Picking the wrong method costs time, never marks, but in a board exam time is marks.

Is there a quick check I can do on every quadratic answer?

Yes. Substitute each root back into the original equation, not the simplified one, and verify both sides match. Three lines of working in ten seconds catches sign errors, arithmetic slips, and the "factor-pair-flip" trap before the examiner does. For Vieta's check, α + β = −b/a and αβ = c/a also confirm both roots in one pair of arithmetic checks.

Do these traps apply to ICSE and state boards too?

The maths is the same across boards. CBSE, ICSE, and state boards all reward visible working, so the bracketed (−b)², the −b line in the formula setup, the set factor = 0 translation, the halving step in completing the square, and the rejection statement in word problems earn marks everywhere. The pre-board papers across boards repeat the same five traps because the traps are baked into the chapter, not into any one syllabus.

What's the pattern behind all five mistakes?

All five live at the boundary between the formula and the visible page. The student knows the rule but skips the one written line that makes the rule match the actual numbers. Bracket the negative b. Compute −b on its own line. Solve each factor equal to zero. Halve before squaring. List the constraints before solving. The students who consistently score full marks on this chapter don't compute any quicker — they just bracket, halve, and reject in writing where everyone else does it in their head.

Stick a small Post-it on the back of your calculator that reads: (−b)² has brackets · halve before squaring · reject the impossible root. Glance once before any quadratic question and three of the five traps stop firing.

Looking at a quadratic and wondering whether the cleaner path is factorization, the formula, or completing the square? Try SuperPadhai's free diagnostic — our AI tutor watches your working and points out the exact line where the wrong method became expensive.

Related reading