SOLUTION: Please help. solve {ax + by = b - a {bx - ay = b - a
Algebra
->
Matrices-and-determiminant
-> SOLUTION: Please help. solve {ax + by = b - a {bx - ay = b - a
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 73182
:
Please help.
solve
{ax + by = b - a
{bx - ay = b - a
Answer by
pradhyumna.kumar@gmail.com(62)
(
Show Source
):
You can
put this solution on YOUR website!
ax + by = b - a
bx - ay = b - a solving two equations by elimination method after cancelling y we get
(a^2 - b^2) x = - (a-b)^2 we get, x = (a-b)/a+b) y = (b-a)(b+2a)/b(a+b)