Method guideAlgebra IIntermediate10 min read

Solving systems by elimination

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

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
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Updated July 13, 2026
MethodStart here

Multiplying an entire equation by a nonzero number preserves its solution set. Use that freedom to create opposite coefficients.

01

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}
02

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
03

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 exampleCancel one variable

Solve 3x + 2y = 11 and 5x − 2y = 13.

18x=248x=24

Add the aligned equations; y cancels.

2x=3x=3

Divide by eight.

33(3)+2y=112y=2y=13(3)+2y=11\Rightarrow2y=2\Rightarrow y=1

Back-substitute.

45(3)2(1)=135(3)-2(1)=13

Check the second equation.

Result(3,1)\boxed{(3,1)}
Watch for

Common mistakes

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

Three takeaways

  1. Align the system first.
  2. Create opposite coefficients with whole-equation moves.
  3. Check the final pair twice.