Mathematics

Algebra Mistakes: 10 Common Errors & How to Fix Them

March 30, 2026 ⏱ 7 min read Apex STEM Tutors

Algebra is a language of patterns and relationships, but it's also a minefield of potential errors. The most frustrating part? These mistakes often seem "obvious" in hindsight. But they cost marks on exams and create confusion that compounds throughout a student's mathematical journey. Here are the ten most common algebra errors we see — and exactly how to avoid them.

Lesson outline

Study notes at a glance

What you'll learn

  • How sign errors happen during expansion
  • Why canceling terms must follow factoring
  • How to prevent extraneous solutions

Key takeaway

Small mistakes usually come from skipping a check step. Careful structure removes most of them.

Study tip

Check one answer by substitution before moving on so you catch errors early.

70%
of algebra exam errors are from these 10 mistakes
85%
of students make at least 3 of these errors regularly
95%
of these mistakes are preventable with careful checking
1

Distributing Signs Incorrectly

The classic expansion error

When expanding brackets, students often forget that the negative sign applies to every term inside the brackets. This leads to errors like - (x + 3) = -x - 3 (correct) vs - (x + 3) = -x + 3 (wrong).

Common Error
-(2x + 5) = -2x + 5
-(2x + 5) = -2x - 5
  • Always distribute the sign to EVERY term inside the brackets
  • Think of it as multiplying by -1: -1 × (2x + 5) = -1×2x + (-1)×5 = -2x - 5
  • Double-check by substituting a number: let x=1, -(2+5) = -7, so -2-5 = -7 ✓
2

Canceling Terms Prematurely

Seeing what you want to see

Students often "cancel" terms that look similar but aren't actually factors. For example, in (x² - 4)/(x - 2), you cannot cancel the x² - 4 to get x + 2. This is only valid if x² - 4 = (x - 2)(x + 2), which it does — but you must factor first.

Common Error
(x² - 4)/(x - 2) = x + 2
(x² - 4)/(x - 2) = [(x-2)(x+2)]/(x-2) = x + 2 (for x ≠ 2)
  • Only cancel common factors, never add or subtract terms
  • Factor the numerator completely before attempting to cancel
  • Always check the domain — canceling creates restrictions (x ≠ 2 in this case)
3

Misapplying the Distributive Law

Expanding vs factoring confusion

The distributive law works both ways: a(b + c) = ab + ac (expanding) and ab + ac = a(b + c) (factoring). Students often try to "distribute" when they should factor, or vice versa. Remember: you can only factor out a common factor.

Common Error
2x + 4 = 2(x + 2) ✓ but 2x + 3 ≠ 2(x + 1.5)
2x + 3 cannot be factored further
  • To factor: find the greatest common factor of all terms
  • To expand: multiply each term inside by the term outside
  • Check by expanding your factored answer — it should match the original
4

Squaring Both Sides Incorrectly

Creating extraneous solutions

When solving √x = 3, squaring both sides gives x = 9, which is correct. But when solving x = 3, squaring both sides gives x² = 9, so x = ±3. The issue arises when you forget that squaring can introduce extraneous solutions that don't satisfy the original equation.

Common Error
√(x - 1) = x - 1 → square both sides: x - 1 = (x - 1)² → x - 1 = x² - 2x + 1 → 0 = x² - 3x → x(x - 3) = 0 → x = 0 or x = 3
Check solutions: x=0: √(-1) = -1? No. x=3: √2 = 2? No. Both extraneous! Original equation has no real solutions.
  • Always check solutions by substituting back into the original equation
  • Squaring both sides can introduce extraneous solutions — discard any that don't work
  • Be especially careful with √(expression) = expression — this often has no solutions
5

Dividing by Zero

The undefined disaster

Division by zero is undefined in mathematics. When solving equations, you must exclude values that make the denominator zero. This is particularly common when solving rational equations or finding domains of functions.

Common Error
Solve: (x-2)/(x-2) = 1 → multiply both sides by (x-2): 1 = x-2 → x = 3
Domain restriction: x ≠ 2. When x=2, denominator = 0, so equation is undefined. x=3 is valid, but you must state the restriction.
  • Always identify values that make denominators zero before solving
  • Exclude these values from your solution set
  • When multiplying both sides by a variable expression, check if it could be zero

Mixing Up Negative Signs in Quadratics

The quadratic formula trap

When using the quadratic formula x = [-b ± √(b² - 4ac)] / 2a, students often forget that the entire numerator is divided by 2a, not just the square root part. This leads to errors in sign handling.

Common Error
2x² - 4x - 6 = 0 → x = [4 ± √(16 + 48)] / 4 = [4 ± √64]/4 = [4 ± 8]/4
x = [-(-4) ± √((-4)² - 4×2×(-6))] / (2×2) = [4 ± √(16 + 48)] / 4 = [4 ± √64]/4 = [4 ± 8]/4
  • Write the formula as x = [-b ± √(b² - 4ac)] / (2a) — note the parentheses around -b ± ...
  • Substitute values carefully: a=2, b=-4, c=-6
  • Double-check by substituting solutions back into original equation
7

Ignoring the Equals Sign

Treating equations like expressions

Students sometimes perform operations on one side without doing the same to the other. This breaks the equality. Remember: whatever you do to one side, you must do to the other side.

Common Error
2x + 3 = 7 → 2x = 7 - 3 → 2x = 4 ✓ but then 2x + 3 = 7 → 2x = 7 - 3 → x = 2
2x + 3 = 7 → subtract 3 from both sides: 2x = 4 → divide both sides by 2: x = 2
  • Always perform the same operation on both sides of the equation
  • When adding/subtracting, do it to both sides; when multiplying/dividing, do it to both sides
  • Check your work by substituting the solution back into the original equation
8

Confusing Absolute Value

The distance misconception

|x| represents the distance from zero, so |x| = 3 means x = 3 or x = -3. But |expression| = value has two solutions, and students often forget the negative case.

Common Error
|2x - 1| = 5 → 2x - 1 = 5 → x = 3
|2x - 1| = 5 → 2x - 1 = 5 or 2x - 1 = -5 → x = 3 or x = 2
  • |expression| = positive number means expression = number or expression = -number
  • Always solve both cases when removing absolute value
  • Check both solutions in the original equation to eliminate extraneous ones
9

FOIL Method Errors

Forgetting the middle terms

When multiplying binomials (x + a)(x + b) = x² + (a+b)x + ab, students often forget to add the middle terms correctly. FOIL (First, Outer, Inner, Last) helps, but you still need to combine like terms.

Common Error
(x + 2)(x + 3) = x² + 5x + 6 ✓ but (x + 2)(x - 3) = x² - x - 6
(x + 2)(x - 3) = x×x + x×(-3) + 2×x + 2×(-3) = x² - 3x + 2x - 6 = x² - x - 6
  • Use FOIL but remember to combine like terms at the end
  • Practice the general form: (x + a)(x + b) = x² + (a+b)x + ab
  • Check by expanding: (x + a)(x + b) should give you back the original when factored
10

Losing Track of Negative Numbers

The sign flip confusion

When multiplying or dividing negative numbers, students often get confused about how many negatives make a positive. Remember: negative × negative = positive, but negative ÷ negative = positive too.

Common Error
(-2) × (-3) = 6 ✓ but (-2) ÷ (-3) = 2/3
(-2) ÷ (-3) = 2/3 is correct, but (-2) ÷ 3 = -2/3
  • Multiplication: even number of negatives = positive, odd = negative
  • Division: same rules as multiplication (since division is multiplication by reciprocal)
  • Use number lines or think in terms of debt: owing money to someone who owes you
Elite Insight

The most common thread across all these mistakes? Rushing through the algebra without checking. Every error above can be caught by substituting your answer back into the original equation. Make this your final step for every problem — it takes 30 seconds but saves countless marks.

Prevention Strategies

Don't just avoid these mistakes — build habits that prevent them.

Always Check Solutions

Substitute every answer back into the original equation. This catches 80% of algebra errors.

Write Every Step

Don't do math in your head. Write out each operation clearly to avoid sign errors.

⏸️

Pause Before Solving

Read the problem twice. Identify the type of equation and potential pitfalls before starting.

Work Backwards

Start with your answer and work backwards to the original equation to verify.

Use Number Examples

Pick specific numbers and verify your algebraic manipulations work for those values.

Focus on One Thing

When practicing, focus on one type of error at a time until you master it.

Algebra is a Skill, Not a Gift

These mistakes aren't signs of stupidity — they're signs that algebra requires precision and attention to detail. The best mathematicians in history made these exact same errors when they were learning. The difference is that they learned to check their work systematically.

At Apex STEM Tutors, we don't just teach students the rules of algebra. We teach them to think like algebraists — to spot potential errors before they happen, to check their work relentlessly, and to develop the habits that turn good students into great ones.

Stop Losing Marks to Algebra Mistakes

Get personalised Mathematics tutoring that identifies your specific error patterns and builds foolproof techniques.

Book a Free Math Session →
Mathematics Algebra Common Mistakes IGCSE A-Level
Published: March 30, 2026 · Apex STEM Tutors