SOLUTION: solve using elimination x+y+z=-2 x+y-z=2 4x-3y+z=-9

Algebra ->  Equations -> SOLUTION: solve using elimination x+y+z=-2 x+y-z=2 4x-3y+z=-9      Log On


   



Question 329142: solve using elimination
x+y+z=-2
x+y-z=2
4x-3y+z=-9

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

Rules for solving a system of three equations in three unknowns:

1. If one of the equations has only two unknowns, call it "equation 1".
Observe which of the three unknowns is missing from that equation and 
eliminate that unknown from the other two equations, and call the 
resulting equation "equation 2".

2. If all three equations contain all three unknowns, pick two of the 
three equations and eliminate an unknown from them, and call the 
resulting equation "equation 1".  Us the equation you haven't yet used with 
one of the others and eliminate that same letter.  Call the resulting 
equation "equation 2".

3. Solve the system of two equation in two unknowns, consisting of "equation
1" and "equation 2".

4. Find the third unknown by substituting in one of the original equations 
that contains that third unknown.

system%28x%2By%2Bz=-2%2C%0D%0Ax%2By-z=2%2C%0D%0A4x-3y%2Bz=-9%29

None of the equations have only two unknowns, so step 1 is out.  So we go 
to step 2.

I'll pick the first two equations and eliminate z, since all I have to is 
add them term by term and the z's will cancel:

x%2By%2Bz=-2
x%2By-z=2%29

Result:

2x%2B2y=0, that's equation 1.

Now I'll pick the second one and the third one and eliminate that same 
variable z.  All I have to do is add them term by term and the z's will 
cancel:

x%2By-z=2
4x-3y%2Bz=-9%29

  Result:

5x-2y=-7, that's equation 2.

Step 3 is to solve equation 1 and equation 2:

system%282x%2B2y=0%2C5x-2y=-7%29

 All I have to do is add them term by term and the y's will
cancel:

The result is:

7x=-7%29
x=-1

Substitute in

2x%2B2y=0
2%28-1%29%2B2y=0
-2%2B2y=0
2y=2
y=1

Step 4 is to substitute theose two values in one of the original 
equations to find the third letter z. I'll pick the first original 
equation:

x%2By%2Bz=-2
-1%2B1%2Bz=-2
0%2Bz=-2
z=-2

solution %22%28x%2Cy%2Cz%29%22%22%22=%22%22%22%28-1%2C1%2C-2%29%22

Edwin