SOLUTION: Solve the following two simultaneous equations using matrix method. {{{3(x) - (y) = (2)}}} {{{6(x) + (y) = (1)}}}
Algebra
->
Matrices-and-determiminant
-> SOLUTION: Solve the following two simultaneous equations using matrix method. {{{3(x) - (y) = (2)}}} {{{6(x) + (y) = (1)}}}
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 439446
:
Solve the following two simultaneous equations using matrix method.
Answer by
Alan3354(69443)
(
Show Source
):
You can
put this solution on YOUR website!
|3 -1 -2|
|6 +1 -1|
----------
Det = 3*1 - 6(-1) = 9
x*Det = 1*1 - 1(-2) = 3 --> x = 1/3
-y*Det = 3*(-1) - 6(-2) = 9 --> y = -1
---------
x = 1/3, y = -1