Mistakes · Algebra
6 Common Equation Mistakes and How to Catch Them
Every one of these is caught by substituting the answer back. That single habit is worth more than remembering the list.
1. Changing one side only
Subtracting 7 from the left and leaving the right alone does not simplify the equation. It replaces it with a different equation whose solution has nothing to do with the original.
This is the error the balance metaphor exists to prevent: whatever you do to one pan, do to the other, or the scales tip.
2. Expanding only part of a bracket
To expand brackets, the multiplier has to reach every term inside. 3(x − 4) is 3x − 12; writing 3x − 4 multiplies the first term and forgets the second, and the result is off by 8 from the very first line.
| Expression | Correct | The common wrong version |
|---|---|---|
| 3(x − 4) | 3x − 12 | 3x − 4 |
| −2(x + 5) | −2x − 10 | −2x + 10 |
| 4(2x − 3) | 8x − 12 | 8x − 3 |
The middle row adds a second trap: a negative multiplier is a sign error waiting to happen, because it changes the sign of every term inside the bracket, not only the first one.
3. Multiplying only the fractional terms
To clear x/2 + x/3 = 5, every term is multiplied by 6 — including the 5, which becomes 30. Multiplying only the two fractions gives 3x + 2x = 5, and an answer of 1 instead of 6.
The word every is doing the work. Clearing denominators is one operation applied to the whole equation, not a tidy-up applied to the untidy parts.
4. Dividing by a variable
Given x² = 5x, dividing both sides by x gives x = 5 and quietly destroys the other solution. Dividing by a variable is never safe unless you already know it is not zero.
- x² = 5xthe equation
- x² − 5x = 0move everything to one side
- x(x − 5) = 0factor instead of dividing
- x = 0 or x = 5both roots survive
Dividing by x assumes x is not zero, and that assumption is exactly what threw away x = 0. Factor rather than divide whenever the variable is the common factor.
5. Taking only the positive square root
x² = 49 has two solutions, 7 and −7. Writing only 7 is half an answer, and it is the half that examiners notice.
The same applies at the end of the quadratic formula: the ± is there to produce two values, and collapsing it to one loses a root.
6. Treating 'no solution' as a failure
When the variable cancels and leaves 1 = 5, that is the answer. The equation has no solution, and saying so is complete work.
The opposite case is equally real: if it leaves 0 = 0, every value of x is a solution and the equation is an identity. Both outcomes are results, not dead ends, and both earn full marks when written out with the line that produced them.
Two smaller ones worth naming
Neither is dramatic, and both are common enough to cost marks across a whole paper.
- Not collecting like terms before moving on. 3x + 2x + 4 = 19 should become 5x + 4 = 19 first, with the two x terms combined into a single coefficient. Working with them separately doubles the number of steps and the chances to slip.
- Applying the wrong inverse operation. To undo a subtraction you add; to undo a multiplication you divide. Reaching for the wrong one is usually a slip of attention rather than misunderstanding, which is exactly why the final check catches it.
There is also the quiet version of mistake 3: forgetting that the common denominator multiplies the whole equation. Every term, including the ones that were never fractions.
The habit that catches all six
Check your answer by substituting it into the original equation and evaluating both sides separately.
This works because it tests the answer rather than repeating the working. A one-sided operation, a half-expanded bracket, an unmultiplied constant or a lost root will each produce two sides that do not match — and it takes about ten seconds.
For quadratics, check both roots. For anything involving squaring, checking is not optional: rearranging can introduce extraneous solutions that satisfy the new equation but not the one you were asked about.
Questions about common equation mistakes
Why can't I divide both sides by x?
Because that assumes x is not zero, and x = 0 may be one of the solutions. Move everything to one side and factor instead.
What is an extraneous solution?
A value that satisfies the rearranged equation but not the original one. Squaring both sides can create them, which is why checking against the original matters.
How many solutions should a quadratic have?
Two, unless the discriminant is zero, in which case there is one repeated root, or negative, in which case there are none among the real numbers.
Is 'no solution' ever the right answer?
Yes. If the variable cancels and leaves a false statement, no value works and that is the complete answer.