"course_name": "Heart of Algebra — solving systems of two linear equations by substitution.",
From the Heart of Algebra — solving systems of two linear equations by substitution. curriculum · Updated Jun 08, 2026
Heart of Algebra — solving systems of two linear equations by substitution
TL;DR
You'll learn to solve two equations with two unknowns by replacing one variable with an expression from the other equation. This method turns a system into a single equation you can solve directly. It's your go-to tool when one equation is already solved for a variable.
1. The Mental Model
Think of substitution as strategic replacement. One equation tells you what a variable equals, so you swap that variable everywhere it appears in the other equation. This eliminates one unknown, leaving you with a simple equation to solve. That's the whole idea.
2. The Core Material
Step 1: Choose Your Target Variable
Look at both equations and pick the easiest variable to isolate. You want something like "y = ..." or "x = ..." already given, or something that becomes isolated with minimal work.
If you have:
- 3x + y = 7
- 2x - 4y = 10
The first equation is perfect because you can quickly get y = 7 - 3x. Don't overthink this step—go with what looks cleanest.
Sometimes both equations need work to isolate a variable. Pick the one with the smallest coefficient (like 2x instead of 5x) or no fractions if possible.
Step 2: Solve for Your Chosen Variable
Take your chosen equation and rearrange it so one variable sits alone on one side. This gives you an expression you can substitute.
Using our example:
3x + y = 7
Subtract 3x from both sides: y = 7 - 3x
Now you have y expressed in terms of x. This is your substitution expression.
Step 3: Substitute and Solve
Take your expression from Step 2 and replace every occurrence of that variable in the other equation. You'll end up with one equation containing only one variable.
Our second equation was: 2x - 4y = 10
Replace y with (7 - 3x): 2x - 4(7 - 3x) = 10
Now distribute and solve:
2x - 28 + 12x = 10
14x - 28 = 10
14x = 38
x = 38/14 = 19/7
Step 4: Back-Substitute
Take your solved value and plug it back into either original equation to find the other variable. Use whichever equation looks easier to work with.
We found x = 19/7. Using y = 7 - 3x:
y = 7 - 3(19/7) = 7 - 57/7 = 49/7 - 57/7 = -8/7
Your solution is the ordered pair (19/7, -8/7).
Step 5: Check Your Answer
Plug both values into both original equations. If both equations balance, you're correct. If either doesn't work, you made an arithmetic error.
Check: 3(19/7) + (-8/7) = 57/7 - 8/7 = 49/7 = 7 ✓
Check: 2(19/7) - 4(-8/7) = 38/7 + 32/7 = 70/7 = 10 ✓
flowchart TD
A["Two equations with x and y"] --> B["Pick easiest variable to isolate"]
B --> C["Solve one equation for that variable"]
C --> D["Substitute expression into other equation"]
D --> E["Solve for remaining variable"]
E --> F["Back-substitute to find other variable"]
F --> G["Check both values in both original equations"]
3. Worked Example
Let's solve this system:
- x + 2y = 8
- 3x - y = 5
Step 1: The second equation has -y, which is easy to isolate.
Step 2: From 3x - y = 5, add y to both sides, then subtract 5:
y = 3x - 5
Step 3: Substitute into the first equation:
x + 2(3x - 5) = 8
x + 6x - 10 = 8
7x - 10 = 8
7x = 18
x = 18/7
Step 4: Back-substitute x = 18/7 into y = 3x - 5:
y = 3(18/7) - 5 = 54/7 - 35/7 = 19/7
Step 5: Check in both equations:
First: 18/7 + 2(19/7) = 18/7 + 38/7 = 56/7 = 8 ✓
Second: 3(18/7) - 19/7 = 54/7 - 19/7 = 35/7 = 5 ✓
Solution: (18/7, 19/7)
4. Key Takeaways
4.1 Most Important Concepts
- Strategic variable choice: Pick the variable that's easiest to isolate, saving you arithmetic headaches later.
- Substitution eliminates variables: You're trading a two-variable system for a one-variable equation.
- Back-substitution completes the solution: Once you find one variable, the other follows quickly.
- Always check your work: Plug your solution into both original equations to catch errors.
- Fractions are normal: Don't panic when you get fractional answers—they're often correct.
- Order matters for clarity: Work systematically through the steps rather than jumping around.
4.2 Common Misconceptions
- "I should always solve for x first" → Actually, solve for whichever variable requires less work to isolate.
- "Fractional answers mean I made a mistake" → Fractions are perfectly valid solutions; decimals aren't always cleaner.
- "I can skip the checking step" → Checking catches sign errors and arithmetic mistakes that are easy to make.
- "Both equations should give the same answer when I substitute" → You only substitute into the equation you didn't use for isolation.
4.3 Compare & Contrast
| Method | Best When | Advantage | Disadvantage |
|---|---|---|---|
| Substitution | One variable easily isolated | Clean algebra, no fractions from elimination | Can create complex expressions |
| Elimination | Coefficients align nicely | Avoids nested expressions | May require multiplying entire equations |
| Graphing | Visual insight needed | Shows relationship geometrically | Imprecise for non-integer solutions |
5. Now Try It
Solve this system using substitution: 2x + 3y = 1 and x - y = 4. Choose your isolation target wisely, work through all five steps systematically, and check your final answer in both equations. Success looks like finding an ordered pair that makes both original equations true 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