SOLUTION: Can I please have your assistance? Solve the system : x + y + z = 6, 2x - y + z = 3, x + y - z = 0

Algebra ->  Systems-of-equations -> SOLUTION: Can I please have your assistance? Solve the system : x + y + z = 6, 2x - y + z = 3, x + y - z = 0      Log On


   



Question 1042299: Can I please have your assistance? Solve the system : x + y + z = 6, 2x - y + z = 3, x + y - z = 0
Found 3 solutions by josgarithmetic, MathTherapy, ikleyn:
Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
system%28+x+%2B+y+%2B+z+=+6%2C+2x+-+y+%2B+z+=+3%2C+x+%2B+y+-+z+=+0%29



Keep row 1 (R1) as is;
R2 ----- R2-2*R1;
R3 -----R3-R1.

Revision to


R2 -------(-1)R2;
R3 --------(1/2)R3


Revision to
%28matrix%283%2C4%2C%0D%0A1%2C1%2C1%2C6%2C%0D%0A0%2C3%2C1%2C9%2C%0D%0A0%2C0%2C1%2C3%29%29

further....
Revision to
%28matrix%283%2C4%2C%0D%0A1%2C1%2C0%2C3%2C%0D%0A0%2C3%2C0%2C6%2C%0D%0A0%2C0%2C1%2C3%29%29
-
%28matrix%283%2C4%2C%0D%0A1%2C1%2C0%2C3%2C%0D%0A0%2C1%2C0%2C2%2C%0D%0A0%2C0%2C1%2C3%29%29


Not fully finished, but system%28z=3%2Cy=2%2Cx%2By=3%29

Answer by MathTherapy(10556) About Me  (Show Source):
You can put this solution on YOUR website!
Can I please have your assistance? Solve the system : x + y + z = 6, 2x - y + z = 3, x + y - z = 0
x + y + z = 6 -------- eq (i)
2x - y - z = 3 ------- eq (ii)
x + y - z = 0 -------- eq (iii)
3x = 9 ------- Adding eqs (i) & (ii)
Instead of 2x - y - z = 3, equation (ii) should have been: 2x - y + z = 3 , and so: highlight_green%28matrix%283%2C1%2C+x+=+1%2C+y+=+2%2C+z+=+3%29%29

Answer by ikleyn(52884) About Me  (Show Source):
You can put this solution on YOUR website!
.
Solve the system : x + y + z = 6, 2x - y + z = 3, x + y - z = 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 x + y + z = 6,    (1)
2x - y + z = 3,    (2)
 x + y - z = 0     (3)

Add equations (2) and (3) (both sides). You will get

3x = 3.   Hence, x = 1.

Substitute x = 1 into equations ((1) and (3). You will get

1 + y + z = 6,
1 + y - z = 0,

or, which is the same,

y + z =  5,    (3)
y - z = -1.    (4)

Now add the equations (3) and (4) (both sides). You will get

2y = 4.   Hence, y = 2.

Now from (3) z = 5 - y = 5 - 2 = 3.

Answer.  x = 1,  y = 2,  z = 3.