```json

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 solve two equations with two unknowns by isolating one variable in the first equation, then plugging that expression into the second equation. This reduces two equations to one equation with one unknown. You'll then work backwards to find both variables.

1. The Mental Model

Think of substitution as strategic replacement. You're taking one messy unknown and replacing it with an expression that tells you exactly what it equals. Once you make that swap, you've got one equation with one variable — something you already know how to solve. That's the whole idea.

2. The Core Material

The Step-by-Step Process

Here's your roadmap every single time:

Step 1: Pick an equation and isolate one variable. Look for the easiest variable to isolate — usually one with a coefficient of 1 or -1. If you see something like $y = 3x + 5$, you're golden. If everything has messy coefficients, pick the simplest-looking option.

Step 2: Substitute that expression into the other equation. Take what you found in Step 1 and plug it in wherever you see that variable in the second equation. You'll end up with one equation containing only one variable.

Step 3: Solve for the remaining variable. This is just regular equation-solving now — combine like terms, isolate the variable, and find its value.

Step 4: Substitute back to find the other variable. Take the value you just found and plug it back into either original equation (or your isolated expression from Step 1) to find the other variable.

Step 5: Check your answer. Plug both values into both original equations. If they work in both equations, you're done.

Choosing Which Variable to Isolate

This choice can make your life easy or miserable. Look for these green flags:
- A variable with coefficient 1 or -1
- A variable that's already isolated (like $y = 2x - 3$)
- The variable that creates the least messy fractions

Avoid isolating variables with coefficients like 7 or -11 if you can help it. You'll end up with ugly fractions that make arithmetic errors more likely.

What You're Really Doing

When you have two equations like:
$$2x + 3y = 12$$
$$x - y = 1$$

You're finding the one point $(x, y)$ that makes both equations true simultaneously. Geometrically, you're finding where two lines intersect. Algebraically, you're using the constraint from one equation to simplify the other.

The substitution method works because you're maintaining equality throughout. If $x - y = 1$, then $x = y + 1$. These expressions are equivalent, so you can swap them anywhere without changing the truth of your equations.

When Substitution Gets Messy

Sometimes you'll isolate a variable and get something like $x = \frac{3y - 7}{4}$. Don't panic. Substitute this entire fraction into the other equation and solve carefully. Clear fractions by multiplying the whole equation by the denominator if needed.

If both equations have messy coefficients for all variables, substitution might not be your best method. But you can always make it work — it just requires more careful arithmetic.

3. Worked Example

Let's solve this system:
$$3x + 2y = 16$$
$$x + y = 6$$

Step 1: Isolate a variable. The second equation has nice coefficients. I'll isolate $x$:
$$x + y = 6$$
$$x = 6 - y$$

Step 2: Substitute into the other equation. I'll replace $x$ with $(6 - y)$ in the first equation:
$$3x + 2y = 16$$
$$3(6 - y) + 2y = 16$$

Step 3: Solve for the remaining variable.
$$18 - 3y + 2y = 16$$
$$18 - y = 16$$
$$-y = -2$$
$$y = 2$$

Step 4: Find the other variable. I'll substitute $y = 2$ back into $x = 6 - y$:
$$x = 6 - 2 = 4$$

Step 5: Check the answer. Let's verify $(4, 2)$ works in both original equations:
- First equation: $3(4) + 2(2) = 12 + 4 = 16$ ✓
- Second equation: $4 + 2 = 6$ ✓

The solution is $(4, 2)$.

4. Key Takeaways

4.1 Most Important Concepts

  • Strategic variable choice: Always isolate the variable that creates the simplest expression, usually one with coefficient 1 or -1.
  • Substitution maintains equality: When you replace a variable with an equivalent expression, you're not changing the mathematical truth.
  • One equation, one unknown: The goal is always to reduce your system to a single equation with a single variable.
  • Work backwards: Once you find one variable, substitute it back to find the other.
  • Check every solution: Your answer must satisfy both original equations simultaneously.
  • Geometric meaning: You're finding the intersection point of two lines on the coordinate plane.
  • Algebraic manipulation: Clean up expressions before substituting to avoid messy arithmetic.

4.2 Common Misconceptions

  • "I can substitute into the same equation I isolated from": This just gives you an identity like $0 = 0$, which tells you nothing new.
  • "Fractions mean I made an error": Fractional coefficients are normal — just work more carefully with the arithmetic.
  • "I only need to check one equation": Your solution must work in both equations, so always verify both.
  • "The substitution method always gives integer answers": Real solutions can be fractions, decimals, or even irrational numbers.

4.3 Compare & Contrast

Method When to Use Advantage Disadvantage
Substitution One variable has coefficient ±1, or is already isolated Creates clean single-variable equation Can get messy with complex coefficients
Elimination Coefficients can be easily matched by multiplication Avoids fractions with integer coefficients Requires strategic coefficient manipulation
Graphing Rough estimate needed, or visual learner Shows geometric meaning clearly Imprecise for non-integer solutions

5. Now Try It

Solve this system using substitution: $2x - y = 8$ and $x + 3y = 1$. Start by isolating $y$ from the first equation (it has coefficient -1). Then substitute that expression into the second equation and solve completely.

Success looks like: You'll find specific values for both $x$ and $y$, and when you substitute these values into both original equations, both equations will be satisfied.


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