PRE-ALGEBRA • EXPRESSIONS, EQUATIONS & INEQUALITIES

Solving Systems by Substitution — I can solve a system by substitution at an introductory level and interpret the solution.

Learn how to find the exact values that make two equations true at the same time.

Historical Context & Motivation

People have been solving puzzles with unknown numbers for thousands of years. Imagine you know the total cost of two items and a clue about how their prices relate. That's basically a system of equations — two or more equations that share the same unknowns. Ancient mathematicians figured out clever tricks to solve these puzzles long before calculators existed.

~1800 BCE
Babylonian Clay Tablets
Ancient Babylonians carved math problems onto clay tablets. Some of these problems involved two unknowns, and they solved them using step-by-step methods similar to substitution.
~250 CE
Diophantus of Alexandria
A Greek mathematician named Diophantus wrote a famous book called Arithmetica. He used letters and symbols to represent unknowns — an early version of algebra.
~825 CE
Al-Khwarizmi's Algebra
The Persian mathematician Al-Khwarizmi wrote the book that gave us the word "algebra." He described methods for replacing one unknown with an expression — the heart of substitution.
1600s–Today
Modern Algebra Takes Shape
Mathematicians like René Descartes introduced the x-y coordinate plane. This let people see systems of equations as crossing lines on a graph, making the solutions visual.

So here's the big question this lesson answers: When you have two equations with two unknowns, how do you find the one pair of values that makes both equations true? The substitution method is one of the simplest and most powerful ways to do it.

Core Principles & Definitions

Before we dive into solving, let's make sure we understand the key vocabulary. These ideas are the building blocks for everything else in this lesson.

1

System of Equations

A system of equations is a set of two (or more) equations that use the same variables. You need to find values that work in both equations at the same time.
2

Solution of a System

The solution is the pair of values (x, y) that makes both equations true. On a graph, it's the point where two lines cross.
3

Substitution

Substitution means replacing a variable in one equation with an expression from the other equation. This turns two equations into one equation with just one unknown.
4

Isolate a Variable

To isolate a variable means to get it alone on one side of the equation. For example, if y = 3x + 1, then y is already isolated.
KEY TAKEAWAY
Think of substitution like a nickname. If your friend's name is "Robert" but everyone calls him "Rob," you can swap one for the other anytime. In math, if one equation tells you that y = 2x, you can replace every y in the other equation with 2x. You're using the same "person" — just a different name!

Visual Explanation

Let's look at what a system of equations actually looks like on a graph. When you have two linear equations (straight-line equations), each one draws a line. The solution is the exact point where the two lines cross. The diagram below shows the system y = 2x and x + y = 6.

The cyan line represents y = 2x, and the pink line represents x + y = 6. They meet at the gold dot — the point (2, 4). That's the solution: x = 2 and y = 4 make both equations true.

Graphing is a great way to see the answer, but it can be hard to read exact values from a picture. That's why we use the substitution method — it gives us the exact answer using algebra, no guessing from a graph needed.

The Substitution Method Step by Step

Here is the game plan. The substitution method has three main steps. Follow them in order, and you'll find the solution every time.

STEP 1 — ISOLATE A VARIABLE
Pick one equation and solve it for one variable.
Look for a variable that's already alone or easy to get alone. For example, if one equation is y = 2x, then y is already isolated. If an equation is x + y = 6, you can rewrite it as y = 6 − x.
STEP 2 — SUBSTITUTE & SOLVE
Replace that variable in the OTHER equation and solve.
Take the expression you found in Step 1 and plug it into the other equation. Now you have one equation with only one unknown. Solve it like any normal equation.
STEP 3 — BACK-SUBSTITUTE
Plug the answer back in to find the other variable.
Once you know one variable, substitute its value into either original equation to find the second variable. Then write your answer as an ordered pair (x, y).
Don't Forget!
Always check your answer by plugging both values into both original equations. If both sides match in each equation, you know you're right.

Decision Flowchart — Which Variable to Isolate?

Students often ask, "Which variable should I solve for first?" The short answer: pick whichever one is easiest. The flowchart below helps you decide.

Follow this flowchart to decide which variable to isolate first. The goal is to pick the path that avoids fractions and extra work.

The main idea is to keep things simple. If y is already alone (like y = 5x − 3), use that right away. If not, look for a variable with a coefficient of 1 (that means there's no number in front of it, like x or y by itself). That way, you won't end up with messy fractions.

Worked Example

Let's solve this system together, step by step:

THE SYSTEM
y = 2x and x + y = 6
We want the values of x and y that make both equations true at the same time.
Solve: y = 2x and x + y = 6
1
Step 1 — Identify the isolated variableLook at the first equation: y = 2x. The variable y is already isolated (it's alone on one side). We know that y equals 2x.
y = 2x → ready to substitute
2
Step 2 — Substitute into the other equationTake the second equation, x + y = 6. Since we know y = 2x, we replace y with 2x: x + 2x = 6
x + 2x = 6
3
Step 3 — Solve for xCombine like terms: x + 2x = 3x. Now we have 3x = 6. Divide both sides by 3: 3x ÷ 3 = 6 ÷ 3
x = 2
4
Step 4 — Back-substitute to find yPlug x = 2 back into y = 2x: y = 2 × 2 = 4
y = 4
5
Step 5 — Check the answerOur solution is (2, 4). Let's check both equations: Equation 1: y = 2x → 4 = 2(2) → 4 = 4 ✓ Equation 2: x + y = 6 → 2 + 4 = 6 → 6 = 6 ✓
Solution: (2, 4) ✓

Notice how the solution (2, 4) matches the point where the two lines crossed in our earlier graph. The algebraic answer and the graphical answer agree — that's a great way to build confidence in your work!

Substitution vs. Other Methods

Substitution isn't the only way to solve a system. You might also hear about graphing and elimination. Each method has strengths and weaknesses. Here's a quick comparison.

Comparing three methods for solving systems of equations
MethodStrengthsLimitations
GraphingYou can see the solution visually. Great for understanding what a system means.Hard to read exact answers if the solution isn't a whole number.
SubstitutionGives an exact answer. Works great when one variable is already isolated.Can get messy with fractions if neither variable is easy to isolate.
EliminationWorks well when coefficients line up nicely. No need to isolate first.Requires multiplying entire equations sometimes. You'll learn this method later.
KEY TAKEAWAY
Think of the three methods like three routes to school. Graphing is the scenic route — you see everything but it takes longer. Substitution is the shortcut through your neighbor's yard — fast and direct when the path is clear. Elimination is the main road — reliable but sometimes you hit traffic. All three get you to the same answer!

Connection to Future Topics

Right now you're working with two equations and two unknowns. But the idea of substitution goes much further. Here's a peek at what's ahead as you continue in math.

How substitution grows with you through future math courses
What You Know NowWhat's Coming Next
Two equations with two unknowns (x and y)Three equations with three unknowns (x, y, and z) in Algebra 2
Straight-line (linear) equations onlySystems with curves (like parabolas) in Algebra 1 and beyond
One solution (one crossing point)Systems with no solution (parallel lines) or infinitely many solutions (same line)
Simple word problemsReal-world modeling: budgets, mixtures, motion problems

The great news is that the core skill you're learning today — replacing one variable with an expression and solving — stays the same no matter how complex the system gets. Master it now, and you'll have a tool you can use for years.

Practice Problems

Time to try it yourself! These five problems start easy and get a bit trickier. Work through each one, then check your answer.

PROBLEM 1CONCEPTUAL
In the system y = 5 and x + y = 9, which variable is already isolated? What should you substitute, and into which equation?
PROBLEM 2BASIC CALCULATION
Solve the system by substitution: y = 3x and x + y = 8.
PROBLEM 3INTERMEDIATE
Solve by substitution: y = x + 3 and 2x + y = 12.
PROBLEM 4APPLIED
A movie ticket for an adult costs $4 more than a child's ticket. Two adult tickets and three child tickets cost $43 total. Write a system of equations and use substitution to find the price of each ticket.
PROBLEM 5CRITICAL THINKING
Sam claims the system x + y = 10 and 2x + 2y = 20 has the solution (5, 5). Is Sam correct that (5, 5) is a solution? Does this system have only one solution, or could there be others? Explain your reasoning.

Lesson Summary

A system of equations is a pair of equations that share the same variables, and the solution is the ordered pair (x, y) that makes both equations true. The substitution method works by first isolating a variable in one equation, then replacing that variable in the other equation so you end up with just one unknown to solve.

After solving for one variable, you back-substitute to find the other. Always check your answer by plugging both values into both original equations. On a graph, the solution is the point where the two lines intersect. Master these steps now, and you'll be ready for more advanced systems in Algebra 1 and beyond!

Varsity Tutors • Pre-Algebra • Solving Systems by Substitution