"timeframe": "Days 1-4",
From the Heart of Algebra — solving systems of two linear equations by substitution. curriculum · Updated Jun 08, 2026
Solving Systems of Two Linear Equations by Substitution
TL;DR
You'll learn to solve two equations with two unknowns by isolating one variable and plugging it into the other equation. This gives you one equation with one unknown, which you can solve directly. Then you'll back-substitute to find the second variable.
1. The Mental Model
When you have two equations and two unknowns, you're looking for the point where both lines intersect. Substitution lets you eliminate one variable by expressing it in terms of the other. You solve for one variable, then use that answer to find the second. That's the whole idea.
2. The Core Material
Setting Up for Substitution
You need two linear equations in two variables, typically written as:
- Equation 1: ax + by = c
- Equation 2: dx + ey = f
The substitution method works by solving one equation for one variable, then substituting that expression into the other equation. Choose the equation and variable that'll give you the simplest algebra. Look for coefficients of 1 or -1, or variables that are already isolated.
For example, if you have:
- 3x + y = 11
- 2x - y = 4
The first equation makes it easy to solve for y: y = 11 - 3x. That's your substitution expression.
The Substitution Process
Once you've isolated one variable, substitute that expression everywhere you see that variable in the other equation. This eliminates one variable completely, leaving you with a single equation in one unknown.
Using our example, substitute y = 11 - 3x into the second equation:
2x - (11 - 3x) = 4
Now you have one equation with only x. Distribute and combine like terms:
2x - 11 + 3x = 4
5x - 11 = 4
5x = 15
x = 3
Back-Substitution
Once you've found one variable, plug that value back into either original equation to find the other variable. It's usually easiest to use the equation you solved for substitution.
With x = 3, substitute back into y = 11 - 3x:
y = 11 - 3(3) = 11 - 9 = 2
Your solution is the ordered pair (3, 2). Always check this in both original equations to verify it's correct.
flowchart TD
A["Start: Two equations, two unknowns"] --> B["Choose easier equation to isolate a variable"]
B --> C["Substitute expression into other equation"]
C --> D["Solve the single-variable equation"]
D --> E["Back-substitute to find second variable"]
E --> F["Check solution in both original equations"]
Special Cases You'll Encounter
Sometimes substitution reveals that your system has no solution or infinitely many solutions. If you end up with a false statement like 0 = 5, the lines are parallel and never intersect—no solution exists. If you get a true statement like 0 = 0, the equations represent the same line, so there are infinitely many solutions.
When coefficients are fractions, don't panic. The process stays identical, but work carefully with fraction arithmetic. Sometimes it helps to multiply an entire equation by a number to clear fractions before you start substituting.
3. Worked Example
Let's solve this system step by step:
- x + 2y = 8
- 3x - y = 1
Step 1: Choose which variable to isolate. The second equation makes y easy to isolate since its coefficient is -1.
From 3x - y = 1, solve for y:
-y = 1 - 3x
y = 3x - 1
Step 2: Substitute this expression for y into the first equation:
x + 2(3x - 1) = 8
Step 3: Solve for x:
x + 6x - 2 = 8
7x - 2 = 8
7x = 10
x = 10/7
Step 4: Back-substitute to find y:
y = 3(10/7) - 1 = 30/7 - 7/7 = 23/7
Step 5: Check in both original equations:
- First: 10/7 + 2(23/7) = 10/7 + 46/7 = 56/7 = 8 ✓
- Second: 3(10/7) - 23/7 = 30/7 - 23/7 = 7/7 = 1 ✓
The solution is (10/7, 23/7).
4. Key Takeaways
4.1 Most Important Concepts
- Choose strategically: Pick the variable and equation that give the simplest algebra, usually where a coefficient is 1 or -1.
- Substitution eliminates variables: You're trading two equations with two unknowns for one equation with one unknown.
- Back-substitution is essential: Finding one variable is only halfway done; you must find both to complete the solution.
- Always verify: Check your answer in both original equations to catch arithmetic errors.
- Solutions are ordered pairs: Write your final answer as (x, y) coordinates.
- Special cases exist: Some systems have no solution or infinitely many solutions.
- Fractions are normal: Don't avoid them; just work carefully with fraction arithmetic.
4.2 Common Misconceptions
- "I can substitute into the same equation I solved": You must substitute into the other equation to eliminate the variable.
- "The solution is just one number": A system's solution is a coordinate pair (x, y), not a single value.
- "If I get fractions, I made an error": Fractional solutions are perfectly valid and often correct.
- "I only need to check one equation": Always verify your solution satisfies both original equations.
4.3 Compare & Contrast
| Method | When to Use | Advantage | Disadvantage |
|---|---|---|---|
| Substitution | One variable has coefficient ±1 | Clear step-by-step process | Can create messy fractions |
| Elimination | Coefficients are easy to match | Often avoids fractions | Requires planning ahead |
| Graphing | Want to visualize the solution | Shows geometric meaning | Imprecise for non-integer solutions |
5. Now Try It
Solve this system using substitution: 2x + 3y = 16 and x - y = 2. Start by solving the second equation for x, then substitute into the first equation. Work through back-substitution and check your answer in both original equations.
Success looks like: Finding the exact coordinates where both lines intersect, written as an ordered pair, and verifying this point satisfies both equations when you substitute the values back in.
Get the full Heart of Algebra — solving systems of two linear equations by substitution. curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account