SOLUTION: 1. Write the augmented matrix for the given system: x + y + 2z = 6 3x + 2y + z = 9 x - y = 4 2. Use the system in problem #1. Without interchanging any of the

Algebra.Com
Question 94176: 1. Write the augmented matrix for the given system:
x + y + 2z = 6
3x + 2y + z = 9
x - y = 4
2. Use the system in problem #1. Without
interchanging any of the rows in the augmented
matrix, what is the first value which will be
replaced with zero when using the Gaussian
Elimination method?

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

1. Write the augmented matrix for the given system: 

 x +  y + 2z = 6
3x + 2y +  z = 9
 x -  y      = 4 

Put in 1 coefficients, and "+ 0z" in the last equation.

1x + 1y + 2z = 6
3x + 2y + 1z = 9
1x - 1y + 0z = 4

Erase all the letters, replace the ='s by |'s, and
put brackes around:

[1  + 1  + 2  | 6]
[3  + 2  + 1  | 9]
[1  - 1  + 0  | 4]

Place the signs closer to the numbers

[1  +1  +2  | 6]
[3  +2  +1  | 9]
[1  -1  +0  | 4]

Erase the + signs:

[1   1   2  | 6]
[3   2   1  | 9]
[1  -1   0  | 4]

That's the augmented matrix. 

2. Use the system in problem #1. Without 
interchanging any of the rows in the augmented 
matrix, what is the first value which will be 
replaced with zero when using the Gaussian 
Elimination method?

The first value to be replaced by 0 is the 3.

It will be replaced by 0 by taking the
1st row  [1   1   2  | 6], multiplying it
thru by -3, getting [-3 -3 -6  | -18], then
adding that to row 2 like this
         [ 3  2  1  |   9]
         [-3 -3 -6  | -18] 
         ------------------
         [ 0 -1 -5  |  -9]

and then replace the second row by that:

[1   1   2  |  6]
[0  -1  -5  | -9]
[1  -1   0  |  4]

Edwin






RELATED QUESTIONS

Write the augumented matrix of the given matrix of the given system. Then put matrix in... (answered by venugopalramana)
solve the system of equations by augmented matrix: 2x-y+z=1 x-y+z=-1... (answered by Jk22)
OK, I think that I got this right but I would like a double check please. Set up an... (answered by richwmiller)
Write the system of linear equations represented by the augmented matrix. Use x,y,z and, (answered by fractalier)
Write the augmented matrix for the system of linear equations x-2y+3z=9 y+3z=5... (answered by jim_thompson5910)
Given the following system of three equations, write as an augmented matrix. 3x - 2y + z (answered by Edwin McCravy)
Write the augmented matrix for the system of equations and solve the system. 2x–3y+2z=2 (answered by jim_thompson5910)
solve the system x+y+z=-1 x-y+3z=-17 2x+y+z=-2 Solve the system x-y+2z=7... (answered by solver91311)
solve the augmented matrix for a three-equation system in three unknowns x, y, z. 3... (answered by robertb)