DWG NO. 7.1 — Lesson 1 of 5

Solving Systems by Substitution and Elimination

Unit 7: Systems of Equations and Matrices · ~20 min

Objective Solve systems of two linear equations in two variables using substitution and elimination, and interpret the solution as a point of intersection.

Unit 1 taught you to graph a linear function and read off its key features. Put two linear equations side by side and ask where their graphs agree, and you have a system of equations. Reading a solution off a graph is quick but imprecise — the two algebraic methods in this lesson, substitution and elimination, find that intersection point exactly, without ever drawing a line.

Substitution

Solve one equation for one variable, then substitute that expression into the other equation. This collapses two equations in two unknowns into one equation in one unknown.

Elimination

Add or subtract multiples of the two equations so that one variable cancels out entirely.

(2, 1) 4x + 3y = 11 2x − 3y = 1

The solution of a system is the single point where both lines' graphs cross

How many solutions?

Two linear equations in two variables graph as two lines, and two lines relate to each other in exactly three ways:

Worked Example 1 · Substitution
ProblemSolve the system x + y = 5 and 2x − y = 4.
1Solve the first equation for y: y = 5 − x.
2Substitute into the second equation: 2x − (5 − x) = 4.
3Simplify: 2x − 5 + x = 4 → 3x − 5 = 4 → 3x = 9 → x = 3.
4Back-substitute: y = 5 − 3 = 2.
Solution: (3, 2)
Worked Example 2 · Elimination
ProblemSolve the system 4x + 3y = 11 and 2x − 3y = 1.
1The y-coefficients (+3 and −3) are already opposites, so add the equations directly: 6x = 12.
2Solve: x = 2.
3Substitute into 2x − 3y = 1: 4 − 3y = 1 → −3y = −3 → y = 1.
Solution: (2, 1)

Guided practice