The addition method is a technique for solving systems of linear equations by adding two equations together so that one variable cancels out. You may also hear it called the elimination method, since the core idea is eliminating a variable to reduce a two-variable problem down to a one-variable problem you can solve easily. It’s one of the most common approaches taught in algebra alongside the substitution method.
How the Addition Method Works
Imagine you have two equations with the same two unknowns, like x and y. The goal is to line them up vertically and add them together in a way that makes one variable disappear. For that to happen, the coefficients (the numbers in front of one of the variables) need to be equal and opposite. For example, if one equation has +3y and the other has −3y, adding the equations wipes out y entirely, leaving you with a single equation in x that you can solve in one step.
Once you know the value of x, you plug it back into either of the original equations to find y. That gives you the solution to the system: the point where the two lines intersect on a graph.
Step-by-Step Process
The method follows a predictable sequence:
- Write both equations in standard form. That means arranging them as Ax + By = C, with the variables on the left side and the constant on the right. The x terms should be lined up above each other, and so should the y terms. If they’re not aligned, the addition won’t work properly.
- Choose which variable to eliminate. Look for a variable that already has opposite signs in the two equations, the same coefficient, or both. If neither variable lines up conveniently, you’ll need to multiply one or both equations by a number to create matching, opposite coefficients.
- Add the equations. Once one pair of variable terms will cancel, add the left sides together and the right sides together. You should be left with a single equation in one variable.
- Solve and substitute back. Solve for the remaining variable, then plug that value into either original equation to find the other variable.
A Simple Example
Suppose you need to solve this system:
2x + y = 10
3x − y = 5
The y terms are already opposites (+y and −y), so you can add the equations immediately. Adding the left sides gives 2x + 3x + y − y, which simplifies to 5x. Adding the right sides gives 10 + 5 = 15. So 5x = 15, meaning x = 3. Plug x = 3 back into the first equation: 2(3) + y = 10, so y = 4. The solution is (3, 4).
When You Need to Multiply First
Often the coefficients won’t cancel on their own. Consider this system:
4x + 3y = 14
2x + y = 6
Neither variable has opposite coefficients yet. One approach: multiply the entire second equation by −2, turning it into −4x − 2y = −12. Now the x terms are +4x and −4x, so adding the equations eliminates x and leaves you with y to solve for. The critical rule here is that when you multiply an equation, every term gets multiplied, including the constant on the right side. Forgetting to multiply the constant is one of the most common mistakes students make.
Common Mistakes to Avoid
The most frequent errors with this method involve signs. When you multiply an equation by a negative number, every sign in that equation must flip. If you change the signs on the variable terms but leave the constant unchanged (or vice versa), you’ll get a wrong answer that can be hard to trace.
Another common pitfall is choosing a multiplier that gives the variable terms the same sign instead of opposite signs. If both x terms end up positive, adding the equations won’t eliminate x at all. You need one positive and one negative to make them cancel. A quick check before adding saves time: confirm that the target variable’s coefficients are true opposites, like +6 and −6, not +6 and +6.
Special Cases: No Solution or Infinite Solutions
Not every system has a single neat answer. If you go through the addition process and both variables cancel out, pay attention to what’s left. A statement that’s obviously false, like 0 = 7, means the system has no solution. Graphically, the two equations represent parallel lines that never cross.
If instead you end up with something always true, like 0 = 0, the system has infinitely many solutions. The two equations describe the same line, so every point on that line satisfies both equations.
Addition Method vs. Substitution
Both methods solve the same types of problems, and either one will get you the correct answer. The practical difference comes down to which is less tedious for a given pair of equations. Substitution works best when one of the equations already has a variable isolated (like y = 2x + 1) or has a coefficient of 1 or −1 on one variable, so you can rearrange without creating fractions.
The addition method tends to be more efficient when both equations are in standard form and neither variable is easy to isolate. Systems with larger coefficients, where solving for a variable would introduce fractions, are typically cleaner to handle with addition. In practice, you’ll develop a feel for which approach looks simpler at a glance, and either choice is valid.
Connection to Arithmetic Addition Strategies
If you searched “addition method” expecting something from elementary math rather than algebra, you may be thinking of strategies like partial sums or the standard column algorithm. Partial sums is a place-value approach where you add each column (hundreds, tens, ones) separately, then combine those subtotals into a final answer. The standard algorithm most adults learned in school works right to left, carrying digits as needed. Both are “addition methods” in a broad sense, though in algebra the term almost always refers to the elimination technique for solving systems of equations.

