SOLUTION: Find the solution to the system using Gaussin Elimination Method: 2x + 2y + 4z = 40 0x - 2y + 2z = 12 2x + 3y + 3z = 34 answers are real, whole numbers.

Algebra.Com
Question 155400: Find the solution to the system using Gaussin Elimination Method:
2x + 2y + 4z = 40
0x - 2y + 2z = 12
2x + 3y + 3z = 34
answers are real, whole numbers.

Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!

 

We form the augmented coefficient matrix

 [ 2   2   4 | 40]
 [ 0  -2   2 | 12]
 [ 2   3   3 | 34]

We must get three 0's in the lower 
left hand corner, where the numbers
are that I have colored red below:

 [ 2   2   4 | 40]
 [ 0  -2   2 | 12]
 [ 2   3   3 | 34]


Notice that one of them is already
0, so we get a zero where the red 2
is.

The top row will never change. 
The other two will. To get a 0 
where the red 2 is, We multiply -1 
times the first row and add it 
to 1 times the 3rd row. It's a 
good idea to put what you're
going to multiply a row by out
to the left of the row, even 
when it is just 1, like this:

-1[ 2   2   4 | 40]
  [ 0  -2   2 | 12]
 1[ 2   3   3 | 34]

The next matrix is then

 [ 2   2   4 | 40]
 [ 0  -2   2 | 12]
 [ 0   1  -1 | -6]

To get a 0 where the 1 is, 
we multiply 1 times the second 
row and add it to 2 times the 
3rd row.

 [ 2   2   4 | 40]
1[ 0  -2   2 | 12]
2[ 0   1  -1 | -6]

We get this:

 [ 2   2   4 | 40]
 [ 0  -2   2 | 12]
 [ 0   0   0 |  0]

Now that we have three 0's in the
lower left corner, the red places,
we go back to a system of equations:



or just:



Start at the bottom, and go back up.
This is called back-substitution.
Start with the bottom equation, solve for
z:



That's a strange sort of equation.  We see
that any arbitrarily chosen value of z will 
satisfy that equation.  This means that z 
is any arbitrarily chosen number.  Some books
use the letter "c" and others simply keep 
and write .

I will write as its solution

 because "a" stands for "arbitrary"

Substitute  for  in the
second equation:





Divide through by -2


Finally substitute both  for 
and  for  in the original
first equation:







Divide through by 2


So the solution is

(x,y,z)=(26-3a, -6+a, a)

Edwin


RELATED QUESTIONS

Use elimination method to solve the system. -4x+4y-2z=-8 -3x-y+4z=0... (answered by ankor@dixie-net.com)
What is the solution to the following system: 3x – 2y + 2z = 30 –x + 3y – 4z = -33 2x... (answered by Alan3354)
Solve the system using the elimination or substitution method. x + 2y - 3z = 9; -x + 3y - (answered by checkley79)
Solve using gauss - jordon elimination 5x-3y+2z=13 2x-y-3z=1... (answered by MathLover1,solver91311)
Use the Gauss-Jordan elimination method to solve the system of linear Equations:... (answered by Edwin McCravy)
Using the Gauss-Jordan elimination method, solve the following linear system. 2x-3y-z=0 (answered by AnlytcPhil)
solve the system using either method of subsititution or elimination... (answered by mananth)
Solve the system of linear equations using the Gauss-Jordan elimination method. 3x +... (answered by solver91311)
CRAMER RULE, ELIMIATION OR SUBSTITUTION METHOD, AND MATRICES PRACTICE PROBLEMS 1. (answered by richard1234)