Processing math: 100%
 
+0  
 
+2
1781
2
avatar+5265 

Solve by any method:

4x-y+z=-5

2x+2y+3z=10

5x-2y+6z=1

 

I tried using Gaussian Elimination but I got kinda messed up, I'd appreciate some help. Thanks!

 Dec 19, 2017
 #1
avatar+130466 
+3

4x - y + z = -5    ⇒   8x - 2y + 2z  =  -10    (1)

2x + 2y + 3z =10       (2)

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

 

 

Add (1)  and (2)

 

10x + 5z  = 0        ⇒    2x  + z  =  0   ⇒   z  =  - 2x     (4)

 

Add (2)  and (3)

 

7x + 9z  = 11    (5)

 

Sub (4)  into (5)

 

7x + 9 (-2x)  =  11

 

7x - 18x = 11

 

-11x  =  11

 

  x  =  -1

 

So.......z   =  -2(-1)  =  2

 

And using  4x - y + z = -5   to find y, we have

 

4(-1) - y +  2  =  -5

-4   -  y   +  2   = - 5

-2 - y   =  - 5

-y  =  - 3

y  =  3

 

So    {x, y, z }  =   ( -1, 3,  2 }

 

 

cool cool cool

 Dec 19, 2017
 #2
avatar+26396 
+2

Solve by any method:

4x-y+z=-5

2x+2y+3z=10

5x-2y+6z=1

 

I tried using Gaussian Elimination

 

 

Gaussian Elimination:

(411223526|5101)II=2III(411055526|5251)III=45IIII(411055035195|525295)III=253III+II(411055001103|5252203)

 

1103z=2203z=220110z=25y+5z=255y+10=255y=15y=34xy+z=54x3+2=54x=4x=1

 

 

laugh

 Dec 20, 2017

2 Online Users