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

Systems of Linear Equations Worksheets with Answer Key - Free Printable

Systems of Linear Equations Worksheets with Answer Key

Educational worksheet: Systems of Linear Equations Worksheets with Answer Key. Download and print for classroom or home learning activities.

JPG 742×1050 93.8 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #1163751
Show Answer Key & Explanations Step-by-step solution for: Systems of Linear Equations Worksheets with Answer Key
Let's solve each system of three equations using the elimination method. We'll go step by step for each problem.

---

Problem 1:


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

#### Step 1: Eliminate one variable (e.g., $ z $)
We can eliminate $ z $ by combining equations.

First, subtract equation (1) from equation (2):
$$
(2) - (1): \quad (5x - 4y - 2z) - (3x + 3y - 2z) = 2 - 21 \\
(5x - 3x) + (-4y - 3y) + (-2z + 2z) = -19 \\
2x - 7y = -19 \quad \text{(Equation A)}
$$

Now eliminate $ z $ between (1) and (3). Multiply (1) by 3 and (3) by 2 to make $ z $ coefficients match:
- $ 3 \times (1): 9x + 9y - 6z = 63 $
- $ 2 \times (3): 8x + 4y - 6z = 42 $

Subtract:
$$
(9x + 9y - 6z) - (8x + 4y - 6z) = 63 - 42 \\
x + 5y = 21 \quad \text{(Equation B)}
$$

Now solve the system:
$$
\begin{align*}
A: &\quad 2x - 7y = -19 \\
B: &\quad x + 5y = 21 \\
\end{align*}
$$

From B: $ x = 21 - 5y $. Plug into A:
$$
2(21 - 5y) - 7y = -19 \\
42 - 10y - 7y = -19 \\
42 - 17y = -19 \\
-17y = -61 \Rightarrow y = \frac{61}{17} \approx 3.588
$$

Wait — this is messy. Let's double-check our work.

Wait! Maybe there's a better way or perhaps we made an error.

Let’s recheck:

From earlier:
- Equation A: $ 2x - 7y = -19 $
- Equation B: $ x + 5y = 21 $

Solve B: $ x = 21 - 5y $

Plug into A:
$$
2(21 - 5y) - 7y = -19 \\
42 - 10y - 7y = -19 \\
42 - 17y = -19 \\
-17y = -61 \Rightarrow y = \frac{61}{17}
$$

This seems correct, but let’s check if it's actually supposed to be integers. Maybe try another elimination.

Alternatively, let's use equations (2) and (3) to eliminate $ z $.

Equation (2): $ 5x - 4y - 2z = 2 $
Equation (3): $ 4x + 2y - 3z = 21 $

Multiply (2) by 3: $ 15x - 12y - 6z = 6 $
Multiply (3) by 2: $ 8x + 4y - 6z = 42 $

Now subtract:
$$
(15x - 12y - 6z) - (8x + 4y - 6z) = 6 - 42 \\
7x - 16y = -36 \quad \text{(Equation C)}
$$

Now we have:
- A: $ 2x - 7y = -19 $
- C: $ 7x - 16y = -36 $

Let’s solve this system.

Multiply A by 7: $ 14x - 49y = -133 $
Multiply C by 2: $ 14x - 32y = -72 $

Subtract:
$$
(14x - 49y) - (14x - 32y) = -133 + 72 \\
-17y = -61 \Rightarrow y = \frac{61}{17}
$$

Same result. So it's not an integer. But maybe that’s okay.

Then $ x = 21 - 5y = 21 - 5(\frac{61}{17}) = \frac{357 - 305}{17} = \frac{52}{17} $

Now plug into (1) to find $ z $:

$ 3x + 3y - 2z = 21 $

$ 3(\frac{52}{17}) + 3(\frac{61}{17}) - 2z = 21 $

$ \frac{156 + 183}{17} - 2z = 21 $

$ \frac{339}{17} - 2z = 21 $

$ 2z = \frac{339}{17} - 21 = \frac{339 - 357}{17} = \frac{-18}{17} $

$ z = \frac{-9}{17} $

So solution:
$$
x = \frac{52}{17},\quad y = \frac{61}{17},\quad z = -\frac{9}{17}
$$

But this seems ugly. Let's verify with original equations.

Check equation (1): $ 3x + 3y - 2z = 3(\frac{52}{17}) + 3(\frac{61}{17}) - 2(-\frac{9}{17}) = \frac{156 + 183 + 18}{17} = \frac{357}{17} = 21 $

Equation (2): $ 5x - 4y - 2z = 5(\frac{52}{17}) - 4(\frac{61}{17}) - 2(-\frac{9}{17}) = \frac{260 - 244 + 18}{17} = \frac{34}{17} = 2 $

Equation (3): $ 4x + 2y - 3z = 4(\frac{52}{17}) + 2(\frac{61}{17}) - 3(-\frac{9}{17}) = \frac{208 + 122 + 27}{17} = \frac{357}{17} = 21 $

So it checks out.

Answer for Problem 1:
$$
x = \frac{52}{17},\quad y = \frac{61}{17},\quad z = -\frac{9}{17}
$$

---

Problem 2:


$$
\begin{align*}
(1)\quad & 6r - s + 3t = -9 \\
(2)\quad & 5r + 5s - 5t = 2 \\
(3)\quad & 3r - s + 4t = 21 \\
\end{align*}
$$

Let’s eliminate variables.

First, simplify equation (2): divide by 5:
$$
r + s - t = \frac{2}{5} \quad \text{(2')}
$$

Now use (1) and (3) to eliminate $ s $.

(1): $ 6r - s + 3t = -9 $
(3): $ 3r - s + 4t = 21 $

Subtract (3) from (1):
$$
(6r - s + 3t) - (3r - s + 4t) = -9 - 21 \\
3r - t = -30 \quad \text{(A)}
$$

Now use (2') and (1) to eliminate $ s $.

From (2'): $ s = -r + t - \frac{2}{5} $

Plug into (1):

$ 6r - (-r + t - \frac{2}{5}) + 3t = -9 $

$ 6r + r - t + \frac{2}{5} + 3t = -9 $

$ 7r + 2t + \frac{2}{5} = -9 $

$ 7r + 2t = -9 - \frac{2}{5} = -\frac{47}{5} $ → (B)

Now from (A): $ 3r - t = -30 \Rightarrow t = 3r + 30 $

Plug into (B):
$$
7r + 2(3r + 30) = -\frac{47}{5} \\
7r + 6r + 60 = -\frac{47}{5} \\
13r = -\frac{47}{5} - 60 = -\frac{47}{5} - \frac{300}{5} = -\frac{347}{5} \\
r = -\frac{347}{65}
$$

This is getting messy. Perhaps there’s a typo? Or maybe we should try a different approach.

Alternatively, let's use elimination more carefully.

Let’s use (1) and (3) to eliminate $ s $:

(1): $ 6r - s + 3t = -9 $
(3): $ 3r - s + 4t = 21 $

Subtract (3) from (1):
$ (6r - 3r) + (-s + s) + (3t - 4t) = -9 - 21 $
$ 3r - t = -30 $ → (A)

Now use (2): $ 5r + 5s - 5t = 2 $ → divide by 5: $ r + s - t = \frac{2}{5} $ → (2')

Now eliminate $ s $ between (1) and (2').

From (2'): $ s = -r + t - \frac{2}{5} $

Plug into (1):
$$
6r - (-r + t - \frac{2}{5}) + 3t = -9 \\
6r + r - t + \frac{2}{5} + 3t = -9 \\
7r + 2t + \frac{2}{5} = -9 \\
7r + 2t = -\frac{47}{5} \quad \text{(B)}
$$

From (A): $ t = 3r + 30 $

Plug into (B):
$$
7r + 2(3r + 30) = -\frac{47}{5} \\
7r + 6r + 60 = -\frac{47}{5} \\
13r = -\frac{47}{5} - 60 = -\frac{347}{5} \\
r = -\frac{347}{65} \approx -5.338
$$

Then $ t = 3(-\frac{347}{65}) + 30 = -\frac{1041}{65} + \frac{1950}{65} = \frac{909}{65} $

Then from (2'): $ s = -r + t - \frac{2}{5} = \frac{347}{65} + \frac{909}{65} - \frac{2}{5} = \frac{1256}{65} - \frac{26}{65} = \frac{1230}{65} = \frac{246}{13} $

This is very messy. Likely a typo in the problem or expected to be solved numerically.

But since all steps are correct, we accept:

Answer for Problem 2:
$$
r = -\frac{347}{65},\quad s = \frac{246}{13},\quad t = \frac{909}{65}
$$

But let's skip ahead to ones that might be cleaner.

---

Problem 3:


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

Let’s eliminate variables.

First, simplify (3): divide by -2:
$$
2x + 3y + 3z = 10 \quad \text{(3')}
$$

Now eliminate $ y $.

Use (1) and (2):

(1): $ -6x - 2y - z = -17 $
(2): $ 5x + y - 6z = 19 $

Multiply (2) by 2: $ 10x + 2y - 12z = 38 $

Add to (1):
$$
(-6x + 10x) + (-2y + 2y) + (-z -12z) = -17 + 38 \\
4x - 13z = 21 \quad \text{(A)}
$$

Now eliminate $ y $ between (2) and (3').

(2): $ 5x + y - 6z = 19 $
(3'): $ 2x + 3y + 3z = 10 $

Multiply (2) by 3: $ 15x + 3y - 18z = 57 $

Subtract (3'):
$$
(15x - 2x) + (3y - 3y) + (-18z - 3z) = 57 - 10 \\
13x - 21z = 47 \quad \text{(B)}
$$

Now solve:
- (A): $ 4x - 13z = 21 $
- (B): $ 13x - 21z = 47 $

Multiply (A) by 13: $ 52x - 169z = 273 $
Multiply (B) by 4: $ 52x - 84z = 188 $

Subtract:
$$
(52x - 169z) - (52x - 84z) = 273 - 188 \\
-85z = 85 \Rightarrow z = -1
$$

Plug into (A): $ 4x - 13(-1) = 21 \Rightarrow 4x + 13 = 21 \Rightarrow 4x = 8 \Rightarrow x = 2 $

Now plug into (2): $ 5(2) + y - 6(-1) = 19 \Rightarrow 10 + y + 6 = 19 \Rightarrow y = 3 $

Check in (1): $ -6(2) - 2(3) - (-1) = -12 -6 +1 = -17 $

Check (3): $ -4(2) -6(3) -6(-1) = -8 -18 +6 = -20 $

Answer for Problem 3:
$$
x = 2,\quad y = 3,\quad z = -1
$$

---

Problem 4:


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

Eliminate $ x $.

Use (1) and (2):

(1): $ x + 3y - 3z = 12 $
(2): $ 3x - y + 4z = 0 $

Multiply (1) by 3: $ 3x + 9y - 9z = 36 $

Subtract (2): $ (3x + 9y - 9z) - (3x - y + 4z) = 36 - 0 $

$ 10y - 13z = 36 $ → (A)

Now use (1) and (3):

(1): $ x + 3y - 3z = 12 $
(3): $ -x + 2y - z = 1 $

Add: $ (x - x) + (3y + 2y) + (-3z - z) = 12 + 1 \Rightarrow 5y - 4z = 13 $ → (B)

Now solve:
- (A): $ 10y - 13z = 36 $
- (B): $ 5y - 4z = 13 $

Multiply (B) by 2: $ 10y - 8z = 26 $

Subtract from (A): $ (10y - 13z) - (10y - 8z) = 36 - 26 \Rightarrow -5z = 10 \Rightarrow z = -2 $

Plug into (B): $ 5y - 4(-2) = 13 \Rightarrow 5y + 8 = 13 \Rightarrow 5y = 5 \Rightarrow y = 1 $

Now plug into (1): $ x + 3(1) - 3(-2) = 12 \Rightarrow x + 3 + 6 = 12 \Rightarrow x = 3 $

Check (2): $ 3(3) - 1 + 4(-2) = 9 -1 -8 = 0 $
Check (3): $ -3 + 2(1) - (-2) = -3 + 2 + 2 = 1 $

Answer for Problem 4:
$$
x = 3,\quad y = 1,\quad z = -2
$$

---

Problem 5:


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

Eliminate $ x $.

Use (1) and (2):

(1): $ -3x -5y -2z = -23 $
(2): $ 6x - y + z = -14 $

Multiply (1) by 2: $ -6x -10y -4z = -46 $

Add to (2): $ (-6x + 6x) + (-10y - y) + (-4z + z) = -46 -14 \Rightarrow -11y -3z = -60 $ → (A)

Now use (2) and (3):

(2): $ 6x - y + z = -14 $
(3): $ -4x - y -6z = 10 $

Multiply (2) by 2: $ 12x - 2y + 2z = -28 $
Multiply (3) by 3: $ -12x -3y -18z = 30 $

Add: $ (12x -12x) + (-2y -3y) + (2z -18z) = -28 + 30 \Rightarrow -5y -16z = 2 $ → (B)

Now solve:
- (A): $ -11y -3z = -60 $
- (B): $ -5y -16z = 2 $

Multiply (A) by 5: $ -55y -15z = -300 $
Multiply (B) by 11: $ -55y -176z = 22 $

Subtract: $ (-55y -15z) - (-55y -176z) = -300 - 22 \Rightarrow 161z = -322 \Rightarrow z = -2 $

Plug into (A): $ -11y -3(-2) = -60 \Rightarrow -11y +6 = -60 \Rightarrow -11y = -66 \Rightarrow y = 6 $

Now plug into (2): $ 6x -6 + (-2) = -14 \Rightarrow 6x -8 = -14 \Rightarrow 6x = -6 \Rightarrow x = -1 $

Check (1): $ -3(-1) -5(6) -2(-2) = 3 -30 +4 = -23 $
Check (3): $ -4(-1) -6 -6(-2) = 4 -6 +12 = 10 $

Answer for Problem 5:
$$
x = -1,\quad y = 6,\quad z = -2
$$

---

Problem 6:


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

Notice (1) can be simplified: divide by 3:
$$
x + y - z = 7 \quad \text{(1')}
$$

Now use (1') and (2), (3).

From (1'): $ x = 7 - y + z $

Plug into (2): $ 5(7 - y + z) - 4y - 2z = 2 $

$ 35 -5y +5z -4y -2z = 2 $

$ 35 -9y +3z = 2 \Rightarrow -9y +3z = -33 \Rightarrow -3y + z = -11 $ → (A)

Plug into (3): $ 4(7 - y + z) + 2y - 3z = 21 $

$ 28 -4y +4z +2y -3z = 21 $

$ 28 -2y + z = 21 \Rightarrow -2y + z = -7 $ → (B)

Now solve:
- (A): $ -3y + z = -11 $
- (B): $ -2y + z = -7 $

Subtract (B) from (A): $ (-3y + z) - (-2y + z) = -11 +7 \Rightarrow -y = -4 \Rightarrow y = 4 $

Then from (B): $ -2(4) + z = -7 \Rightarrow -8 + z = -7 \Rightarrow z = 1 $

From (1'): $ x + 4 - 1 = 7 \Rightarrow x = 4 $

Check (2): $ 5(4) -4(4) -2(1) = 20 -16 -2 = 2 $
Check (3): $ 4(4) + 2(4) -3(1) = 16 +8 -3 = 21 $

Answer for Problem 6:
$$
x = 4,\quad y = 4,\quad z = 1
$$

---

Problem 7:


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

Note: (1) and (2) look related.

(1): $ -x -2y +4z = 14 $
(2): $ -2x -4y -3z = 27 $

Multiply (1) by 2: $ -2x -4y +8z = 28 $

Subtract (2): $ (-2x +2x) + (-4y +4y) + (8z +3z) = 28 -27 \Rightarrow 11z = 1 \Rightarrow z = \frac{1}{11} $

Now plug into (1): $ -x -2y +4(\frac{1}{11}) = 14 \Rightarrow -x -2y = 14 - \frac{4}{11} = \frac{154 - 4}{11} = \frac{150}{11} $

So $ x + 2y = -\frac{150}{11} $ → (A)

Now use (3): $ 4x -6y +2z = 26 $

$ 4x -6y +2(\frac{1}{11}) = 26 \Rightarrow 4x -6y = 26 - \frac{2}{11} = \frac{286 - 2}{11} = \frac{284}{11} $

Divide by 2: $ 2x -3y = \frac{142}{11} $ → (B)

Now solve:
- (A): $ x + 2y = -\frac{150}{11} $
- (B): $ 2x -3y = \frac{142}{11} $

Multiply (A) by 2: $ 2x + 4y = -\frac{300}{11} $

Subtract (B): $ (2x +4y) - (2x -3y) = -\frac{300}{11} - \frac{142}{11} \Rightarrow 7y = -\frac{442}{11} \Rightarrow y = -\frac{442}{77} $

This is messy. Probably a typo.

Wait — check if (1) and (2) are consistent.

(1): $ -x -2y +4z = 14 $
(2): $ -2x -4y -3z = 27 $

But $ -2x -4y = 2(-x -2y) $, so if we multiply (1) by 2: $ -2x -4y +8z = 28 $

But (2) has $ -2x -4y -3z = 27 $

So difference: $ ( -2x -4y +8z ) - ( -2x -4y -3z ) = 28 - 27 \Rightarrow 11z = 1 \Rightarrow z = 1/11 $ as before.

So it's correct, but fractional.

Proceeding...

$ y = -\frac{442}{77} \approx -5.74 $

Then from (A): $ x = -\frac{150}{11} - 2y = -\frac{150}{11} + \frac{884}{77} = \frac{-1050 + 884}{77} = \frac{-166}{77} $

Then check in (3): $ 4x -6y +2z = 4(-166/77) -6(-442/77) +2(1/11) = \frac{-664 + 2652}{77} + \frac{2}{11} = \frac{1988}{77} + \frac{14}{77} = \frac{2002}{77} = 26 $

So it works.

But likely intended to be nicer.

Answer for Problem 7:
$$
x = -\frac{166}{77},\quad y = -\frac{442}{77},\quad z = \frac{1}{11}
$$

---

Problem 8:


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

Add (1) and (2): $ (x+2x) + (y-y) + (z-z) = 3+0 \Rightarrow 3x = 3 \Rightarrow x = 1 $

Now plug into (1): $ 1 + y + z = 3 \Rightarrow y + z = 2 $ → (A)

Plug into (2): $ 2(1) - y - z = 0 \Rightarrow 2 - y - z = 0 \Rightarrow y + z = 2 $ same

Now (3): $ 1 + 2y - z = -1 \Rightarrow 2y - z = -2 $ → (B)

Now solve:
- (A): $ y + z = 2 $
- (B): $ 2y - z = -2 $

Add: $ 3y = 0 \Rightarrow y = 0 $

Then $ z = 2 $

Check (3): $ 1 + 0 - 2 = -1 $

Answer for Problem 8:
$$
x = 1,\quad y = 0,\quad z = 2
$$

---

Final Answers:



1. $ x = \frac{52}{17},\ y = \frac{61}{17},\ z = -\frac{9}{17} $
2. $ r = -\frac{347}{65},\ s = \frac{246}{13},\ t = \frac{909}{65} $
3. $ x = 2,\ y = 3,\ z = -1 $
4. $ x = 3,\ y = 1,\ z = -2 $
5. $ x = -1,\ y = 6,\ z = -2 $
6. $ x = 4,\ y = 4,\ z = 1 $
7. $ x = -\frac{166}{77},\ y = -\frac{442}{77},\ z = \frac{1}{11} $
8. $ x = 1,\ y = 0,\ z = 2 $

Let me know if you'd like decimal approximations or verification for any.
Parent Tip: Review the logic above to help your child master the concept of 3 variable system of equations 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 3 variable system of equations worksheet)

Edia | Free math homework in minutes
Systems Of Equations Solving Two Variable Systems Of Equations By ...
Systems of Linear Equations Worksheets with Answer Key
Solving Systems of Equations in Three Variables Worksheet for 11th ...
Systems of Linear Equations -- Three Variables (A)
Solving System of Equations with 3 Variables | Steps & Examples ...
Unit 1 Worksheet 5 Systems of Equations 2 Variable 231028 210357 ...
Systems of equations in three variables worksheet | Live Worksheets
Systems of Equations by Substitution Worksheets
Art of Problem Solving: Systems of Linear Equations with Three Variables