Training Lines and Systems of Linear Equations Solving Systems by Substitution
3 / 5

Solving Systems by Substitution

20 min Lines and Systems of Linear Equations

Systems of Linear Equations

A system of equations is a set of two or more equations with the same variables. Solving a system means finding the values that satisfy all equations simultaneously — graphically, this is the point where the lines intersect.

The substitution method solves one equation for one variable and then substitutes that expression into the other equation, reducing the system to a single equation in one unknown.

This lesson teaches you to apply substitution step by step, identify special cases (no solution and infinitely many solutions), and verify your answer by plugging it back into both original equations.

Definition

A system of two linear equations has two equations and two unknowns. The solution is the point $(x, y)$ satisfying both.

Classification

TypeGraphSolutions
Consistent & IndependentLines intersectOne solution
InconsistentParallel linesNo solution
DependentSame lineInfinitely many

Substitution Method

Steps
  1. Solve one equation for one variable.
  2. Substitute into the other equation.
  3. Solve the resulting one-variable equation.
  4. Back-substitute to find the other variable.
Example 1

$y = 2x + 1$ and $3x + y = 11$

  1. Substitute: $3x + (2x + 1) = 11$
  2. $5x + 1 = 11 \;\Rightarrow\; x = 2$
  3. $y = 2(2) + 1 = 5$

Solution: $(2, 5)$. Check: $3(2) + 5 = 11$ ✓

Example 2

$x + 2y = 7$ and $3x - y = 7$

From eq 1: $x = 7 - 2y$. Substitute: $3(7 - 2y) - y = 7$.

$21 - 6y - y = 7 \;\Rightarrow\; -7y = -14 \;\Rightarrow\; y = 2$, $x = 3$.

Solution: $(3, 2)$.

Practice Problems

1. $y = x + 3$ and $2x + y = 12$
2. $x = 4y$ and $x + y = 15$
3. $y = -2x + 5$ and $y = 3x - 10$
4. $x + y = 8$ and $x - y = 2$
5. $2x + y = 10$ and $x - y = 2$
6. $y = 3x$ and $y = 3x + 5$ — classify
7. $3x - 2y = 1$ and $x + y = 3$
8. $y = \dfrac{1}{2}x + 4$ and $x - 2y = -8$ — classify
9. $2x + 3y = 12$ and $x = 3$
10. $4x - y = 7$ and $2x + 3y = 7$
Show Answer Key

1. $(3, 6)$

2. $(12, 3)$

3. $(3, -1)$

4. $(5, 3)$

5. $(4, 2)$

6. No solution (parallel, inconsistent)

7. $(\dfrac{7}{5}, \dfrac{8}{5})$

8. Infinitely many (dependent — same line)

9. $(3, 2)$

10. $(2, 1)$