Ⅱ Expressions & Equations · Stage 10 — Linear Equations & Systems · 10.5 EliminationAll lessons →
Stage 10 · Linear Equations & Systems

10.5  Solving Two-Unknown Systems: Elimination

Two unknowns are one too many — so make one disappear.

For ages 12–14 · Intuition before notation
Stack the two equations and add: the y terms are opposites, so they vanish — and one unknown is gone. What is left is an ordinary one-unknown equation.

In Lesson 10.4 you met a system: two equations, two unknowns, sharing one secret pair (x, y) that fits both. Drawing two lines and reading off the crossing point is honest, but a graph rarely lands you on a tidy answer like (2, 3) — it lands you near it. This lesson hands you the algebra that gets the exact pair every time. The whole trick has one name: elimination — get rid of one unknown so you are back to the one-unknown equations you already conquered in Lesson 10.2.

Keep the color habit from the whole stage: the unknowns x and y are violet, equation one is teal, equation two is amber, and the solution pair is red. When two terms cancel, watch them turn to dust.

10.5.1 The idea of elimination

One unknown you can handle. Two unknowns crowd each other: in a single equation like 2x + y = 7, every choice of x just hands you a matching y, so there is no single answer. A second equation pins things down — but only if you can untangle the two letters.

Here is the one idea that runs through this entire lesson. If you can knock out one of the unknowns, you are left with one equation in one unknown — and that is a problem you already know how to finish. Everything below is just a different way to make a letter disappear.

The shape of every method: a two-letter problem shrinks to a one-letter problem (the hard step), you solve it, then you climb back up to recover the second letter.

There are two everyday ways to eliminate a letter. You can substitute — solve one equation for a letter and pour that whole expression into the other, so only one letter is left standing. Or you can add or subtract the equations themselves — line them up and combine them so a matching pair of terms cancels. Same goal, two roads. The next sections walk each one, slowly.

Key idea

Two unknowns are one too many. Every method in this lesson does the same thing: eliminate one unknown to get a single one-unknown equation, solve it, then back-substitute to find the other.

10.5.2 Elimination by substitution

Suppose one equation already tells you what a letter is. Take the system

y = 2x − 1   and   3x + y = 9.

The first equation says y is exactly the same thing as 2x − 1. So anywhere we see y, we are allowed to write (2x − 1) instead — they are equal, so the swap changes nothing. Pour that expression into the second equation and the y is gone:

3x + y = 9equation two
3x + (2x − 1) = 9replace y with 2x − 1
5x − 1 = 9combine like terms: 3x + 2x = 5x
5x = 10add 1 to both sides
x = 2divide both sides by 5

Now climb back up. We know x = 2, and the first equation hands us y directly:

y = 2x − 1equation one
y = 2(2) − 1put x = 2 in
y = 34 − 1 = 3

The secret pair is (2, 3). Always check it in both originals, because a single check can hide an arithmetic slip:

2(2) − 1 = 3 ✓     3(2) + 3 = 9 ✓

The same two equations as lines. Substitution found the crossing point (2, 3) exactly — no squinting at the grid required.
Watch out

Substitute the whole expression, kept inside parentheses: write 3x + (2x − 1), not 3x + 2x − 1 dropped in by hand. The parentheses keep the sign of every term safe when the expression carries a subtraction or a negative coefficient.

🎮 Try itSubstitution, one reveal at a time

Step through y = 2x − 1 and 3x + y = 9. Each tap uncovers the next move; nothing is skipped.

10.5.3 Elimination by adding or subtracting

Sometimes you do not need to isolate anything — the equations are already lined up for a clean cancel. Look at

x + y = 7   and   xy = 1.

The y term is +y in the first equation and y in the second. Those are opposites. If we add the two equations — left side to left side, right side to right side — the y terms add to zero and disappear:

Stacked and added like a column sum. The +y and −y annihilate; x + x = 2x and 7 + 1 = 8.
(x + y) + (xy) = 7 + 1add the two equations
2x = 8the y terms cancel
x = 4divide both sides by 2

Back-substitute x = 4 into either original. Using x + y = 7: 4 + y = 7, so y = 3. The solution is (4, 3). Check: 4 + 3 = 7 ✓ and 4 − 3 = 1 ✓.

When do you add and when do you subtract? It depends on the matching pair:

The matching terms are…MoveWhy it cancels
opposite (e.g. +y and −y)ADD+y + (−y) = 0
equal (e.g. 3x and 3x)SUBTRACT3x − 3x = 0
Watch out

Subtracting an equation means subtracting every term on both sides — flip the sign of each one. From 3x + y = 9 minus 3x − 2y = 1 you get (y − (−2y)) = 3y on the left and (9 − 1) = 8 on the right, so 3y = 8. Forgetting to flip the sign of the right side is the classic slip.

🎮 Try itAdd or subtract to cancel a letter

Pick which letter to kill. The widget decides add-versus-subtract from the signs, then shows the cancel and finishes the solve. Every pair lands on whole numbers.

Eliminate

10.5.4 Adjusting coefficients before eliminating

Adding works only when a pair already matches or is opposite. Most systems are not so polite. Consider

2x + 3y = 12   and   3x − 2y = 5.

No letter matches: the x coefficients are 2 and 3; the y coefficients are 3 and −2. But we are allowed to multiply a whole equation by a number — both sides, every term — and it still describes the same line. So we manufacture a match. Let us eliminate y: we want the y coefficients to become opposites. The numbers are 3 and −2; their least common multiple is 6. Multiply the first equation by 2 and the second by 3:

Multiply each equation through to force a matching pair. Now the y terms are +6y and −6y — opposites — so adding wipes y out.
2x + 3y = 12  × 2scale equation one
4x + 6y = 24every term doubled
3x − 2y = 5  × 3scale equation two
9x − 6y = 15every term tripled
13x = 39add: +6y and −6y cancel
x = 3divide both sides by 13

Climb back up with x = 3, into the first original equation:

2(3) + 3y = 12put x = 3 into equation one
6 + 3y = 122 × 3 = 6
3y = 6subtract 6 from both sides
y = 2divide both sides by 3

So (3, 2). Check both originals: 2(3) + 3(2) = 6 + 6 = 12 ✓ and 3(3) − 2(2) = 9 − 4 = 5 ✓. Perfect.

Where do the multipliers come from?

To cancel a letter, make its two coefficients match in size. Find the least common multiple of the coefficients, then multiply each equation by whatever turns its coefficient into that LCM. Here the y coefficients were 3 and 2, LCM 6, so the multipliers were 6 ÷ 3 = 2 and 6 ÷ 2 = 3. (You could instead have targeted x: coefficients 2 and 3, LCM 6, multipliers 3 and 2 — same amount of work, same answer.)

🎮 Try itBuild the matching pair, then eliminate

Choose which letter to cancel. Watch the widget pick multipliers, scale both equations, and check whether the new coefficients are opposite (add) or equal (subtract) before it cancels.

Eliminate

10.5.5 Choosing a method and checking

You now own three moves: substitute, add-or-subtract, and scale-then-add. They all reach the same answer, so the only question is which is least work for the system in front of you.

If the system looks like…Reach for…
a letter is already alone, like y = …, or has coefficient 1substitution
a pair of coefficients already match or are oppositeadd / subtract
nothing lines upscale one (or both) equations, then add / subtract

There is no wrong choice — only faster and slower ones. If y sits alone on one side, substitution is a gift; do not multiply equations for no reason. If you see 5x in one equation and 5x in the other, subtracting kills x in a single line; do not bother isolating anything.

Whatever path you take, the last step never changes: put the pair back into BOTH original equations. A solution must satisfy both — that is what makes it a solution to the system. If it fits one and not the other, you have an arithmetic slip to hunt down, not an answer.

The system from 10.5.4 as two lines. They cross at exactly (3, 2) — the algebra and the picture agree, which is the surest sign you are right.
Key idea

Pick the method that needs the fewest moves, but always verify in both originals. The crossing point of the two lines is the one pair that makes both equations true at once.

🎮 Try itSolve a system, your method, and confirm on the grid

Choose a system and a method. The widget solves it step by step and lands a red dot on the crossing point. Both methods reach the same pair — try each.

System
Method

The big ideas, in one breath

Two unknowns are one too many, so make one disappear. Substitution pours one equation's value for a letter into the other; adding or subtracting cancels a matching pair directly; and when nothing matches, scale an equation first to manufacture a pair — equal coefficients call for subtracting, opposite ones for adding. Each road shrinks the system to a single one-unknown equation you already know how to solve, then you back-substitute for the partner and check the pair in both originals. The answer is the one point where the two lines cross.

Coming up next — Lesson 10.6

Elimination is a tool; Lesson 10.6 aims it at real problems — mixtures, ages, speeds, and money — and then stacks a third equation on top, eliminating down from three unknowns to two to one. Same idea, one more floor.

Exercises 10.5

Work each one out first, then open the answer to check your thinking.

  1. Solve by substitution: y = x + 1 and x + y = 5.
    Show answer
    Put x + 1 in for y: x + (x + 1) = 5, so 2x + 1 = 5, then 2x = 4 and x = 2. Then y = 2 + 1 = 3. Solution (2, 3). Check: 2 + 3 = 5 ✓.
  2. Add the equations to eliminate a letter: x + y = 10 and xy = 2.
    Show answer
    The y terms are +y and −y — opposites — so ADD: 2x = 12, giving x = 6. Then 6 + y = 10, so y = 4. Solution (6, 4). Check: 6 − 4 = 2 ✓.
  3. The x coefficients already match: 2x + y = 9 and 2x + 3y = 15. Eliminate x.
    Show answer
    Both have 2x — equal coefficients — so SUBTRACT: (2x + y) − (2x + 3y) = 9 − 15, which is −2y = −6, so y = 3. Then 2x + 3 = 9, so 2x = 6 and x = 3. Solution (3, 3). Check: 2(3) + 3(3) = 15 ✓.
  4. Solve by substitution: x = 2y and x + y = 9.
    Show answer
    Replace x with 2y: 2y + y = 9, so 3y = 9 and y = 3. Then x = 2(3) = 6. Solution (6, 3). Check: 6 + 3 = 9 ✓.
  5. One coefficient needs adjusting: x + 2y = 11 and 3xy = 5. Eliminate y.
    Show answer
    The y coefficients are 2 and −1. Multiply the second equation by 2: 6x − 2y = 10. Now +2y and −2y are opposites — ADD to the first: (x + 6x) = 7x and (11 + 10) = 21, so 7x = 21 and x = 3. Then 3 + 2y = 11, so 2y = 8 and y = 4. Solution (3, 4). Check: 3(3) − 4 = 5 ✓.
  6. Solve by adding: 3x + 2y = 16 and 5x − 2y = 8.
    Show answer
    The y terms +2y and −2y are opposites, so ADD: 8x = 24, giving x = 3. Then 3(3) + 2y = 16, so 2y = 7… wait, recheck: 9 + 2y = 16 gives 2y = 7 only if we mis-added. Carefully: 16 − 9 = 7, so 2y = 7? That is not whole. Re-add the originals: 8x = 24 is right, x = 3. Use the second equation instead: 5(3) − 2y = 8, so 15 − 2y = 8, then −2y = −7. Both give 2y = 7, so y = 3.5. Solution (3, 3.5). Check: 3(3) + 2(3.5) = 9 + 7 = 16 ✓ and 5(3) − 2(3.5) = 15 − 7 = 8 ✓. Lesson: answers need not be whole — but they must still satisfy both.
  7. Both equations need scaling: 2x + 3y = 12 and 3x − 2y = 5. Eliminate x this time.
    Show answer
    The x coefficients are 2 and 3, LCM 6. Multiply the first by 3: 6x + 9y = 36. Multiply the second by 2: 6x − 4y = 10. Equal 6x terms — SUBTRACT: (9y − (−4y)) = 13y and (36 − 10) = 26, so 13y = 26 and y = 2. Then 2x + 3(2) = 12, so 2x = 6 and x = 3. Solution (3, 2) — the same pair found in 10.5.4 by eliminating y. The method you choose never changes the answer.
  8. A subtraction with a sign trap: 4x + y = 14 and 4x − 3y = 2. Eliminate x.
    Show answer
    Equal 4x terms — SUBTRACT the second from the first, flipping every sign of the second: (y − (−3y)) = y + 3y = 4y, and (14 − 2) = 12, so 4y = 12 and y = 3. Then 4x + 3 = 14, so 4x = 11 and x = 2.75. Solution (2.75, 3). Check: 4(2.75) − 3(3) = 11 − 9 = 2 ✓.
  9. Choose the smarter method, then solve: 2x + 5y = 16 and x = y + 1.
    Show answer
    The second equation already has x alone, so substitution is fastest. Put x = y + 1 into the first: 2(y + 1) + 5y = 16, so 2y + 2 + 5y = 16, then 7y + 2 = 16, so 7y = 14 and y = 2. Then x = 2 + 1 = 3. Solution (3, 2). Check: 2(3) + 5(2) = 6 + 10 = 16 ✓.
  10. Full scaling, both letters fractional-looking: 3x + 4y = 10 and 2x + 5y = 9. Solve by elimination.
    Show answer
    Eliminate x: coefficients 3 and 2, LCM 6. Multiply the first by 2: 6x + 8y = 20. Multiply the second by 3: 6x + 15y = 27. Equal 6x — SUBTRACT: (8y − 15y) = −7y and (20 − 27) = −7, so −7y = −7 and y = 1. Then 3x + 4(1) = 10, so 3x = 6 and x = 2. Solution (2, 1). Check: 2(2) + 5(1) = 4 + 5 = 9 ✓.

🎯 Quick check

Six questions to lock it in. Tap the answer you think is right.

§ For teachers and parents

This lesson serves 8.EE.C.8b (solve systems of two linear equations algebraically — by substitution and by elimination — and estimate solutions by graphing) and A.REI.C.5–6 (solving a system exactly, including by replacing one equation with a sum of it and a multiple of the other). The single most common misconception is the sign error when subtracting one equation from another: students subtract the left sides but forget to flip every sign on the right, or they drop the negative on the eliminated term. The antidote is to rewrite subtraction as adding the opposite — multiply the whole second equation by −1 first, then add — and to insist on the non-negotiable last step: substitute the pair back into BOTH original equations. A pair that satisfies only one equation is not a solution to the system.

eastmath.com · Stage 10 · 10.5 Elimination · Intuition before notation