Class 10 CBSE/ICSE students and parents

5 Silly Mistakes Class 10 Students Make in Polynomials (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 Polynomials, Class 10 CBSE & ICSE' next to a math card showing factor theorem struck through in coral red and 'polynomial long division' written in its place above the divisor x² - 3x + 2. Four other Class 10 Polynomials mistake-fix pairs are written around the page in faded pencil and red ink.

You showed your Polynomials answer to your tuition sir, expected a tick, and got a long red squiggle through the third line. The working looked clean. The setup was right. One sign, one shortcut, one missing rearrangement, and the whole question collapsed.

Polynomials (Chapter 2 in your NCERT Class 10 maths textbook (retrieved 2026-05-05)) is the chapter where neat handwriting hides the most damage. The formulas feel friendly. Sum and product of zeros, factor theorem, remainder theorem, the symmetric expressions, all of them look like one-liners. That is exactly the problem. The slips happen in the half-second between reading the question and writing the first symbol.

These five traps are the ones every Class 10 student walks into at least once. 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 your brain reaches for factor theorem when the divisor is x² - 3x + 2, and what to do instead
  • The minus sign that vanishes from α + β = -b/a, and how to make it stick
  • Why a = 6, b = -3, c = -7 is wrong for 6x² - 3 - 7x even though it looks right
  • The sign-flip on (x + a) is a factor that turns a 3-mark question into a 0-mark question
  • The -2αβ most students drop when computing α² + β²

Quick reference, the five traps at a glance

# The trap Wrong move One-line fix
1 Quadratic divisor Factor theorem on x² - 3x + 2 Quadratic divisor needs long division
2 Sum formula sign α + β = b/a α + β = -b/a, always
3 Coefficients out of order Read 6x² - 3 - 7x left-to-right Rearrange to standard form first
4 (x + a) factor sign "(x + a) factor means a is a zero" Solve x + a = 0, so -a is the zero
5 Sum of squares shortcut α² + β² = (α + β)² Subtract 2αβ, every time

Mistake 1: Why does factor theorem fail for a quadratic divisor?

Because factor theorem and remainder theorem are built only for linear divisors of the form (x − a). When the divisor is quadratic, like x² − 3x + 2, plugging in a single root cannot capture the full remainder, since the remainder of a division by a quadratic can be a linear expression of the form Ax + B.

This is the chapter's signature trap. The brain pattern-matches "find the remainder" to the first tool it ever learned, factor theorem, and reaches for it before reading what the divisor actually is. The student substitutes x = 1 (a root of x² - 3x + 2) into p(x) and writes the result as the remainder. The number is wrong. The method is wrong. The whole question is gone.

The deeper issue is that the remainder when dividing by a degree-2 polynomial has degree at most 1. So the remainder is not a single number, it is something like Ax + B with two unknowns. One substitution gives you one equation. You cannot solve for two unknowns from one equation, which is why the shortcut breaks.

The fix: check the degree of the divisor first

Before you write anything, look at the divisor. If it is linear, like (x − 2) or (x + 3), use the remainder or factor theorem. If it is quadratic or higher, switch to polynomial long division. Write "Divisor degree = 2, so use long division" as the first line of your solution. That single habit kills the trap.

There is a second-best route if you are short on time. Substitute both roots of the quadratic divisor and you get two equations in A and B. Solve the pair. It works, but it is slower than long division and easier to slip on. For a board paper, long division is the safer answer.

When can you use the theorem then

Use the remainder theorem only when the divisor looks like (x - a) or (x + a). Use the factor theorem only when the question is "is this a factor" or "find the value of k that makes this a factor". Anything else, including a quadratic divisor, falls back to long division.

Mistake 2: Why does α + β keep coming out positive when it should be negative?

Because students remember the structure of the formula, "ratio of coefficients", and forget the asymmetry. The sum is α + β = −b/a, with a minus sign. The product is αβ = c/a, no minus sign. Drop the minus on the sum and your verification fails on every problem with a non-zero b.

The trap is sticky because the minus sign is invisible in the polynomial itself. You look at ax² + bx + c, and the b sits there with no negation in sight. The minus sign is a fingerprint of the derivation, not of the formula's appearance, so the eye has nothing to anchor it to.

Where does the minus actually come from? From the factored form ax² + bx + c = a(x − α)(x − β). When you expand that, the cross-terms produce -αx - β·x = -(α + β)x. The minus leaks out of the factor signs. If you have ever derived this expansion yourself with pen and paper, the minus stops feeling arbitrary.

The fix: write -b/a before you substitute, every time

Before plugging numbers, write the formula on the page in this order: α + β = −b/a and αβ = c/a. Two lines, full formula. Then substitute. Skipping the formula line is where students reconstruct from memory and lose the minus.

For 6x² - 7x - 3 the cleanest version looks like this:

Notice the two-step handling of -(-7). Compute -b first, get +7, then divide. One-step mental shortcuts on double negatives are the second-most-common slip in this chapter.

Mistake 3: Why is reading 6x² - 3 - 7x left-to-right always wrong?

Because a, b, c are not positional slots tied to the order the polynomial is written in. They are tied to specific powers of x. From 6x² − 3 − 7x students often write a = 6, b = −3, c = −7, which corrupts every formula that follows. The correct first move is to rearrange into standard form: 6x² − 7x − 3.

This trap shows up the second a question gives you a polynomial with terms out of order, or with a missing term. The student reads coefficients in the order they appear on the page and labels them a, b, c by position. The constant ends up in the b slot. The middle coefficient ends up in the c slot. Every subsequent formula uses the wrong values, and the verification breaks for reasons that look mysterious.

The fix: write "Standard form:" as a heading on every problem

Make the rearrangement an explicit, written first line. Not a mental step. For 6x² - 3 - 7x, write:

Five seconds of writing saves five minutes of debugging later when the verification mysteriously fails.

The same rule covers the missing-term case. For x² - 4, do not skip straight to a = 1, c = -4 with b unwritten. Write x² + 0x - 4 first. Now a = 1, b = 0, c = -4 fall out cleanly. Treat every "missing" term as a coefficient that happens to be 0, never as a term that is not there.

Watch out for the negative-sign-as-operator confusion

In 6x² - 7x - 3, the signs belong to the coefficients, not to the operations between terms. So b = -7 and c = -3, not b = 7 and c = 3. RD Sharma and RS Aggarwal both drill this in their initial exercises. If you have been writing positive coefficients and your sum formula keeps disagreeing with your product formula, this is almost certainly why.

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 "(x + a) is a factor" not mean "a is a zero"?

Because a zero is the value of x that makes the factor equal to zero. For (x + a), you solve x + a = 0, which gives x = −a. So "(x + a) is a factor" translates to "−a is a zero", not "a is a zero". Drop the negation here and your substitution into p(x) goes into the wrong number.

This is the most expensive sign error in the chapter. The student reads "+a" inside the parentheses and pattern-matches to the value "a". They substitute p(a) = 0 instead of p(−a) = 0, build their equation in k from the wrong substitution, and arrive at a clean-looking, fully wrong answer. Examiners spot this immediately because the working is otherwise perfect.

The same trap reappears on the remainder theorem side. When the divisor is (x - 2), the value to substitute is x = +2, the solution of x - 2 = 0. When the divisor is (x + 3), the value to substitute is x = -3, the solution of x + 3 = 0. The sign always flips relative to the constant inside the bracket. Always.

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

Make the translation a separate written line. For "(x + a) is a factor of p(x)":

Two lines. The first line forces the sign-flip into your visible working. Once -a is on the page, the substitution into p(-a) is mechanical, and the trap cannot fire.

The same two-line habit covers the remainder theorem. For "remainder when p(x) is divided by (x - 2)":

The line "set the divisor equal to zero" is your insurance against every sign slip in this part of the chapter.

A second trap hides here

When the problem gives both a factor condition and a sum or product relationship, students sometimes use only one of them and try to solve for two unknowns from one equation. Each unknown needs its own equation. Two unknowns means two pieces of information, both used. Write them as "Equation 1" and "Equation 2" before computing.

Mistake 5: Why is α² + β² not equal to (α + β)²?

Because (α + β)² expands to α² + 2αβ + β², which has an extra 2αβ term. So α² + β² = (α + β)² − 2αβ. Students who skip the −2P correction lose the entire question on a single missing term, even when their sum and product values are correct.

Symmetric expressions, α² + β², α/β + β/α, 1/α + 1/β, are designed to be solved using S = α + β and P = αβ directly. You should not be trying to find α and β as individual numbers, especially when the polynomial has irrational zeros. The whole point is the rewrite.

The slip happens because students remember the Class 8 identity (a + b)² = a² + 2ab + b² partially. They write down α² + β² = (α + β)² from memory and lose the 2ab piece. Or they remember the full identity but skip the rearrangement step that isolates α² + β² on one side.

The fix: derive the rearrangement on the page, every time

Two visible lines, in this order:

Now the formula is something you placed on the page yourself, not something you pulled from memory. The -2P stops feeling like a tax and starts feeling like a consequence.

The same derive-on-page habit fixes the other symmetric-expression slips:

If you ever catch yourself writing 1/α + 1/β = 1/(α + β), test it on numbers. 1/2 + 1/3 = 5/6, not 1/5. The wrong identity dies the moment you check it once.

Key takeaways

  1. Factor theorem only works for linear divisors. For quadratic divisors like x² − 3x + 2, switch to polynomial long division. Check the divisor's degree before you pick a method.

  2. α + β = −b/a (minus sign), αβ = c/a (no minus). The minus comes from expanding a(x − α)(x − β). Write the formula on the page before you substitute, every time.

  3. Rearrange into standard form before reading a, b, c. From 6x² − 3 − 7x, the correct values are a = 6, b = −7, c = −3. Never read coefficients left-to-right without rearranging first.

  4. (x + a) is a factor → x = −a is the zero. Solve x + a = 0 on the page; the sign flips. Same logic on the remainder theorem: divisor (x − 2) means substitute x = +2, not −2.

  5. α² + β² = (α + β)² − 2αβ. The −2αβ correction is essential. Drop it and the whole question collapses, even when your sum and product values are correct.

What do students often ask about Polynomials?

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

Yes, more so if you already understand the concepts. Students who do not understand fail openly. Students who understand fail silently, on signs and shortcuts, and they keep losing the same 3 marks paper after paper.

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

The quadratic-divisor trap. It usually appears as a 3-mark or 4-mark question, and using the factor theorem when long division is needed scores zero. Numbered drill: pick three problems from RD Sharma where the divisor is x² + something. Make yourself write "Divisor degree = 2, use long division" as the first line of each one. By the third problem the reflex is rewired.

How is the (x + a) factor sign different from the (x - a) factor sign?

For (x - a) is a factor, the zero is +a, since x - a = 0 gives x = a. For (x + a) is a factor, the zero is -a, since x + a = 0 gives x = -a. The sign always flips relative to the constant inside the bracket. Solve the factor equal to zero on a separate line, every time.

Is there a quick check I can do on every "find k" problem?

Substitute your value of k back into the original polynomial and verify the given condition. If the problem said "(x + 4) is a factor", check that p(-4) = 0 with your k plugged in. Ten seconds of substitution catches sign errors and arithmetic slips before the examiner does.

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 "set divisor = 0" line and the "standard form" line 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 procedure and meaning. The student knows the formula but skips the one line that ties the formula to the actual problem in front of them. Write the divisor degree. Write the standard form. Write the factor-equals-zero step. Write the identity rearrangement. The students who top this chapter aren't quicker than the rest — they slow down at exactly these four lines and let the page do the remembering for them.

Write those four boundary lines in red ink on the inside cover of your Polynomials notebook: divisor degree, standard form, factor = 0, identity = 0. Two seconds to glance, three marks saved.

Sitting on a polynomial problem and not sure whether the slip is a sign-flip or a divisor-degree mismatch? Try SuperPadhai's free diagnostic — our AI tutor names the specific trap inside your own working, line by line, the moment you make it.

Related reading