How to solve a system of equations by elimination
The elimination method solves a system of linear equations by adding a multiple of one equation to another to cancel out a variable. It applies best when both equations are in standard form .
The setup
Align both equations in standard form . Ensure like variables and constants are vertically aligned in columns.
The steps
- Multiply one or both equations by constants so that the coefficients of one variable are exact opposites. 2. Add the two equations together to eliminate that variable. 3. Solve the resulting single-variable equation. 4. Substitute this value back into either original equation to find the remaining variable.
Checking the result
Substitute the derived coordinate pair into the original equation not used in step 4. Both sides must evaluate to the identical numerical value.
Common errors
Failing to multiply the constant term on the right side of the equals sign is a frequent error. Another is subtracting equations instead of adding opposites, which frequently leads to sign distribution errors.
Worked example
Solve the system and .
Align equations: and . Multiply the second equation by 3 to get . Add this to the first equation: . This yields . Solve for x: . Substitute into the first equation: yields . Subtract 6 from both sides: , which gives . The solution is .
FAQ
Run your own problem
References: OpenStax Intermediate Algebra, Chapter 3 · Khan Academy, Systems of Equations Unit
See also