SOLUTION: solve by cramers rule: x+y+z = 6 y+z+w =7 z+w+x = 8 w+ x + y = 9

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: solve by cramers rule: x+y+z = 6 y+z+w =7 z+w+x = 8 w+ x + y = 9      Log On


   



Question 897745: solve by cramers rule:
x+y+z = 6
y+z+w =7
z+w+x = 8
w+ x + y = 9

Found 2 solutions by richwmiller, Fombitz:
Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
1,1,1,0 6
0,1,1,1 7
1,0,1,1 8
1,1,0,1 9
determinant = 3
x= 9/3 = 3
y = 6/3 = 2
z = 3/3 = 1
w = 12/3 = 4

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!

abs%28A%29=3
.
.
.

abs%28A%5Bx%5D%29=9
.
.
.

abs%28A%5By%5D%29=6
.
.
.

abs%28A%5Bz%5D%29=3
.
.
.

abs%28A%5Bw%5D%29=12
.
.
.
x=abs%28A%5Bx%5D%29%2Fabs%28A%29=9%2F3=3
.
.
.
y=abs%28A%5By%5D%29%2Fabs%28A%29=6%2F3=2
.
.
.
z=abs%28A%5Bz%5D%29%2Fabs%28A%29=3%2F3=1
.
.
.
w=abs%28A%5Bw%5D%29%2Fabs%28A%29=12%2F3=4
.
.
.