SOLUTION: Solve using Gaussian Elimination: 3x + 4y = 7 -5x + 2y = 10
Algebra
->
Matrices-and-determiminant
-> SOLUTION: Solve using Gaussian Elimination: 3x + 4y = 7 -5x + 2y = 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 238901
:
Solve using Gaussian Elimination:
3x + 4y = 7
-5x + 2y = 10
Answer by
JimboP1977(311)
(
Show Source
):
You can
put this solution on YOUR website!
3x + 4y = 7 (1)
-5x + 2y = 10 (2)
(2) *2
Gives -10x + 4y = 20 (3)
(3) - (1)
-13x = 13
x = -1
y = 2.5