SYSTEMS OF EQUATIONS in THREE VARIABLES

It is often desirable or even necessary to use more than one variable to model a situation in many fields. When this is the case, we write and solve a system of equations in order to answer questions about the situation.



If a system of linear equations has at least one solution, it is consistent. If the system has no solutions, it is inconsistent. If the system has an infinity number of solutions, it is dependent. Otherwise it is independent.



A linear equation in three variables describes a plane and is an equation equivalent to the equation

\begin{eqnarray*}&& \\
Ax+By+Cz+D &=&0 \\
&&
\end{eqnarray*}


where A, B, C, and D are real numbers and A, B, C, and D are not all 0.




Problem 3.1c:


Your company has three acid solutions on hand: 30%, 40%, and 80% acid. It can mix all three to come up with a 100-gallons of a 39% acid solution. If it interchanges the amount of 30% solution with the amount of the 80% solution in the first mix, it can create a 100-gallon solution that is 59% acid. How much of the 30%, 40%, and 80% solutions did the company mix to create a 100-gallons of a 39% acid solution?



Answer:         50 gallons of the 30% solution, 40 gallons of the 40% solution, and 10 gallons of the 80% solution.



Solution:


There are three unknowns:

\begin{eqnarray*}&& \\
1 &:&\text{ The amount of 30\% acid solution} \\
2 &:...
...ion} \\
3 &:&\text{ The amount of 80\% acid solution} \\
&&
\end{eqnarray*}


Let's rewrite the paragraph that asks the question we are to answer.


The first sentence can be rewritten as [ The amount of 30% acid solution ] <tex2htmlcommentmark> + [ The amount of 40% acid solution ] + [ The amount of 80% acid solution ] $=100.\bigskip $ The second sentence can be rewritten 0.30 times [ The amount of money invested in the safe investment ] + 0.40 times [ The amount of 40% acid solution ] + 0.80 times [ The amount of 80% acid solution ] $%
=0.39\left( 100\right) .\bigskip $ The third sentence can be rewritten 0.80 times [ The amount of money invested in the safe investment ] + 0.40 times [ The amount of 40% acid solution ] + 0.30 times [ The amount of 80% acid solution ] $%
=0.59\left( 100\right) .$



It is going to get boring if we keep repeating the phrases

\begin{eqnarray*}&& \\
1 &:&\text{ The amount of 30\% acid solution} \\
2 &:...
...ion} \\
3 &:&\text{ The amount of 80\% acid solution} \\
&&
\end{eqnarray*}


Let's create a shortcut by letting symbols represent these phrases. Let

\begin{eqnarray*}&& \\
x &=&\text{ The amount of 30\% acid solution} \\
y &=...
...ion} \\
z &=&\text{ The amount of 80\% acid solution} \\
&&
\end{eqnarray*}


in the three sentences, and then rewrite them.



The first sentence [ The amount of 30% acid solution ] + [ The amount of 40% acid solution ] + [ The amount of 80% acid solution ] =100 can now be written in the algebraic form

\begin{eqnarray*}&& \\
x+y+z &=&100 \\
&& \\
&&
\end{eqnarray*}


The second sentence 0.30 times [ The amount of money invested in the safe investment ] + 0.40 times [ The amount of 40% acid solution ] + 0.80 times [ The amount of 80% acid solution ] $=0.39\left( 100\right) $ can now be written in the algebraic form

\begin{eqnarray*}&& \\
0.30x+0.40y+0.80z &=&39 \\
&& \\
&&
\end{eqnarray*}


The third sentence 0.80 times [ The amount of money invested in the safe investment ] + 0.40 times [ The amount of 40% acid solution ] + 0.30 times [ The amount of 80% acid solution ] $=0.59\left( 100\right) $ can now be written in the algebraic form

\begin{eqnarray*}&& \\
0.80x+0.40y+0.30z &=&59 \\
&& \\
&&
\end{eqnarray*}



We have converted the problem from one described by words to one that is described by three equations.

       
x+y+z = 100 (1)
       
0.30x+0.40y+0.80z = 39 (2)
       
0.80x+0.40y+0.30z = 59 (3)
       

We are going to show you how to solve this system of equations three different ways:


1)        Substitution, 2)        Elimination 3)        Matrices




SUBSTITUTION:


The process of substitution involves several steps:


Step 1:        Solve for one of the variables in one of the equations. It makes no difference which equation and which variable you choose. Let's solve for x in equation (1).

\begin{eqnarray*}&& \\
x+y+z &=&100 \\
&& \\
x &=&100-y-z \\
&& \\
&&
\end{eqnarray*}


Step 2:        Substitute this value for x in equations (2) and (3). This will change equations (1) and (2) to equations in the two variables y and <tex2htmlcommentmark> z. Call the changed equations (4) and (5), respectively..
       
0.30x+0.40y+0.80z = 39  
       
$\displaystyle 0.30\left( 100-y-z\right) +0.40y+0.80z$ = 39  
       
30-0.30y-0.30z+0.40y+0.80z = 39  
       
0.10y+0.50z = 9  
       
y+5z = 90 (4)
       
       
0.80x+0.40y+0.30z = 59  
       
$\displaystyle 0.80\left( 100-y-z\right) +0.40y+0.30z$ = 59  
       
80-0.80y-0.80z+0.40y+0.30z = 59  
       
-0.40y-0.50z = -21  
       
4y+5z = 210 (5)
       
       

Step 3:        Solve for y in equation (4).

\begin{eqnarray*}&& \\
y+5z &=&90 \\
&& \\
y &=&90-5z \\
&& \\
&& \\
&& \\
&&
\end{eqnarray*}


Step 4:        Substitute this value of y in equation (5). This will give you an equation in one variable.

\begin{eqnarray*}&& \\
4y+5z &=&210 \\
&& \\
4\left( 90-5z\right) +5z &=&2...
...z &=&210 \\
&& \\
-15z &=&-150 \\
&& \\
z &=&10 \\
&&
\end{eqnarray*}


Step 5:        Substitute this value of z in equation (4) and solve for y.

\begin{eqnarray*}&& \\
y+5z &=&90 \\
&& \\
y+5\left( 10\right) &=&90 \\
&& \\
y &=&40 \\
&& \\
&&
\end{eqnarray*}


Step 7:        Substitute 40 for y and 10 for z in equation (1) and solve for x.

\begin{eqnarray*}&& \\
x+y+y &=&100 \\
&& \\
x+40+10 &=&100 \\
&& \\
x &=&50 \\
&&
\end{eqnarray*}


The solution is: $x=50,\ y=40,$ and z=10. In terms of the original problems, 50 gallons of the 30% solution, 40 gallons of the 40% solution, and 10 gallons of the 80% solution can be mixed to produced 100 gallons of a 50% solutions.

Step 8:        Check the solutions:

\begin{eqnarray*}&& \\
50+40+10 &=&100\rightarrow Yes \\
&& \\
0.30\left( ...
...10\right)
&=&59\rightarrow Yes \\
&& \\
&& \\
&& \\
&&
\end{eqnarray*}


ELIMINATION:


The process of elimination involves several steps: First you reduce three equations to two equations with two variables, and then to one equation with one variable.



Step 1:        Decide which variable you will eliminate. It makes no difference which one you choose. Let us eliminate x first.

\begin{eqnarray*}&& \\
\begin{array}{l}
(1) \\
\\
(2) \\
\\
(3)
\end...
...+ & 0.30z & = & 59
\end{array}
\end{array}
& \\
&& \\
&&
\end{eqnarray*}


Step 2:        Multiply both sides of equation (1) by -0.30 and then add the transformed equation (1) to equation (2) to form equation (4).

\begin{eqnarray*}&& \\
\begin{array}{l}
(1) \\
\\
(2) \\
\\
(4)
\end...
... + & 0.50z & = & 9
\end{array}
\end{array}
& \\
&& \\
&&
\end{eqnarray*}


Step 3:        Multiply both sides of equation (1) by -0.80 and then add the transformed equation (1) to equation (3) to form equation (5).

\begin{eqnarray*}&& \\
\begin{array}{l}
(1) \\
\\
(3) \\
\\
(5)
\end...
... & 0.50z & = & -21
\end{array}
\end{array}
& \\
&& \\
&&
\end{eqnarray*}


Step :        We now have two equations with two variables.

\begin{eqnarray*}&& \\
(4) &:&0.10y+0.50z=9 \\
&& \\
(5) &:&0.40y+0.50z=21 \\
&& \\
&&
\end{eqnarray*}


Step 4:        Multiply both sides of equation (4) by -4 and add the transformed equation (4) to equation (5) to create equation (6) with just one variable.
$
\begin{array}{r}
(4) \\
\\
(5) \\
\\
(6)
\end{array}
\
\begin{arr...
...40y & + & 0.50z & = & 21 \\
& & & & \\
& - & 1.50z & = & -15
\end{array}
$



Step 5:        Solve for z in equation (6).

\begin{eqnarray*}&& \\
-1.50z &=&-15 \\
&& \\
z &=&10 \\
&& \\
&&
\end{eqnarray*}


Step 6:        Substitute 10 for z in equation (5) and solve for y.

\begin{eqnarray*}&& \\
0.40y+0.50z &=&21 \\
&& \\
0.40y+0.50\left( 10\righ...
...1 \\
&& \\
0.40y &=&16 \\
&& \\
y &=&40 \\
&& \\
&&
\end{eqnarray*}


Step 7:        Substitute 10 for z and 40 for y in equation (1) and solve for x.

\begin{eqnarray*}&& \\
x+y+z &=&100 \\
&& \\
x+40+10 &=&100 \\
&& \\
x &=&50 \\
&& \\
&&
\end{eqnarray*}


The solution is: $x=50,\ y=40,$ and z=10. In terms of the original problems, 50 gallons of the 30% solution, 40 gallons of the 40% solution, and 10 gallons of the 80% solution can be mixed to produced 100 gallons of a 50% solutions.


MATRICES:


The process of using matrices is essentially a shortcut of the process of elimination. Each row of the matrix represents an equation and each column represents coefficients of one of the variables.


Step 1: Create a three-row by four-column matrix using coefficients and the constant of each equation.

\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...80 & & 0.40 & & 0.30 & \vert & 59
\end{array}
\right] \\
&&
\end{eqnarray*}



The vertical lines in the matrix stands for the equal signs between both sides of each equation. The first column contains the coefficients of x, the second column contains the coefficients of y, the third column contains the coefficients of z, and the last column contains the constants.



We want to convert the original matrix

\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...80 & & 0.40 & & 0.30 & \vert & 59
\end{array}
\right] \\
&&
\end{eqnarray*}


to the following matrix.

\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
... & \\
0 & & 0 & & 1 & \vert & c
\end{array}
\right] \\
&&
\end{eqnarray*}


Because then you can read the matrix as x=a, y=b, and z=c..



Step 2:        We work with column 1 first. The number 1 is already in cell 11(Row1-Col 1). Add -0.30 times Row 1 to Row 2 to form a new Row 2, and add -0.80 times Row 1 to Row 3 to form a new Row 3..

\begin{eqnarray*}&& \\
-0.30\left[ Row\ 1\right] +\left[ Row\ 2\right] &=&\lef...
...ht] +\left[ Row\ 3\right] &=&\left[ New\ Row\ 3\right]
\\
&&
\end{eqnarray*}



\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...& & -0.40 & & -0.50 & \vert & -21
\end{array}
\right] \\
&&
\end{eqnarray*}


Step 3:        We will now work with column 1. We want 1 in Cell 22, and we achieve this by multiplying Row 2 by 10 for a new Row 2.

\begin{eqnarray*}&& \\
10\left[ Row\ 2\right] &=&\left[ New\ Row\ 2\right] \\
&& \\
&&
\end{eqnarray*}



\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...& & -0.40 & & -0.50 & \vert & -21
\end{array}
\right] \\
&&
\end{eqnarray*}


Step 4:        Let's now manipulate the matrix so that there are zeros in Cell 12 and Cell 32. We do this by adding -1 times Row 2 to Row 1 to form a new Row 1, and add 0.40 times Row 2 to Row 3 5o form a new Row 3.

\begin{eqnarray*}&& \\
-1\left[ Row\ 2\right] +\left[ Row\ 1\right] &=&\left[ ...
...ht] +\left[ Row\ 3\right] &=&\left[ New\ Row\ 3\right]
\\
&&
\end{eqnarray*}



\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...\
0 & & 0 & & 1.50 & \vert & 15
\end{array}
\right] \\
&&
\end{eqnarray*}


Step 5:        Let's now manipulate the matrix so that there is a 1 in Cell 33. We do this by multiplying Row 3 by $\dfrac{1}{1.50}.$

\begin{eqnarray*}&& \\
\frac{1}{1.50}\left[ Row\ 3\right] &=&\left[ New\ Row\ 3\right] \\
&&
\end{eqnarray*}



\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...& \\
0 & & 0 & & 1 & \vert & 10
\end{array}
\right] \\
&&
\end{eqnarray*}


Step 6:        Let's now manipulate the matrix so that there are zeros in Cell 13 and Cell 23. We do this by adding 4 times Row 3 to Row 1 for a new Row 1 and adding -5 times Row 3 to Row 3 for a new Row 3.

\begin{eqnarray*}&& \\
4\left[ Row\ 3\right] +\left[ Row\ 1\right] &=&\left[ N...
...ght] +\left[ Row\ 2\right] &=&\left[ New\ Row\ 2\right] \\
&&
\end{eqnarray*}



\begin{eqnarray*}&& \\
&&
\begin{array}{r}
(1) \\
\\
(2) \\
\\
(3)
...
...& \\
0 & & 0 & & 1 & \vert & 10
\end{array}
\right] \\
&&
\end{eqnarray*}


You can now read the answers off the matrix: x=50, y=40, and z=10. In terms of the original problems, 50 gallons of the 30% solution, 40 gallons of the 40% solution, and 10 gallons of the 80% solution can be mixed to produced 100 gallons of a 39% solutions.


If you would like to go back to the problem page, click on Problem.

If you would like to review the solution to the next problem, click on Problem

If you would like to return to the beginning of the three by three system of equations, click on Example.




This site was built to accommodate the needs of students. The topics and problems are what students ask for. We ask students to help in the editing so that future viewers will access a cleaner site. If you feel that some of the material in this section is ambiguous or needs more clarification, or if you find a mistake, please let us know by e-mail at sosmath.com.

[Two--Variable Systems] [Three-Variable Systems]
[Algebra] [Geometry] [Trigonometry ]

S.O.S MATH: Home Page

Do you need more help? Please post your question on our S.O.S. Mathematics CyberBoard.

Author: Nancy Marcus

Copyright © 1999-2024 MathMedics, LLC. All rights reserved.
Contact us
Math Medics, LLC. - P.O. Box 12395 - El Paso TX 79913 - USA
users online during the last hour