How to Solve Systems of Equations with Substitution?

How to Solve Systems of Equations with Substitution?
Algebra 1

Systems of Equations with Substitution

Substitution is the go-to method for a system when one variable is already by itself: you replace it in the other equation, solve for one variable, then back-substitute for the other. We’ll walk through it step by step, with a solver, drills, and a worksheet maker a tap away.

Tutor-style math help

Solve Systems of Equations with Substitution: what to notice and how to work it

Systems skill
A system asks for values that make every equation true at the same time. On a graph, the solution is where the graphs meet.

What to notice first

Choose the method based on the form you are given. Substitution is friendly when a variable is isolated; elimination is friendly when coefficients line up.

Common student mistake

Do not stop after finding one variable. A two-variable system usually needs an ordered pair, and that pair must check in every original equation.

Key formulas and cues

\(\text{linear system solution}=(x,y)\)
\(\text{same slope, different intercepts}\Rightarrow\text{no solution}\)
\(\text{same line}\Rightarrow\text{infinitely many solutions}\)
solution

A reliable path

  1. Choose a methodGraph, substitute, or eliminate depending on the form.
  2. Solve one variableUse the cleanest equation to find one value.
  3. Find and check the pairSubstitute back and verify both equations.

Worked examples

Substitution

Example: \(y=x+2\) and \(y=2x-1\)
  1. Set the right sides equal.
  2. Solve x + 2 = 2x – 1 to get x = 3.
  3. Substitute to find y.
Answer: \((3,5)\)

Elimination

Example: \(x+y=8\), \(x-y=2\)
  1. Add the equations to eliminate y.
  2. 2x = 10, so x = 5.
  3. Use x + y = 8 to find y = 3.
Answer: \((5,3)\)
Try one before moving on
Try: Solve \(y=x+1\) and \(y=3x-3\).
Answer: \((2,3)\).
Next step: do the matching worksheet or quiz while the method is still fresh, then come back and explain the first step in your own words.
Illustration of students learning Systems of Equations with Substitution

When one equation in a system already has a variable by itself — something like \(y = 2x + 1\) — substitution is usually the fastest way to solve. You take that expression and slot it into the other equation, which collapses two variables down to one. Solve that, then back-substitute to find the partner. It’s a clean, reliable method once you’ve seen it in action.

In short: solve one equation for a variable, substitute it into the other, solve for the remaining variable, then back-substitute. For \(y = 2x+1\) and \(3x + y = 11\), you get \((2, 5)\).

The big idea

Turn Two Variables Into One

A system is hard because two unknowns are tangled across two equations. Substitution untangles them: replace one variable with an equal expression so a single equation in one variable remains. From there it’s ordinary algebra.

How to solve by substitution (4 steps):

  1. Solve one equation for a variable (or use one already isolated).
  2. Substitute that expression into the other equation.
  3. Solve the resulting one-variable equation.
  4. Back-substitute to find the second variable.
Tutor tip: Substitute into the other equation, not the one you just solved — plugging back into the same equation only gives \(0 = 0\) and tells you nothing.
See the solution

\(y = 2x + 1\) and \(3x + y = 11\)

Substitute \(y = 2x + 1\) into the second: \(3x + (2x + 1) = 11 \Rightarrow 5x = 10 \Rightarrow x = 2\); then \(y = 5\). The two lines cross at \((2, 5)\) — the red point below.

⚡ Solve a system
y=2x+13x+y=11(2, 5)

Worked Examples

The solution is where the two lines cross — marked on each graph below.

Example A — y already isolated

Solve \(y = 2x + 1\), \(3x + y = 11\).

  1. Substitute \(y = 2x+1\) into the other: \(3x + (2x+1) = 11\).
  2. Solve: \(5x + 1 = 11\), so \(x = 2\).
  3. Back-substitute: \(y = 2(2)+1 = 5\).

Answer: \((2, 5)\)

y=2x+13x+y=11(2, 5)

Example B — Another isolated case

Solve \(y = x – 4\), \(2x + y = 5\).

  1. Substitute: \(2x + (x – 4) = 5\).
  2. Solve: \(3x = 9\), so \(x = 3\).
  3. Back-substitute: \(y = 3 – 4 = -1\).

Answer: \((3, -1)\)

y=x−42x+y=5(3, -1)

Example C — x isolated

Solve \(x = 2y\), \(x + 3y = 10\).

  1. Substitute \(x = 2y\): \(2y + 3y = 10\).
  2. Solve: \(5y = 10\), so \(y = 2\).
  3. Back-substitute: \(x = 2(2) = 4\).

Answer: \((4, 2)\)

x=2yx+3y=10(4, 2)

Example D — Solve for a variable first

Solve \(x = y – 1\), \(2x + 3y = 18\).

  1. Substitute, keeping parentheses: \(2(y – 1) + 3y = 18\).
  2. Distribute and solve: \(5y – 2 = 18\), so \(y = 4\).
  3. Back-substitute: \(x = 4 – 1 = 3\).

Answer: \((3, 4)\)

x=y−12x+3y=18(3, 4)

Where You’ll Use It

Substitution shines in word problems where one quantity is described in terms of another — “the length is 4 more than the width,” “she has twice as many dimes as quarters.” You write that relationship as one equation, substitute, and the problem solves itself. It’s also the backbone of solving nonlinear systems later on.

Easy Points to Lose

  • Substituting into the same equation. Always plug into the other equation, or you’ll get a useless identity.
  • Dropping parentheses. Substitute the whole expression in parentheses: \(2(y – 1)\), then distribute.
  • Stopping at one variable. A system’s answer is an ordered pair — find both \(x\) and \(y\).
  • Skipping the check. Plug the pair into both original equations to confirm it works.

Your Turn: Solve by Substitution

Find each ordered pair, then reveal the answers.

  1. \(y = 3x\), \(2x + y = 10\)
  2. \(y = x + 2\), \(x + y = 8\)
  3. \(x = y – 1\), \(2x + 3y = 18\)
  4. \(y = 2x + 1\), \(3x + y = 11\)
Show answers
  1. \(\color{blue}{(2, 6)}\)
  2. \(\color{blue}{(3, 5)}\)
  3. \(\color{blue}{(3, 4)}\)
  4. \(\color{blue}{(2, 5)}\)
Keep practicing

Make Your Own Systems Worksheet

Generate fresh substitution problems with a full answer key — print or save as a PDF.

New problems every click — never the same sheet twice
Step-by-step answer key so you can self-check
🔁

Frequently Asked Questions

When should I use substitution instead of elimination?

Use substitution when one variable is already isolated, or is easy to isolate (its coefficient is 1). Elimination is often cleaner when both equations are in standard \(ax + by = c\) form.

Which equation do I substitute into?

The other one — the equation you didn’t just solve for a variable. Substituting back into the same equation produces \(0 = 0\) and no information.

What if substitution gives a false or always-true statement?

A false statement (like \(2 = 5\)) means no solution; an always-true one (like \(0 = 0\)) means infinitely many. Otherwise you get one ordered pair.

How do I check my answer?

Substitute the ordered pair into both original equations. If both are true, the solution is correct.

Related Topics

Continue Your Study

Ready for the next step? Pick up right where this lesson leaves off:

Related to This Article

What people say about "How to Solve Systems of Equations with Substitution? - Effortless Math"?

No one replied yet.

Leave a Reply

X
51% OFF

Limited time only!

Save Over 51%

Take It Now!

SAVE $55

It was $109.99 now it is $54.99

The Ultimate Algebra Bundle 2026: From Pre-Algebra to Algebra II