"topics": [

From the Heart of Algebra — solving systems of two linear equations by substitution. curriculum · Updated Jun 08, 2026

Solving Systems of Linear Equations by Substitution

TL;DR

You'll learn to solve two linear equations with two unknowns by isolating one variable and plugging it into the other equation. This method transforms a two-variable problem into a single-variable problem you already know how to solve. You'll walk away confident tackling any system where substitution makes sense.

1. The Mental Model

When you have two equations with 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 backtrack to find the second. That's the whole idea.

2. The Core Material

The Substitution Process

The substitution method follows four clear steps. First, you pick one equation and solve for one variable in terms of the other. Second, you substitute that expression into the other equation. Third, you solve the resulting single-variable equation. Fourth, you plug your answer back into either original equation to find the second variable.

Let's say you have this system:

3x + 2y = 16
x - y = 2

The second equation looks easier to work with, so solve it for x: x = y + 2. Now substitute this expression for x in the first equation: 3(y + 2) + 2y = 16. Distribute and simplify: 3y + 6 + 2y = 16, which becomes 5y = 10, so y = 2. Finally, substitute y = 2 back into x = y + 2 to get x = 4.

Choosing Which Variable to Isolate

Your choice matters for keeping the algebra clean. Look for coefficients of 1 or -1 — they make isolation straightforward without fractions. If you see x - y = 2 or 2x + y = 5, those are prime candidates. Avoid isolating variables with coefficients like 3 or 7 when you have easier options, since you'll end up with messier fractions.

Sometimes both equations look equally complex. In that case, pick the variable that appears with the smallest coefficient across both equations. If you have 3x + 7y = 21 and 2x + 5y = 15, isolate x from the second equation since 2 < 3.

Checking Your Solution

Always verify your answer by substituting both values back into both original equations. If x = 4 and y = 2 is your solution, check: does 3(4) + 2(2) = 16? Yes, 12 + 4 = 16. Does 4 - 2 = 2? Yes. Both equations work, so your solution is correct.

This check catches arithmetic errors and ensures you haven't made a substitution mistake. It's also how you'll know if the system has no solution (you'll get something impossible like 5 = 7) or infinitely many solutions (you'll get something always true like 0 = 0).

3. Worked Example

Let's solve this system step by step:

2x + 3y = 1
x + 5y = 8

Step 1: Choose which variable to isolate. The second equation has x with coefficient 1, making it the easiest choice. Solve for x: x = 8 - 5y.

Step 2: Substitute this expression into the first equation. Replace x with (8 - 5y):
2(8 - 5y) + 3y = 1

Step 3: Solve for y. Distribute the 2:
16 - 10y + 3y = 1
16 - 7y = 1
-7y = 1 - 16
-7y = -15
y = 15/7

Step 4: Find x by substituting y = 15/7 back into x = 8 - 5y:
x = 8 - 5(15/7)
x = 8 - 75/7
x = 56/7 - 75/7
x = -19/7

Step 5: Check by substituting both values into both original equations:
First equation: 2(-19/7) + 3(15/7) = -38/7 + 45/7 = 7/7 = 1 ✓
Second equation: (-19/7) + 5(15/7) = -19/7 + 75/7 = 56/7 = 8 ✓

The solution is x = -19/7, y = 15/7.

4. Key Takeaways

4.1 Most Important Concepts

  • Substitution eliminates one variable: You replace a variable in one equation with an equivalent expression from the other equation.
  • Choose the easiest isolation: Pick variables with coefficient 1 or -1 to avoid unnecessary fractions.
  • Work systematically: Isolate, substitute, solve, back-substitute, check — following this order prevents errors.
  • Check both equations: Your solution must satisfy both original equations simultaneously.
  • Fractions are normal: Don't panic when you get fractional answers; they're often correct.
  • Three possible outcomes: Systems can have exactly one solution (intersecting lines), no solution (parallel lines), or infinitely many solutions (same line).
  • Algebraic accuracy matters: Small arithmetic errors compound quickly in multi-step problems.

4.2 Common Misconceptions

  • "I should always solve for x first" → Choose based on which variable has the simplest coefficient, regardless of the letter.
  • "Fractional answers mean I made an error" → Fractions are perfectly valid solutions; check your work instead of assuming mistakes.
  • "I only need to check one equation" → You must verify both equations since the solution is their intersection point.
  • "Substitution and elimination always give the same difficulty" → Some systems are much easier with substitution, others with elimination.

4.3 Compare & Contrast

Aspect Substitution Method Elimination Method
Best when One variable has coefficient ±1 Coefficients can be easily matched
Steps Isolate → substitute → solve → back-substitute Multiply → add/subtract → solve → back-substitute
Algebra complexity Can involve more complex expressions Usually simpler arithmetic

5. Now Try It

Solve this system using substitution: 4x - y = 10 and x + 2y = 5. Choose which variable to isolate based on coefficients, work through all four steps systematically, and check your answer in both original equations.

Success looks like: You get a specific x and y value that makes both equations true when you substitute them 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