Solving Systems Of Linear Equations By Substitution Worksheet Answers

7 min read

Solving Systems of Linear Equations by Substitution: A Comprehensive Worksheet‑Answer Guide

Introduction

When students first encounter systems of linear equations, the idea of substitution can feel both intuitive and intimidating. Substitution offers a clear, step‑by‑step method that turns a seemingly complex problem into a series of simpler arithmetic operations. In this guide we break down the substitution technique, illustrate it with detailed worksheet examples, and provide complete answers so learners can verify their work and deepen their understanding. Whether you’re a teacher preparing handouts or a student seeking extra practice, this resource will help you master substitution and build confidence in solving linear systems.

You'll probably want to bookmark this section.

What Are Systems of Linear Equations?

A system of linear equations consists of two or more linear equations that share the same variables. The goal is to find values for the variables that satisfy all equations simultaneously. For instance:

[ \begin{cases} 2x + 3y = 7 \ -,x + 4y = 5 \end{cases} ]

The solution ((x, y)) must make both equations true at the same time Worth keeping that in mind. That alone is useful..

Why Use Substitution?

Substitution is especially useful when one equation can be easily solved for one variable in terms of the other(s). It turns the system into a single equation with just one unknown, making the arithmetic straightforward. This method is ideal for:

  • Small systems (two equations, two variables)
  • Equations that are already isolated (e.g., (y = 2x + 3))
  • Teaching beginners because the logical flow is easy to follow

The Substitution Method in Four Steps

  1. Solve one equation for one variable.
    Isolate a variable in one of the equations so that it is expressed solely in terms of the other variable(s).

  2. Substitute the expression into the other equation.
    Replace the isolated variable in the second equation with the expression found in step 1.

  3. Solve the resulting single‑variable equation.
    Simplify and solve for the remaining variable It's one of those things that adds up..

  4. Back‑substitute to find the other variable(s).
    Plug the found value(s) back into the expression from step 1 to obtain the complete solution.

Worksheet Examples with Answers

Below are ten practice problems, each followed by a detailed solution. Work through each step before reading the answer to reinforce learning.

1. Simple Positive Coefficients

Problem

[ \begin{cases} x + y = 10 \ 2x - y = 4 \end{cases} ]

Solution

  1. Solve the first equation for (y):
    (y = 10 - x) Surprisingly effective..

  2. Substitute into the second equation:
    (2x - (10 - x) = 4) → (2x - 10 + x = 4) → (3x = 14) → (x = \frac{14}{3}).

  3. Back‑substitute for (y):
    (y = 10 - \frac{14}{3} = \frac{30 - 14}{3} = \frac{16}{3}).

Answer: (\displaystyle \left(\frac{14}{3},, \frac{16}{3}\right)).


2. Fractional Coefficients

Problem

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

Solution

  1. Isolate (x) in the second equation:
    (x = 4y + 2) And that's really what it comes down to..

  2. Substitute into the first:
    (\frac{1}{2}(4y + 2) + 3y = 8) → (2y + 1 + 3y = 8) → (5y = 7) → (y = \frac{7}{5}).

  3. Back‑substitute:
    (x = 4\left(\frac{7}{5}\right) + 2 = \frac{28}{5} + \frac{10}{5} = \frac{38}{5}).

Answer: (\displaystyle \left(\frac{38}{5},, \frac{7}{5}\right)).


3. Negative Coefficients

Problem

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

Solution

  1. Solve the second equation for (y):
    (-y = -1 - 5x) → (y = 1 + 5x) Small thing, real impact..

  2. Substitute into the first:
    (-3x + 2(1 + 5x) = 4) → (-3x + 2 + 10x = 4) → (7x = 2) → (x = \frac{2}{7}).

  3. Back‑substitute:
    (y = 1 + 5\left(\frac{2}{7}\right) = 1 + \frac{10}{7} = \frac{17}{7}) Not complicated — just consistent..

Answer: (\displaystyle \left(\frac{2}{7},, \frac{17}{7}\right)).


4. Two‑Variable System with an Isolated Variable

Problem

[ \begin{cases} y = 3x - 5 \ 4x + 2y = 18 \end{cases} ]

Solution

  1. The first equation already isolates (y) Turns out it matters..

  2. Substitute into the second:
    (4x + 2(3x - 5) = 18) → (4x + 6x - 10 = 18) → (10x = 28) → (x = 2.8) The details matter here..

  3. Find (y):
    (y = 3(2.8) - 5 = 8.4 - 5 = 3.4) Took long enough..

Answer: (\displaystyle (2.8,, 3.4)).


5. System Leading to a Fractional Solution

Problem

[ \begin{cases} 6x - 4y = 10 \ 3x + y = 7 \end{cases} ]

Solution

  1. Solve the second equation for (y):
    (y = 7 - 3x).

  2. Substitute:
    (6x - 4(7 - 3x) = 10) → (6x - 28 + 12x = 10) → (18x = 38) → (x = \frac{19}{9}).

  3. Back‑substitute:
    (y = 7 - 3\left(\frac{19}{9}\right) = 7 - \frac{57}{9} = \frac{63 - 57}{9} = \frac{6}{9} = \frac{2}{3}) Still holds up..

Answer: (\displaystyle \left(\frac{19}{9},, \frac{2}{3}\right)) Small thing, real impact..


6. System with a Zero Coefficient

Problem

[ \begin{cases} x + 0y = 4 \ 2x + 5y = 13 \end{cases} ]

Solution

  1. From the first equation, (x = 4) And it works..

  2. Substitute into the second:
    (2(4) + 5y = 13) → (8 + 5y = 13) → (5y = 5) → (y = 1).

Answer: (\displaystyle (4,, 1)) Simple, but easy to overlook..


7. System with a Large Coefficient

Problem

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

Solution

  1. Solve the second for (x):
    (x = 9 - 4y).

  2. Substitute:
    (7(9 - 4y) - 2y = 3) → (63 - 28y - 2y = 3) → (-30y = -60) → (y = 2) Most people skip this — try not to..

  3. Back‑substitute:
    (x = 9 - 4(2) = 9 - 8 = 1) Small thing, real impact..

Answer: (\displaystyle (1,, 2)).


8. System Leading to an Integer Solution

Problem

[ \begin{cases} 3x + 5y = 22 \ x - y = 1 \end{cases} ]

Solution

  1. Solve the second for (x):
    (x = y + 1).

  2. Substitute:
    (3(y + 1) + 5y = 22) → (3y + 3 + 5y = 22) → (8y = 19) → (y = \frac{19}{8}).

  3. Back‑substitute:
    (x = \frac{19}{8} + 1 = \frac{27}{8}) Easy to understand, harder to ignore..

Answer: (\displaystyle \left(\frac{27}{8},, \frac{19}{8}\right)) Most people skip this — try not to..


9. System with Decimals

Problem

[ \begin{cases} 0.Worth adding: 6 \ 2x - 0. Worth adding: 2y = 4. 5x + 1.8y = 3 And that's really what it comes down to. That alone is useful..

Solution

  1. Solve the second for (x):
    (2x = 3.4 + 0.8y) → (x = 1.7 + 0.4y).

  2. Substitute:
    (0.5(1.7 + 0.4y) + 1.2y = 4.6) → (0.85 + 0.2y + 1.2y = 4.6) → (1.4y = 3.75) → (y = \frac{3.75}{1.4} = 2.67857) (≈ 2.68).

  3. Back‑substitute:
    (x = 1.7 + 0.4(2.67857) ≈ 1.7 + 1.07143 = 2.77143) (≈ 2.77) The details matter here..

Answer: (\displaystyle (2.77,, 2.68)) (rounded to two decimals).


10. System with a Negative Right‑Hand Side

Problem

[ \begin{cases} 4x - 3y = -2 \ x + 2y = 5 \end{cases} ]

Solution

  1. Solve the second for (x):
    (x = 5 - 2y).

  2. Substitute:
    (4(5 - 2y) - 3y = -2) → (20 - 8y - 3y = -2) → (-11y = -22) → (y = 2) And that's really what it comes down to..

  3. Back‑substitute:
    (x = 5 - 2(2) = 5 - 4 = 1) Less friction, more output..

Answer: (\displaystyle (1,, 2)) The details matter here..

Common Pitfalls and How to Avoid Them

  • Algebraic Mistakes: Double‑check each algebraic manipulation. A misplaced minus sign can derail the entire solution.
  • Fraction Simplification: Keep fractions exact until the final step. Rounding early leads to inaccuracies.
  • Back‑Substitution: Always substitute the exact expression, not the simplified value, to avoid errors when the first equation contains a coefficient other than 1.
  • Checking the Solution: Plug the final values back into both original equations. This confirms that the solution satisfies the entire system and helps catch transcription errors.

FAQs

Q: What if the system has no solution?

A: If, after substitution, you obtain a contradiction such as (0 = 5), the system is inconsistent and has no solution. Graphically, the lines are parallel The details matter here..

Q: What if the system has infinitely many solutions?

A: If substitution yields an identity such as (0 = 0), the system is dependent. The equations represent the same line, and every point on that line satisfies the system The details matter here..

Q: Can substitution be used for more than two variables?

A: Yes, but the process becomes increasingly cumbersome. For three variables, you typically solve one equation for one variable, substitute into the other two, solve the resulting two‑variable system, then back‑substitute. In practice, elimination or matrix methods (e.g., Gaussian elimination) are preferred for larger systems.

Conclusion

Mastering substitution for solving systems of linear equations equips students with a reliable tool for tackling a wide range of algebraic problems. By following the four‑step process, practicing with diverse worksheet examples, and vigilantly checking work, learners develop both procedural fluency and conceptual insight. Use this guide as a reference, a study aid, or a printable worksheet set to solidify understanding and build confidence in algebraic problem solving.

This Week's New Stuff

Just Released

Round It Out

Up Next

Thank you for reading about Solving Systems Of Linear Equations By Substitution Worksheet Answers. 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