Solving systems by elimination

Align like terms, create opposite coefficients, add the equations, and recover the variable that was deliberately removed.

LaTeX article Updated July 13, 2026

ax+by=cax+dy=e(b+d)y=c+e\begin{aligned}ax+by&=c\\-ax+dy&=e\end{aligned}\Rightarrow(b+d)y=c+e

Standard form keeps columns honest

Put x-terms, y-terms, and constants in aligned columns. Missing terms can be written with coefficient zero.

Before adding, verify that the chosen variable has equal magnitude and opposite signs. Equal signs call for subtraction instead.

3x+2y=115x2y=13\begin{aligned}3x+2y&=11\\5x-2y&=13\end{aligned}

Multiply every term

If a coefficient needs scaling, multiply both sides and every term in the equation. Scaling only the convenient term changes the equation.

Choose small multipliers, often using the least common multiple of coefficient magnitudes.

2(x+3y=7)2x+6y=142(x+3y=7)\Rightarrow2x+6y=14

Back-substitution and checking finish the work

Once one variable is found, substitute into whichever original equation has simpler coefficients. Then check the pair in both originals.

A zero row with a nonzero constant signals no solution; a zero row with zero signals dependent equations.

0=9no solution0=9\Rightarrow\text{no solution}

Worked example

Common mistakes

  • Multiplying only one term when scaling an equation.
  • Adding coefficients with the same sign and expecting cancellation.
  • Forgetting to solve for the eliminated variable afterward.

Keep these ideas

  • Align the system first.
  • Create opposite coefficients with whole-equation moves.
  • Check the final pair twice.
Vocab
System of equations
Math glossarySystem of equations
{f(x,y)=0g(x,y)=0\begin{cases}f(x,y)=0\\g(x,y)=0\end{cases}

Equations whose solution must satisfy all members at once.

Learn more
Substitution method
Math glossarySubstitution method
y=f(x)g(x,y)=g(x,f(x))y=f(x)\Rightarrow g(x,y)=g(x,f(x))

Replaces a variable with an equal expression.

Learn more
Elimination method
Math glossaryElimination method
ax+by=cax+dy=e\begin{aligned}ax+by&=c\\-ax+dy&=e\end{aligned}

Combines equations so one variable cancels.

Learn more
Inequality
Math glossaryInequality
x<4x<4

A statement comparing quantities by order rather than exact equality.

Learn more
Solution set
Math glossarySolution set
{x:x2}\{x:x\ge2\}

The set of every value satisfying a statement.

Learn more
Math glossary