SOLUTION: 3x+3y-5=0 3x-4y=2 matrix method

Algebra ->  Matrices-and-determiminant -> SOLUTION: 3x+3y-5=0 3x-4y=2 matrix method      Log On


   



Question 893243: 3x+3y-5=0
3x-4y=2
matrix method

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
A=%28matrix%282%2C2%2C3%2C3%2C3%2C-4%29%29
abs%28A%29=-21
.
.
.
A%5Bx%5D=%28matrix%282%2C2%2C5%2C3%2C2%2C-4%29%29
abs%28A%5Bx%5D%29=-26
.
.
.
A%5By%5D=%28matrix%282%2C2%2C3%2C5%2C3%2C2%29%29
abs%28A%5By%5D%29=-9
.
.
.
x=abs%28A%5Bx%5D%29%2Fabs%28A%29=-26%2F-21
.
.
y=abs%28A%5By%5D%29%2Fabs%28A%29=%28-9%29%2F-21=3%2F7
.
.