SOLUTION: What is the solution of the system? Solve using matrices. {-3x+2y=10 {-4x+3y=2

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: What is the solution of the system? Solve using matrices. {-3x+2y=10 {-4x+3y=2      Log On


   



Question 866797: What is the solution of the system? Solve using matrices.
{-3x+2y=10
{-4x+3y=2

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

.
.
A=%28matrix%282%2C2%2C-3%2C2%2C-4%2C3%29%29
abs%28A%29=-1
.
.
A%5Bx%5D=%28matrix%282%2C2%2C10%2C2%2C%0D%0A++++++++++++++++++2%2C3%29%29
abs%28A%5Bx%5D%29=26
.
.
A%5By%5D=%28matrix%282%2C2%2C-3%2C10%2C%0D%0A++++++++++++++++++++-4%2C2%29%29
abs%28A%5By%5D%29=34
.
.
x=abs%28A%5Bx%5D%29%2Fabs%28A%29
x=26%2F-1
x=-26
.
.
y=abs%28A%5By%5D%29%2Fabs%28A%29
y=34%2F-1
y=-34