SOLUTION: linear systems in three variables 2x+3y-6z=4 3x-2y-9z=-7 2x+5y-6z=8

Algebra.Com
Question 86805: linear systems in three variables
2x+3y-6z=4
3x-2y-9z=-7
2x+5y-6z=8

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

linear systems in three variables 

2x + 3y - 6z =  4
3x - 2y - 9z = -7
2x + 5y - 6z =  8

Make this augmented matrix of coefficients:

[2  3 -6 |  4]
[3 -2 -9 | -7]
[2  5 -6 |  8]

The idea is to get 0's where the three red
numbers are.

[2  3 -6 |  4]
[3 -2 -9 | -7]
[2  5 -6 |  8]

[2  3 -6 |  4]
[3 -2 -9 | -7]
[2  5 -6 |  8]

Get a 0 where the red 3 is by multiplying row 1 by
-3 and adding it to 2 times row 2, but restore row 1:

-3×[2  3 -6 |  4]
 2×[3 -2 -9 | -7]
   [2  5 -6 |  8]

[2   3  -6 |   4]
[0 -13   0 | -26]
[2   5  -6 |   8] 

Get a 0 where the red 2 is by multiplying row 1 by
-1 and adding it to 1 times row 3, but restore row 1:

-1×[2   3  -6 |   4]
   [0 -13   0 | -26]
 1×[2   5  -6 |   8]

[2   3  -6 |   4]
[0 -13   0 | -26]
[0   2   0 |   4]

Get a 0 where the red 2 is by multiplying row 2 by
2 and adding it to 13 times row 3, but restore row 2:

   [2   3  -6 |   4]
 2×[0 -13   0 | -26]
13×[0   2   0 |   4] 
  
[2   3  -6 |   4]
[0 -13   0 | -26]
[0   0   0 |   0]

Get a 1 where the red 2 is by dividing row 1 thru by 2
Get a 1 where the red -13 is by dividing row 2 thru by -13
 
[1   -3 | 2]
[0   1  0 | 2]
[0   0  0 | 0]

Convert back into a system of equations:

1x +  y - 3z = 2
0x +   1y + 0z = 2
0x +   0y + 0z = 0

Erase the first 0 term of the 2nd equation,
Erase the first two 0 terms of the third equation:

 x + y - 3z = 2
        y + 0z = 2
            0z = 0

The last equation is true for any value of z
So we let z be arbitrary. Then z = a

Substitute in the 2nd equation:

     y + 0(a) = 2
            y = 2

Substitute z = a and y = 2 in the first equation:

 x + (2) - 3(a) = 2
        x + 3 - 3a = 2
                 x = 3a-1

So the set of solutions is

(x, y, z) = (3a-1, 2, a)

Edwin




RELATED QUESTIONS

x-3y+7z+w=11 2x+4y+6z-3w=-3 3x+2y+z+2w=19 4x+y-3z+w=22 Systems of linear equations (answered by Alan3354)
How to solve this kind of problem/equation in Linear equation with 4 variables;... (answered by fractalier)
How do you solve these equations ? Trying to find the linear systems in three variables... (answered by stanbon)
How do you solve these equations ? I'm trying to find linear systems in three variables . (answered by Edwin McCravy)
determine whether the given systems are solvable 1. x+2y+3z =1 -x+y =-2... (answered by richwmiller,drk)
I need to solve for all variables. 1)2x-x+5y+z=-3 2)3w+2x+2y-6z=-32 3)w+3x+3y-z=-47 (answered by Fombitz)
Please help me solve this linear system with three variables. 2x-y+2z=-21 x+5y-z=25 (answered by Alan3354)
solve the following system of linear equations: 3x-2y+4z=1 x+y+2Z=3... (answered by longjonsilver)
Using Substitution to Solve Linear Systems of Equations 1. y= x -1 2x -y =0 2. x+y=... (answered by checkley71)