SOLUTION: use an augmented matrix to solve each system of equations -2x+2y=-8 3x-y=4

Algebra ->  Test -> SOLUTION: use an augmented matrix to solve each system of equations -2x+2y=-8 3x-y=4      Log On


   



Question 743578: use an augmented matrix to solve each system of equations
-2x+2y=-8
3x-y=4

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Do it like this one.
---
use an augmented matrix to solve each system of equations
-x+y=9
-4x+y=6
-------------
|-1 +1 -9|
|-4 +1 -6|
-----------------
Det = -1 - (-4) = 3
-----
x*Det = -6 - (-9) = 3
x = 3/Det
x = 1
-----------
-y/Det = 6 - 36 = -30
y = 10