SOLUTION: Use Cramer's Rule to solve this equation. 2x-5y=18 -x+3y=10
Algebra
->
Matrices-and-determiminant
-> SOLUTION: Use Cramer's Rule to solve this equation. 2x-5y=18 -x+3y=10
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 39449
:
Use Cramer's Rule to solve this equation.
2x-5y=18
-x+3y=10
Answer by
longjonsilver(2297)
(
Show Source
):
You can
put this solution on YOUR website!
M =
Its determinant, D is:
D = (2)(3)-(-1)(-5)
D = 6-5
D = 1
Now repeat on
Dx = (18)(3)-(10)(-5)
Dx = 54+50
Dx = 104
and also on
Dy = (2)(10)-(-1)(18)
Dy = 20+18
Dy = 38
So, x = Dx/D
--> x = 104/1
--> x = 104
So, y = Dy/D
--> y = 38/1
--> y = 38
CHECK:
2x-5y
2(104)-5(38)
208-190
18... CORRECT
and -x+3y
-(104)+3(38)
-104+114
10... CORRECT
jon.