Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Worksheet for solving systems of linear equations using the substitution method.

Solving Systems of Linear Equations Worksheet with eight problems requiring substitution method to find solutions.

Solving Systems of Linear Equations Worksheet with eight problems requiring substitution method to find solutions.

JPG 742×1050 115.5 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #311773
Show Answer Key & Explanations Step-by-step solution for: Systems of Linear Equations Worksheets with Answer Key
Let's solve each system of linear equations using the substitution method, as instructed.

---

Problem 1:


$$
\begin{align*}
(1)\quad & -2x + y = 5 \\
(2)\quad & 6x - 3y = -9
\end{align*}
$$

Step 1: Solve one equation for one variable.
From (1):
$$
-2x + y = 5 \Rightarrow y = 2x + 5
$$

Step 2: Substitute into the other equation.
Substitute $ y = 2x + 5 $ into (2):
$$
6x - 3(2x + 5) = -9 \\
6x - 6x - 15 = -9 \\
-15 = -9 \quad \text{ Contradiction!}
$$

Wait — that can't be right. Let's double-check:
$$
6x - 3(2x + 5) = -9 \\
6x - 6x - 15 = -9 \\
0x - 15 = -9 \\
-15 = -9 \quad \text{False}
$$

This means no solution — the lines are parallel.

But let’s check if we made a mistake in substitution.

Wait — actually, let's try solving it differently.

Alternatively, maybe simplify the second equation:

Equation (2): $ 6x - 3y = -9 $

Divide entire equation by 3:
$$
2x - y = -3
$$

Now we have:
$$
(1)\quad -2x + y = 5 \\
(2)\quad 2x - y = -3
$$

Add both equations:
$$
(-2x + y) + (2x - y) = 5 + (-3) \\
0 = 2 \quad \text{ Contradiction}
$$

So again, no solution → inconsistent system.

Answer: No solution (parallel lines)

---

Problem 2:


$$
\begin{align*}
(1)\quad & y = x + 4 \\
(2)\quad & 3x - 4y = -19
\end{align*}
$$

Step 1: Since $ y = x + 4 $, substitute into (2):

$$
3x - 4(x + 4) = -19 \\
3x - 4x - 16 = -19 \\
-x - 16 = -19 \\
-x = -3 \Rightarrow x = 3
$$

Now plug back into (1):
$ y = 3 + 4 = 7 $

Answer: $ x = 3, y = 7 $

---

Problem 3:


$$
\begin{align*}
(1)\quad & -4x + y = 6 \\
(2)\quad & -5x - y = 21
\end{align*}
$$

Solve (1) for $ y $:
$$
y = 4x + 6
$$

Substitute into (2):
$$
-5x - (4x + 6) = 21 \\
-5x - 4x - 6 = 21 \\
-9x - 6 = 21 \\
-9x = 27 \Rightarrow x = -3
$$

Now find $ y $:
$ y = 4(-3) + 6 = -12 + 6 = -6 $

Answer: $ x = -3, y = -6 $

---

Problem 4:


$$
\begin{align*}
(1)\quad & 6x + 4y = -8 \\
(2)\quad & -6x + y = 28
\end{align*}
$$

Solve (2) for $ y $:
$$
y = 6x + 28
$$

Substitute into (1):
$$
6x + 4(6x + 28) = -8 \\
6x + 24x + 112 = -8 \\
30x + 112 = -8 \\
30x = -120 \Rightarrow x = -4
$$

Now find $ y $:
$ y = 6(-4) + 28 = -24 + 28 = 4 $

Answer: $ x = -4, y = 4 $

---

Problem 5:


$$
\begin{align*}
(1)\quad & x = -2y \\
(2)\quad & x - 9 = 9
\end{align*}
$$

From (2):
$ x = 9 + 9 = 18 $

Now use (1):
$ 18 = -2y \Rightarrow y = -9 $

Answer: $ x = 18, y = -9 $

---

Problem 6:


$$
\begin{align*}
(1)\quad & x + y = 3 \\
(2)\quad & x - y = -3
\end{align*}
$$

Solve (1) for $ x $:
$ x = 3 - y $

Substitute into (2):
$$
(3 - y) - y = -3 \\
3 - 2y = -3 \\
-2y = -6 \Rightarrow y = 3
$$

Then $ x = 3 - 3 = 0 $

Answer: $ x = 0, y = 3 $

---

Problem 7:


$$
\begin{align*}
(1)\quad & x = y - 4 \\
(2)\quad & -2x + 3y = 6
\end{align*}
$$

Substitute (1) into (2):
$$
-2(y - 4) + 3y = 6 \\
-2y + 8 + 3y = 6 \\
y + 8 = 6 \Rightarrow y = -2
$$

Now $ x = -2 - 4 = -6 $

Answer: $ x = -6, y = -2 $

---

Problem 8:


$$
\begin{align*}
(1)\quad & -5x + 20 = 5y \\
(2)\quad & -2x + y = 7
\end{align*}
$$

First, simplify (1):
Divide both sides by 5:
$$
- x + 4 = y \Rightarrow y = -x + 4
$$

Now substitute into (2):
$$
-2x + (-x + 4) = 7 \\
-2x - x + 4 = 7 \\
-3x + 4 = 7 \\
-3x = 3 \Rightarrow x = -1
$$

Now find $ y $:
$ y = -(-1) + 4 = 1 + 4 = 5 $

Answer: $ x = -1, y = 5 $

---

Final Answers:



| Problem | Solution |
|--------|----------|
| 1 | No solution (inconsistent) |
| 2 | $ x = 3, y = 7 $ |
| 3 | $ x = -3, y = -6 $ |
| 4 | $ x = -4, y = 4 $ |
| 5 | $ x = 18, y = -9 $ |
| 6 | $ x = 0, y = 3 $ |
| 7 | $ x = -6, y = -2 $ |
| 8 | $ x = -1, y = 5 $ |

---

Let me know if you'd like these checked or formatted for printing!
Parent Tip: Review the logic above to help your child master the concept of linear equation practice worksheet.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all linear equation practice worksheet)

Solving Linear Equations worksheet in 2024 | Solving linear ...
50+ Linear Equations worksheets on Quizizz | Free & Printable
Graphing Linear Equation Worksheets
Solving Linear Equations -- Form x/a ± b = c (A)
Algebra 1 Worksheets | Linear Equations Worksheets
Systems of Linear Equations Worksheets with Answer Key
one-variable linear equations (x÷a+b=c) Math Worksheets, Math ...
Graphing Linear Equations Math Workbook 100 Worksheets: Hands-on Practice for Graphing Linear Equations in Math
Linear Equation of a Line Worksheets
Maths Worksheet 2 Step Linear Equations Practise Questions and ...