15 Common Mistakes When Studying Algebra (And How to Fix Them) | LearnByTeaching.ai
Algebra is where math becomes abstract, and that shift from concrete arithmetic to symbolic manipulation is where most mistakes originate. Students often carry over arithmetic habits that don't work with variables, or they memorize procedures without understanding why they work.
Distributing negative signs incorrectly
When subtracting an expression in parentheses, students forget to distribute the negative sign to every term inside. This is the single most common algebraic error at every level.
Simplifying 5 - (3x - 2), a student writes 5 - 3x - 2 = 3 - 3x instead of correctly distributing: 5 - 3x + 2 = 7 - 3x.
How to fix it
Rewrite subtraction of a group as adding the negative: 5 + (-(3x - 2)) = 5 + (-3x + 2). Explicitly distributing the -1 to each term prevents sign errors. Always check by substituting a test value like x = 1 into both the original and simplified expressions.
Confusing exponent rules
Students mix up when to add exponents (multiplying like bases) versus when to multiply exponents (raising a power to a power). The rules look similar but apply in completely different situations.
A student simplifies (x^3)^2 as x^5 (adding the exponents) instead of x^6 (multiplying them), while correctly simplifying x^3 * x^2 as x^5.
How to fix it
Write out what each expression means in expanded form: x^3 * x^2 = (x*x*x)(x*x) = x^5 (add exponents), while (x^3)^2 = (x*x*x)(x*x*x) = x^6 (multiply exponents). When in doubt, expand the expression to see why the rule works.
Canceling terms instead of factors
Students try to cancel individual terms in a fraction rather than common factors. You can only cancel factors that are multiplied across the entire numerator and denominator.
A student simplifies (x + 3)/3 by canceling the 3s to get x + 1, or simplifies (x^2 + x)/x by canceling only one x to get x^2 + 1. The correct simplification of the second expression is x + 1.
How to fix it
Before canceling anything in a fraction, factor both the numerator and denominator completely. Only factors that multiply the entire numerator or denominator can be canceled. Test your simplification by plugging in a number: (4 + 3)/3 = 7/3, not 5.
Squaring a binomial incorrectly
Students write (a + b)^2 as a^2 + b^2, forgetting the cross term 2ab. This error persists because it feels like exponents should distribute over addition the same way they distribute over multiplication.
A student expands (x + 5)^2 as x^2 + 25 instead of x^2 + 10x + 25, losing the middle term that makes the expansion correct.
How to fix it
Always write (a + b)^2 as (a + b)(a + b) and use FOIL to expand. Verify by substituting a number: (3 + 5)^2 = 64, but 9 + 25 = 34, which proves the shortcut doesn't work. The correct pattern is a^2 + 2ab + b^2.
Solving equations by performing different operations on each side
Students forget that whatever operation they perform on one side of an equation must be performed on the other side. This often happens when clearing fractions or moving terms.
Solving 2x + 5 = 13, a student subtracts 5 from the left side but not the right, getting 2x = 13, then x = 6.5 instead of the correct x = 4.
How to fix it
Write each step explicitly, showing the operation applied to both sides. For example: 2x + 5 = 13 → 2x + 5 - 5 = 13 - 5 → 2x = 8 → x = 4. Always substitute your answer back into the original equation to check.
Treating variables as labels rather than quantities
Students see x as a letter to solve for rather than a number they don't know yet. This prevents them from reasoning about expressions or checking their work by substitution.
When asked whether 2(x + 3) = 2x + 6 is always true, a student says 'you can't tell without knowing x' because they don't understand that the equation is an identity that holds for all values of x.
How to fix it
Practice substituting specific values for variables to build intuition. If 2(1 + 3) = 2(1) + 6 and 2(5 + 3) = 2(5) + 6, the pattern holds. Think of a variable as a blank space that any number could fill, and test your algebraic claims with real numbers.
Not checking solutions by substitution
Students solve an equation and move on without verifying their answer. This means errors in intermediate steps go undetected, and extraneous solutions from squaring both sides are never caught.
A student solves sqrt(x) = x - 6, squares both sides, gets x = 9 and x = 4, and reports both without checking. Substituting x = 4 gives sqrt(4) = 4 - 6, or 2 = -2, which is false; x = 4 is extraneous.
How to fix it
Make substitution back into the original equation a non-negotiable final step for every problem. It takes 30 seconds and catches both careless errors and extraneous solutions. This habit alone can raise your exam score significantly.
Struggling to translate word problems into equations
Students can solve equations once they're set up but freeze when given a word problem. The translation from English to algebra is a distinct skill that most courses don't practice enough.
The problem says 'Maria has twice as many books as John, and together they have 36 books.' The student writes M = 2J but then can't determine the second equation, or writes M + J = 2(36).
How to fix it
Use a systematic approach: define variables explicitly (let J = John's books), translate each sentence into an equation separately, then solve the system. Practice by writing equations for 10 word problems without solving them. The setup is the hard part.
Forgetting to flip the inequality sign when multiplying or dividing by a negative
This rule feels arbitrary, but it's mathematically necessary. Students solve inequalities using the same steps as equations and forget this special case.
Solving -3x > 12, a student divides both sides by -3 and writes x > -4 instead of x < -4. The solution set is the exact opposite of the correct answer.
How to fix it
When you multiply or divide an inequality by a negative number, always flip the sign. To understand why: if -3 > -6, dividing both sides by -1 must give 3 < 6, not 3 > 6. Circle the step where you divide by a negative as a visual reminder.
Skipping steps to save time
Students try to combine multiple algebraic steps into one to work faster, especially under exam pressure. This leads to cascading errors that are hard to trace back.
Solving 3(2x - 4) + 7 = 25 in one step, a student writes 6x = 18, getting x = 3. They combined distributing and collecting, accidentally dropping the +7 term. Working step by step gives 6x - 12 + 7 = 25, 6x - 5 = 25, 6x = 30, x = 5.
How to fix it
Write every step on a separate line, especially on exams. Speed comes from accuracy, not from skipping steps. You lose more time tracking down errors from combined steps than you save by combining them.
Not building fluency with fractions before starting algebra
Algebra requires constant fraction manipulation: solving equations with fractional coefficients, simplifying rational expressions, and finding common denominators. Students who struggle with fraction arithmetic will struggle with every algebra topic.
Solving x/3 + x/4 = 7, a student can't find the common denominator and writes x/7 = 7, or tries to cross-multiply a three-term equation, getting a completely wrong answer.
How to fix it
If fractions are a weakness, spend a focused week on fraction arithmetic before pushing forward in algebra. Practice adding, subtracting, multiplying, and dividing fractions until it's automatic. This prerequisite investment pays off throughout every math course you'll ever take.
Only practicing easy problems
Students build false confidence by repeating problems they already know how to solve. Growth happens at the boundary of your ability, not in the comfort zone.
A student practices solving 2x + 3 = 7 twenty times but never attempts problems where x appears on both sides or inside a fraction, then is surprised when the exam includes those types.
How to fix it
After you can solve a type of problem correctly twice in a row, move to harder problems. Seek out the types that make you uncomfortable. If your textbook has problems rated by difficulty, always attempt the hardest ones. Getting them wrong is part of learning.
Not using graphing to check algebraic work
Every algebraic equation has a geometric interpretation. Students who only work symbolically miss a powerful error-checking tool and develop a shallower understanding of what equations mean.
A student solves a system of equations and gets x = 3, y = -1, but doesn't graph the two lines to verify that the intersection point is actually (3, -1). If they did, they'd see the lines cross at (2, -1), revealing an arithmetic error.
How to fix it
Use Desmos or a graphing calculator to visualize your equations. Graph both sides of an equation to see where they intersect, confirming your algebraic solution. This dual representation builds deeper understanding and catches mistakes.
Misapplying the zero product property
Students learn that if ab = 0, then a = 0 or b = 0. But they incorrectly apply this to equations where the right side is not zero.
Solving (x - 2)(x + 3) = 10, a student sets x - 2 = 10 and x + 3 = 10, getting x = 12 and x = 7. The zero product property only works when the product equals zero. The correct approach is to expand, rearrange to standard form, and then factor.
How to fix it
The zero product property requires one side to be exactly zero. If the product equals any other number, expand the expression, move everything to one side, and factor (or use the quadratic formula). Before applying the property, always verify that the equation is in the form [something] = 0.
Waiting until exam week to start doing practice problems
Algebra is a skill that requires consistent daily practice, like learning an instrument. Students who only read notes during the semester and cram problems before the exam don't build the procedural fluency needed.
A student understands all the lecture material during class but does poorly on the exam because they only attempted practice problems during the two days before the test, discovering too late that understanding concepts and executing procedures are different skills.
How to fix it
Do 10 to 15 practice problems every day, mixing old and new topics. Space your practice across weeks rather than concentrating it. Even 20 minutes of daily practice outperforms a 4-hour cramming session for building algebraic fluency.
Quick Self-Check
- Can you correctly simplify 4 - 2(x - 3) without making a sign error?
- Do you always substitute your solution back into the original equation to verify it?
- Can you set up an equation from a word problem before being shown the solution?
- Do you know the difference between when to add exponents versus multiply exponents?
- Can you explain why (a + b)^2 is not a^2 + b^2 using a specific numerical example?
Pro Tips
- ✓Substitute x = 1, x = -1, or x = 0 into both sides of any simplification to check your work instantly; if the values don't match, you have an error.
- ✓Write the operation you're performing to both sides of an equation in the margin (e.g., '+5 to both sides'); this makes it almost impossible to do different things to each side.
- ✓When you get stuck on a word problem, assign a variable and reread the problem sentence by sentence, translating each sentence into an equation.
- ✓Learn to recognize 'form' — once you see that 4x^2 - 9 is a difference of squares, factoring becomes instant instead of a hunt-and-peck process.
- ✓Use Desmos to graph equations while you study; visual intuition about what equations look like makes algebraic manipulation feel meaningful rather than mechanical.