← Back to all lessons
Class 10Algebra12:41Published 25 Jul 2024

Solving Pairs of Linear Equations by Elimination

Learn the elimination method for solving a pair of linear equations in two variables, deciding when to add the equations and when to subtract them.

This lesson walks through the elimination method for solving simultaneous linear equations step by step. It starts with the simple rule for choosing which variable to remove, then covers adding equations when the matching terms have opposite signs and subtracting them when the signs are the same. It builds up to harder pairs where you first scale each equation so a chosen variable cancels, including one example with decimal coefficients.

What you'll learn

  • How to pick which variable to eliminate and when to add or subtract the two equations
  • How to multiply each equation through so a chosen variable has matching coefficients
  • How to back-substitute to find the second variable once the first is known
  • How to handle equations with decimal coefficients by clearing them to whole numbers

Lesson chapters

0:06What the elimination method is
0:30The add or subtract rule
0:45Example with opposite signs: add to eliminate
2:06Example with same signs: subtract to eliminate
3:24Different coefficients: scale then eliminate
10:43Equations with decimal coefficients

Lesson notes

This lesson covers the elimination method for solving a pair of linear equations in two variables. The key idea is to combine the two equations so that one variable cancels out, leaving a single equation in one variable.

The rule for adding or subtracting

First check whether either variable has the same coefficient in both equations. To eliminate that variable, look at the signs of its terms:

  • If the signs are opposite, add the equations.
  • If the signs are the same, subtract one equation from the other.

Example 1: opposite signs, so add

Solve the pair

x+y=10(1)x + y = 10 \qquad (1) xy=2(2)x - y = 2 \qquad (2)

The yy terms have opposite signs, so add (1)(1) and (2)(2):

2x=12    x=122=62x = 12 \implies x = \tfrac{12}{2} = 6

Substitute x=6x = 6 into (1)(1):

6+y=10    y=46 + y = 10 \implies y = 4

So the solution is x=6, y=4x = 6,\ y = 4.

Example 2: same signs, so subtract

Solve the pair

2x+3y=2(1)2x + 3y = 2 \qquad (1) 2x+5y=2(2)2x + 5y = 2 \qquad (2)

The xx terms are identical with the same sign, so subtract (2)(2) from (1)(1):

2y=0    y=0-2y = 0 \implies y = 0

Substitute y=0y = 0 into (1)(1):

2x=2    x=12x = 2 \implies x = 1

So the solution is x=1, y=0x = 1,\ y = 0.

Example 3: different coefficients, so scale first

Solve the pair

10x+3y=75(1)10x + 3y = 75 \qquad (1) 6x5y=11(2)6x - 5y = 11 \qquad (2)

Here neither variable has matching coefficients, so first make one match.

Eliminating yy

Multiply (1)(1) by 55 (the coefficient of yy in equation 2) and (2)(2) by 33 (the coefficient of yy in equation 1):

50x+15y=375(3)50x + 15y = 375 \qquad (3) 18x15y=33(4)18x - 15y = 33 \qquad (4)

The yy terms now have opposite signs, so add (3)(3) and (4)(4):

68x=408    x=668x = 408 \implies x = 6

Substitute x=6x = 6 into (1)(1):

60+3y=75    3y=15    y=560 + 3y = 75 \implies 3y = 15 \implies y = 5

Eliminating xx instead

The same pair can be solved by removing xx. Multiply (1)(1) by 66 and (2)(2) by 1010:

60x+18y=450(3)60x + 18y = 450 \qquad (3) 60x50y=110(4)60x - 50y = 110 \qquad (4)

The xx terms match with the same sign, so subtract (4)(4) from (3)(3):

68y=340    y=568y = 340 \implies y = 5

Substitute y=5y = 5 into (2)(2):

6x25=11    6x=36    x=66x - 25 = 11 \implies 6x = 36 \implies x = 6

Either route gives the solution x=6, y=5x = 6,\ y = 5.

Example 4: decimal coefficients

Solve the pair

0.4x1.5y=6.5(1)0.4x - 1.5y = 6.5 \qquad (1) 0.3x+0.2y=0.9(2)0.3x + 0.2y = 0.9 \qquad (2)

Clear the decimals by multiplying each equation by 1010:

4x15y=65(3)4x - 15y = 65 \qquad (3) 3x+2y=9(4)3x + 2y = 9 \qquad (4)

Eliminate yy. Multiply (3)(3) by 22 and (4)(4) by 1515:

8x30y=130(5)8x - 30y = 130 \qquad (5) 45x+30y=135(6)45x + 30y = 135 \qquad (6)

The yy terms have opposite signs, so add (5)(5) and (6)(6):

53x=265    x=553x = 265 \implies x = 5

Substitute x=5x = 5 into (3)(3):

2015y=65    15y=45    y=320 - 15y = 65 \implies -15y = 45 \implies y = -3

So the solution is x=5, y=3x = 5,\ y = -3.

Key takeaways

  • To eliminate a variable, make its coefficients equal in both equations, scaling each equation if needed.
  • Add the equations when the matching terms have opposite signs; subtract when they have the same sign.
  • Once one variable is found, substitute it back into the simpler equation to find the other, and clear decimals to whole numbers first to keep the working easy.