Elimination Method — Definition, Formula & Examples
The elimination method is a technique for solving a system of linear equations by adding or subtracting the equations to cancel out one variable, leaving a single equation in one unknown that you can solve directly.
Given a system of two linear equations in two unknowns, the elimination method (also called the addition method) multiplies one or both equations by suitable constants so that the coefficients of one variable become opposites. Adding the resulting equations eliminates that variable, reducing the system to a single linear equation in one unknown. Back-substitution then yields the complete solution.
How It Works
Start by writing both equations in standard form (). Choose which variable to eliminate, then multiply one or both equations by constants so that variable's coefficients are exact opposites. Add the equations together — the chosen variable cancels, and you solve for the remaining one. Finally, substitute that value back into either original equation to find the other variable. This method works for any system of two linear equations and extends naturally to larger systems via Gaussian elimination.
Worked Example
Problem: Solve the system:
Step 1: Align and inspect coefficients: Both equations are already in standard form. Notice that the -coefficients are and , which are already opposites.
Step 2: Add the equations to eliminate y: Add the left sides together and the right sides together. The -terms cancel.
Step 3: Solve for x: Divide both sides by 6.
Step 4: Back-substitute to find y: Substitute into the first equation and solve for .
Answer: The solution is .
Another Example
Problem: Solve the system:
Step 1: Choose a variable to eliminate: The -coefficients are 2 and 4. Multiply the first equation by so the -coefficients become and .
Step 2: Add the modified first equation to the second: The -terms cancel when you add.
Step 3: Solve for x and back-substitute: From , we get . Substitute into the original first equation.
Answer: The solution is .
Why It Matters
The elimination method is a core technique in Algebra 1 and Algebra 2, appearing on standardized tests including the SAT and ACT. Engineers and scientists use it routinely when balancing chemical equations, analyzing electrical circuits, or solving mixture problems. It also lays the groundwork for Gauss-Jordan elimination, the matrix-based method used in linear algebra and computer science.
Common Mistakes
Mistake: Multiplying only one side of an equation by the chosen constant.
Correction: You must multiply every term on both sides of the equation. For example, multiplying by gives , not .
Mistake: Forgetting to back-substitute to find the second variable.
Correction: After solving for one variable, plug that value into either original equation and solve for the other. Always verify your answer by checking both values in both equations.
