Training Lines and Systems of Linear Equations Solving Systems by Elimination
4 / 5

Solving Systems by Elimination

20 min Lines and Systems of Linear Equations

Elimination (Addition) Method

The elimination method — also called the addition method — solves a system of linear equations by adding or subtracting the equations so that one variable cancels out. It is especially efficient when the coefficients are already set up for easy cancellation.

When the coefficients do not line up naturally, you multiply one or both equations by constants to create matching or opposite coefficients before adding. This lesson walks through every variation of the technique.

Both substitution and elimination always give the same answer. Choosing which to use is a matter of convenience — elimination shines when both equations are in standard form.

Steps
  1. Align equations vertically in standard form ($Ax + By = C$).
  2. Multiply one or both equations so one variable has opposite coefficients.
  3. Add the equations to eliminate that variable.
  4. Solve, then back-substitute.
Example 1

$2x + 3y = 12$ and $4x - 3y = 6$

Add: $6x = 18 \;\Rightarrow\; x = 3$. Sub: $2(3) + 3y = 12 \;\Rightarrow\; y = 2$.

Solution: $(3, 2)$.

Example 2

$3x + 2y = 16$ and $5x - 4y = -2$

Multiply first by 2: $6x + 4y = 32$. Add to second: $11x = 30 \;\Rightarrow\; x = \dfrac{30}{11}$.

Sub back: $y = \dfrac{31}{11}$. Solution: $\left(\dfrac{30}{11}, \dfrac{31}{11}\right)$.

Example 3

$5x + 2y = 3$ and $10x + 4y = 6$

Multiply first by $-2$: $-10x - 4y = -6$. Add: $0 = 0$.

Infinitely many solutions (dependent system).

When to Use Which Method

Guide
MethodBest When
GraphingEstimating; visual check
SubstitutionOne variable already isolated
EliminationBoth in standard form $Ax + By = C$

Practice Problems

1. $x + y = 7$ and $x - y = 1$
2. $3x + 2y = 14$ and $x - 2y = -2$
3. $2x + 5y = 1$ and $3x + 2y = -4$
4. $4x - 3y = 10$ and $2x + 3y = 8$
5. $5x + y = 13$ and $3x + y = 9$
6. $x + 3y = 9$ and $2x + 6y = 18$ — classify
7. $7x - 2y = 3$ and $14x - 4y = 5$ — classify
8. $3x - 4y = -1$ and $5x + 2y = 19$
9. $0.5x + 0.3y = 2.3$ and $0.2x - 0.1y = 0.1$
10. $\dfrac{x}{2} + \dfrac{y}{3} = 5$ and $x - y = 3$
Show Answer Key

1. $(4, 3)$

2. $(3, 2.5)$

3. $(-2, 1)$

4. $(3, \dfrac{2}{3})$

5. $(2, 3)$

6. Dependent (infinitely many)

7. Inconsistent (no solution)

8. $(3, 2.5)$

9. $(2, 3)$ (multiply by 10 first)

10. $(6, 3)$