Simultaneous Equations by Elimination
Solve two linear equations by scaling and elimination, with sign control, substitution checks and efficient setup.
What elimination does
Two equations can describe the same pair of unknowns. Elimination creates a new equation containing only one unknown by making one set of coefficients equal and opposite.
When coefficients already match
Add the equations. The +y and −y cancel.
Substitute into 2x + y = 11:
Solution: x = 4, y = 3.
When you need to scale an equation
If the coefficients do not match, multiply one or both entire equations. For 2x+3y=13 and x+2y=8, doubling the second equation makes the x-coefficients both 2.
Decide the sign before you combine the equations
If the target coefficients are opposite signs, add. If they are the same sign, subtract. Writing the equations vertically reduces sign errors.
One solution has to satisfy both lines
A pair is only correct if it satisfies both equations. Substitution into both originals catches many arithmetic mistakes.
Choose the cancellation that keeps the numbers small
For x + y = 10 and x − y = 2, what is x?
Keep going
For another problem using related ideas, return to the Algebra & Equations page.