SOLUTION: how can i solve this problem in matrix form? Problem: 3x-y=-2 5x+2y=15
Algebra
->
Matrices-and-determiminant
-> SOLUTION: how can i solve this problem in matrix form? Problem: 3x-y=-2 5x+2y=15
Log On
Algebra: Matrices, determinant, Cramer rule
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Matrices-and-determiminant
Question 230400
:
how can i solve this problem in matrix form?
Problem: 3x-y=-2
5x+2y=15
Answer by
Alan3354(69443)
(
Show Source
):
You can
put this solution on YOUR website!
3x-y=-2
5x+2y=15
---------
|3 -1 +2|
|5 +2 -15|
-------
Det =
|3 -1|
|5 +2|
= 3*2 - 5*-1 = 6+5
Det = 11
--------
x:
|-1 +2|
|+2 -15|
= 15 - 4 = 11
11/Det = 1
x = 1
--------
-y:
|3 +2|
|5 -15|
= -45 - 10 = -55
-55/11 = -5
-y = -5
y = 5