Solving Systems Of Linear Equations By Substitution Answer Key: Complete Guide

12 min read

Solving Systems of Linear Equations by Substitution – Answer Key Explained

Ever stared at two equations side‑by‑side and felt the numbers just blur together? You’re not alone. Think about it: the substitution method is the “plug‑and‑play” trick that lets you untangle that mess, but only if you know the exact steps and the little pitfalls that trip most students up. Below is the full, down‑to‑earth guide—complete with a ready‑to‑use answer key for the classic examples—so you can finally see why substitution works and how to make it work for you every time.


What Is Solving Systems of Linear Equations by Substitution?

At its core, substitution is a way to solve a pair (or more) of linear equations by expressing one variable in terms of the other, then swapping that expression into the second equation. Think of it like solving a puzzle where you first figure out what one piece looks like, then use that shape to fill in the rest of the picture.

Instead of juggling both equations at once, you isolate a variable—say x—in the first equation, write x = …, and then replace x everywhere it appears in the second equation. The result? A single‑variable equation you can solve with basic algebra. Once you have that variable’s value, you back‑track to find the other one.

It’s the algebraic equivalent of “solve one, plug the answer into the other.” Simple in theory, but the devil is in the details: picking the right equation to isolate, handling fractions cleanly, and double‑checking your work.


Why It Matters / Why People Care

Real‑world problems love to hide in systems of equations. Whether you’re balancing a budget, figuring out how many hours to work at two jobs, or calibrating a chemical mixture, you’ll end up with two (or more) linear relationships that must hold simultaneously.

If you can master substitution, you access a tool that’s:

  • Fast for small systems – No need for matrices or determinants when you only have two equations.
  • Transparent – You see exactly how each variable influences the other, which is great for explaining your reasoning to a teacher or a boss.
  • Foundational – Later topics like linear programming, differential equations, and even computer graphics build on the same idea of substituting one expression for another.

Miss the step, and you’ll either waste time or, worse, hand in a wrong answer that looks convincing on the surface. That’s why having a solid answer key—complete with every algebraic move—makes the difference between “I got it” and “I’m still stuck.”


How It Works (Step‑by‑Step)

Below is the full workflow, illustrated with three representative problems that range from textbook‑basic to “real‑life‑ish.” Follow each chunk, and you’ll have a reusable mental checklist.

1. Identify the easiest variable to isolate

Look at both equations and ask: which one lets me write a variable alone with the fewest steps? Usually the equation with a coefficient of 1 (or -1) is the winner.

Example 1
[ \begin{cases} 2x + 3y = 12 \ x - y = 1 \end{cases} ]

The second equation already has x alone except for a -y. It’s a perfect candidate.

2. Solve for that variable

Take the chosen equation and rearrange it.

[ x - y = 1 ;\Longrightarrow; x = y + 1 ]

Write it down clearly—this is the expression you’ll substitute But it adds up..

3. Plug the expression into the other equation

Replace the isolated variable in the remaining equation.

[ 2x + 3y = 12 ;\Longrightarrow; 2(y + 1) + 3y = 12 ]

Now you have a single‑variable equation in y The details matter here..

4. Simplify and solve the single‑variable equation

Distribute, combine like terms, and solve Not complicated — just consistent..

[ 2y + 2 + 3y = 12 \ 5y + 2 = 12 \ 5y = 10 \ y = 2 ]

5. Back‑substitute to find the other variable

Take the value you just found and drop it back into the expression from step 2 But it adds up..

[ x = y + 1 = 2 + 1 = 3 ]

6. Verify both original equations

Plug x = 3 and y = 2 into each original equation to catch arithmetic slip‑ups.

First: (2(3) + 3(2) = 6 + 6 = 12) ✓
Second: (3 - 2 = 1) ✓

Both check out, so (3, 2) is the solution Worth knowing..


A More Tricky Example with Fractions

Example 2
[ \begin{cases} \frac{1}{2}x - y = 4 \ 3x + 2y = 7 \end{cases} ]

Step 1 – Pick the easier equation

The first equation already isolates y nicely if we move terms:

[ \frac{1}{2}x - y = 4 ;\Longrightarrow; -y = 4 - \frac{1}{2}x ;\Longrightarrow; y = \frac{1}{2}x - 4 ]

(I flipped the sign for readability.)

Step 2 – Substitute into the second equation

[ 3x + 2\bigl(\frac{1}{2}x - 4\bigr) = 7 ]

Step 3 – Simplify

[ 3x + x - 8 = 7 \ 4x - 8 = 7 \ 4x = 15 \ x = \frac{15}{4} = 3.75 ]

Step 4 – Back‑substitute

[ y = \frac{1}{2}\bigl(\frac{15}{4}\bigr) - 4 = \frac{15}{8} - 4 = \frac{15 - 32}{8} = -\frac{17}{8} = -2.125 ]

Step 5 – Verify

First equation: (\frac{1}{2}(3.875 + 2.125) = 1.75) - (-2.And 125 = 4) ✓
Second equation: (3(3. 75) + 2(-2.125) = 11.25 - 4 That's the whole idea..

Solution: (\bigl( \frac{15}{4},; -\frac{17}{8} \bigr)) Simple, but easy to overlook..


Real‑World Style Problem

Example 3 – Salary Mix
You work two part‑time jobs. Job A pays $12 per hour, Job B pays $18 per hour. Last week you earned $720 total and worked 50 hours altogether. How many hours did you work at each job?

Set up the system:

[ \begin{cases} 12a + 18b = 720 \ a + b = 50 \end{cases} ]

(a = hours at Job A, b = hours at Job B.)

Step 1 – Isolate a variable

Second equation is already simple: (a = 50 - b).

Step 2 – Substitute

(12(50 - b) + 18b = 720)

Step 3 – Simplify

(600 - 12b + 18b = 720)
(600 + 6b = 720)
(6b = 120)
(b = 20)

Step 4 – Back‑substitute

(a = 50 - 20 = 30)

Step 5 – Check

(12(30) + 18(20) = 360 + 360 = 720) ✓
(30 + 20 = 50) ✓

So you worked 30 hours at Job A and 20 hours at Job B Nothing fancy..


Common Mistakes / What Most People Get Wrong

  1. Choosing the “hard” equation to isolate – Grabbing the one with big coefficients or fractions leads to unnecessary algebra. Scan both first; the one with a coefficient of 1 (or -1) usually wins It's one of those things that adds up..

  2. Dropping the negative sign – When you move a term across the equals sign, the sign flips. Forgetting that is the fastest way to get a wrong answer that still looks plausible.

  3. Mishandling fractions – Multiply every term by the LCD (least common denominator) before you start substituting. It saves you from endless little fractions later.

  4. Skipping verification – Even seasoned students skip the final plug‑in step. One slip in arithmetic (like a stray + instead of -) can ruin the whole solution.

  5. Assuming one solution always exists – Some systems are parallel (no solution) or the same line (infinitely many). If your algebra leads to a contradiction like (0 = 5) or an identity like (0 = 0), you’ve hit one of those special cases Simple as that..


Practical Tips / What Actually Works

  • Write neat, labeled steps. A sloppy line like “2x+3y=12 → 2(y+1)+3y=12” can be hard to follow later, especially under test pressure.
  • Use a temporary variable name if the expression gets messy. For Example 2, I wrote “let (u = \frac{1}{2}x)” then substituted; it kept the work tidy.
  • Clear fractions early. Multiply both sides of the equation you’re about to substitute into by the denominator’s LCM. It reduces the chance of small arithmetic errors.
  • Check the units. In word problems, make sure the solution’s units (hours, dollars, meters) make sense. If you end up with a negative number of hours, you probably swapped a sign.
  • Practice the “reverse” step. After you solve for y, plug it back into the original x expression before solving the second equation. It reinforces the logic and often catches mistakes early.

FAQ

Q1: Can I use substitution for more than two equations?
Yes, but the process becomes iterative. Solve one equation for a variable, substitute into the remaining equations, reduce the system, and repeat until you have a single equation. For three or more variables, many prefer elimination or matrix methods, but substitution works fine for small systems The details matter here. And it works..

Q2: What if both equations have the same coefficient for a variable?
You can still isolate that variable; it just means the algebra might be a bit longer. Alternatively, you could switch to elimination for that particular pair, then finish with substitution That alone is useful..

Q3: How do I know if a system has no solution or infinitely many?
When you substitute and simplify, watch the final line But it adds up..

  • If you get something like (0 = 5), the lines are parallel → no solution.
  • If you end up with (0 = 0) after eliminating a variable, the equations are dependent → infinitely many solutions.

Q4: Is it okay to round decimals during the process?
Only if the problem explicitly allows approximation. Otherwise, keep fractions exact until the very end; rounding early introduces cumulative error.

Q5: Why does substitution sometimes feel slower than elimination?
If you pick the wrong equation to isolate, you’ll juggle extra fractions or larger numbers. The key is to choose the simplest isolation step, then the rest flows quickly.


Solving systems by substitution isn’t magic; it’s a systematic dance of isolating, swapping, and checking. So naturally, with the answer key steps above, you can walk through any two‑equation problem confidently, spot the common pitfalls, and verify that your answer truly fits both original statements. Next time you see a pair of lines on a graph or a word problem about mixing resources, you’ll know exactly which variable to pull out of the hat and how to make the numbers line up. Happy solving!

6️⃣ When Substitution Meets Real‑World Contexts

Word problems are where substitution truly shines, because they let you translate a narrative into algebraic form and then “swap” the story pieces until everything clicks. Below are three common scenarios and a quick template you can copy‑paste into your notebook.

Scenario Typical Variables First‑Step Template
Mixture problems (e.That said, g. Which means ”
Work‑rate problems (people or machines working together) Let (r_1, r_2) = rates (units per hour) or let (t_1, t_2) = times taken individually “Combined work = (r_1 + r_2 =) total work / total time. , mixing solutions of different concentrations)
Profit‑loss or price‑change problems Let (p) = price of item 1, (q) = price of item 2 “Revenue = (p \times) quantity(_1) + (q \times) quantity(_2).

Quick workflow

  1. Write two equations that capture the total (volume, work, revenue) and the secondary condition (percentage, difference in rates, etc.).
  2. Isolate the variable that appears with the smallest coefficient (often the one with a 1 or a simple fraction).
  3. Substitute, simplify, and solve exactly—keep fractions until the final step.
  4. Back‑substitute to get the partner variable.
  5. Interpret: Convert the abstract numbers back into the story (e.g., “you need 3.2 L of the 12 % solution and 1.8 L of the 30 % solution”).

Example: A Coffee Blend

Problem: A café wants to make 20 L of a blend that is 18 % coffee. They have a 12 % blend and a 25 % blend. How much of each should they use?

Set‑up

  • Let (x) = liters of the 12 % blend.
  • Let (y) = liters of the 25 % blend.

Equations:
[ \begin{cases} x + y = 20 \quad\text{(total volume)}\[4pt] 0.Which means 12x + 0. 25y = 0 Worth keeping that in mind..

Solve
From the first: (y = 20 - x).
Substitute: (0.12x + 0.25(20 - x) = 3.6).
Simplify: (0.12x + 5 - 0.25x = 3.6 \Rightarrow -0.13x = -1.4).
(x = \dfrac{1.4}{0.13} \approx 10.77) L.
Then (y = 20 - 10.77 \approx 9.23) L Worth knowing..

Interpretation: Use roughly 10.8 L of the 12 % blend and 9.2 L of the 25 % blend Worth keeping that in mind..

Notice how the isolation step (choosing (y = 20 - x)) kept the numbers tidy, and the substitution eliminated the need for messy decimals until the very end Most people skip this — try not to..


7️⃣ A Mini‑Checklist Before You Submit

✔️ Item
Equation sanity Both original equations are still true when you plug in your solution? In practice,
Sign consistency No accidental sign flips when moving terms across the equals sign. Consider this:
Unit check The answer’s units match the problem (liters, dollars, people). Plus,
Simplify Fractions reduced, decimals rounded only at the final presentation.
Explain If it’s a word problem, write a one‑sentence “what the numbers mean” statement.

If any box is unchecked, pause, revisit the step where the error likely crept in, and correct it. This habit eliminates the “I’m sure I’m right, but the answer key says otherwise” moments that frustrate many students.


TL;DR – The Substitution Cheat Sheet

  1. Pick the easiest variable to isolate (look for a coefficient of 1 or a simple fraction).
  2. Solve for that variable and write the expression clearly.
  3. Substitute the expression into the other equation.
  4. Solve the resulting single‑variable equation (clear denominators first).
  5. Back‑substitute to get the partner variable.
  6. Verify both original equations and the context.

Memorize the pattern, and you’ll spend less time wrestling with algebra and more time interpreting the results And that's really what it comes down to..


Conclusion

Substitution may feel like a chore at first—especially when fractions pop up—but it is fundamentally a logical “swap” that mirrors how we solve puzzles in everyday life: isolate the unknown piece, replace it in the bigger picture, and watch the picture fall into place. By deliberately choosing the simplest isolation, clearing denominators early, and always double‑checking against the original statements, you turn a potentially error‑prone process into a reliable, repeatable routine Small thing, real impact. Less friction, more output..

Whether you’re graphing intersecting lines, mixing chemicals, or balancing a budget, the substitution method equips you with a clear, step‑by‑step roadmap. Consider this: keep the cheat sheet handy, practice the “reverse” verification step, and you’ll find that even the most tangled systems untangle themselves with a few well‑placed swaps. Happy solving, and may every system you encounter resolve neatly into its true pair of values Small thing, real impact..

Hot Off the Press

New This Month

You Might Find Useful

More Reads You'll Like

Thank you for reading about Solving Systems Of Linear Equations By Substitution Answer Key: Complete Guide. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home