SOLUTION: 3x-y-2z= 18 2x+y-2z=15 x+3y-z=10

Algebra ->  Systems-of-equations -> SOLUTION: 3x-y-2z= 18 2x+y-2z=15 x+3y-z=10      Log On


   



Question 1134370: 3x-y-2z= 18
2x+y-2z=15
x+3y-z=10

Found 2 solutions by Alan3354, Edwin McCravy:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
3x-y-2z= 18
2x+y-2z=15
x+3y-z=10
------------
Pick one of the variables and eliminate it.
eg, to eliminate y, add eqn 1 & eqn 2.
Then multiply either eqn 1 by 3 and add to eqn 3.
------
Now you have 2 eqns in x & z.
etc
=============
Or you can use a matrix to solve it.
email via the TY note for help or to check your work.

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
system%283x-y-2z=+18%2C%0D%0A2x%2By-2z=15%2C%0D%0Ax%2B3y-z=10%29
Pick a pair of equations and a letter to eliminate.
[Note: There are 6 different ways to start, all correct!]

I will pick the first two equations and y to eliminate,
because it happens to be the easiest because all you have to
do is add them and y will be eliminated:

system%283x-y-2z=+18%2C%0D%0A2x%2By-2z=15%29
matrix%281%2C5%2C++++%22%22%2C5x%2C%22%22%2C%22%22%2C-4z=33%29 

Now pick a different pair of equations and eliminate the
SAME letter eliminated first. 
[Note: we have to pick one of the same equations again, but
we must pick the third equation this time.]

So I will pick the first and third equations and y to eliminate:

system%283x-y-2z=+18%2C%0D%0Ax%2B3y-z=10%29

To eliminate y we multiply the first equation through by 3

system%289x-3y-6z=+54%2C%0D%0A%22%22x%2B3y-z=10%29
matrix%281%2C5%2C++++%22%22%2C10x%2C%22%22%2C%22%22%2C-7z=64%29 

Now we have 2 equations in 2 letters to solve:

system%285x-4z=33%2C10x-7z=64%29

We can eliminate x by multiplying the first equation through by -2

system%28-10x%2B8z=-66%2C%22%22%2B10x-7z=%22%22%2B64%29 
        z=-2

Substitute that in 

5x-4z=33
5x-4%28-2%29=33
5x%2B8=33
5x=25
x=5

Substitute z=-2 and x=5 in any one of the original equations:

3x-y-2z=+18
3%285%29-y-2%28-2%29=18%0D%0A%7B%7B%7B15-y%2B4=18
19-y=18
-y=-1
y=1

Answer: (x,y,z) = (5,1,-2)

Edwin