"description": "Reinforce core algebraic skills essential for isolating variables and manipulating expressions, which are prerequisites for effective substitution.",

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

Core Algebraic Skills for Substitution

TL;DR

You'll master isolating variables and manipulating expressions before tackling substitution problems. These skills let you rearrange equations confidently and set up substitution correctly. Think of this as sharpening your tools before building something complex.

1. The Mental Model

Algebra is about maintaining balance while rearranging pieces. When you isolate a variable, you're undoing operations in reverse order, like unpacking a suitcase. Every move you make to one side, you must make to the other. That's the whole idea.

2. The Core Material

Isolating Variables: The Undo Strategy

When you see an equation like 3x + 7 = 22, your job is to get x by itself. Think backwards through the order of operations. What happened to x? First it got multiplied by 3, then 7 was added. To undo this, you'll subtract 7 first, then divide by 3.

Start with: 3x + 7 = 22
Subtract 7 from both sides: 3x = 15
Divide both sides by 3: x = 5

The key principle: whatever operation is "touching" your variable, do the opposite operation to both sides. Addition becomes subtraction, multiplication becomes division, and so on.

Let's try something trickier: 2x - 5 = 3x + 1

Here you've got x terms on both sides. Your strategy: collect all x terms on one side, all numbers on the other. Subtract 2x from both sides first:
-5 = x + 1

Now subtract 1 from both sides:
-6 = x

Always check your answer by plugging it back into the original equation. Does 2(-6) - 5 equal 3(-6) + 1? Yes: -17 = -17.

Fraction Manipulation: Clear the Denominators

Fractions make everything look scarier, but there's a simple fix: multiply everything by the denominators to clear them out.

Take this equation: x/3 + 2 = 7

Multiply every term by 3:
3 · (x/3) + 3 · 2 = 3 · 7
x + 6 = 21
x = 15

For multiple fractions like x/2 - 3 = x/5 + 1, find the least common multiple of your denominators. Here that's 10. Multiply every term by 10:
5x - 30 = 2x + 10
3x = 40
x = 40/3

Expression Manipulation: Factor and Distribute

You'll often need to rewrite expressions before isolating variables. The two big moves are factoring (pulling out common factors) and distributing (expanding parentheses).

Factoring example: 6x + 9 = 3(2x + 3)
Distribution example: 3(2x + 3) = 6x + 9

When you see something like 4(x - 2) = 20, you can solve it two ways:
Method 1 - Distribute first: 4x - 8 = 20, so 4x = 28, so x = 7
Method 2 - Divide by 4 first: x - 2 = 5, so x = 7

Both work, but sometimes one path is cleaner than the other.

3. Worked Example

Let's solve: 2(3x - 4) + 5 = x + 13

First, I'll distribute the 2:
6x - 8 + 5 = x + 13

Combine like terms on the left:
6x - 3 = x + 13

Now collect x terms on one side. I'll subtract x from both sides:
5x - 3 = 13

Add 3 to both sides:
5x = 16

Divide by 5:
x = 16/5 or 3.2

Let me check this by substituting back into the original equation:
Left side: 2(3 · 16/5 - 4) + 5 = 2(48/5 - 20/5) + 5 = 2(28/5) + 5 = 56/5 + 25/5 = 81/5
Right side: 16/5 + 13 = 16/5 + 65/5 = 81/5 ✓

The answer checks out: x = 16/5.

4. Key Takeaways

4.1 Most Important Concepts

Reverse order of operations: Undo the last operation first when isolating variables.
Balance principle: Whatever you do to one side of an equation, do to the other side.
Collect like terms: Group all variable terms together and all constant terms together.
Clear fractions early: Multiply through by denominators to avoid working with fractions.
Check your work: Substitute your answer back into the original equation.
Factor when helpful: Look for common factors that can simplify your work.
Distribute when necessary: Expand parentheses when it makes the next step clearer.

4.2 Common Misconceptions

"I can move terms by changing signs": You're actually adding or subtracting from both sides, not just moving terms around.
"Fractions are too hard": Clear the denominators first and fractions become regular integers.
"I should always distribute first": Sometimes dividing both sides by a factor is cleaner than distributing.
"Negative coefficients are confusing": Treat them like positive coefficients, just keep track of the negative sign throughout.

4.3 Compare & Contrast

Situation Strategy Example
Simple linear equation Isolate variable directly 3x + 5 = 14 → x = 3
Variables on both sides Collect terms first 2x + 3 = x + 7 → x = 4
Parentheses present Distribute or divide 4(x - 1) = 12 → x = 4

5. Now Try It

Solve these three equations using the techniques above: (1) 5x - 7 = 2x + 8, (2) 3(x + 4) = 21, and (3) x/4 + 3 = x/2 - 1. Work through each step methodically and check your answers by substitution. Success looks like getting clean integer or simple fraction answers that verify when plugged back into the original equations.


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