SOLUTION: this is a systems of linear equations in two variables.
How would i go about solving for x and y with the equations ax+y=b and bx-y=a?
Algebra ->
Linear-equations
-> SOLUTION: this is a systems of linear equations in two variables.
How would i go about solving for x and y with the equations ax+y=b and bx-y=a?
Log On
Question 407282: this is a systems of linear equations in two variables.
How would i go about solving for x and y with the equations ax+y=b and bx-y=a? Answer by graphmatics(170) (Show Source):
You can put this solution on YOUR website! you must solve a 2 by 2 system of equations so first we solve for x using addition of equations
ax+y=b
bx-y=a
___________
(a+b)x = a+b
so dividing both sides by (a+b) we get
x = 1
so a*1 + y = b
y = b-a