SOLUTION: Solve the system by addition. x + y = 9 x – y = 9

Algebra ->  Graphs -> SOLUTION: Solve the system by addition. x + y = 9 x – y = 9      Log On


   



Question 124914: Solve the system by addition. x + y = 9 x – y = 9
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given to solve:
.
x + y = 9
x - y = 9
.
To solve these by addition you need to have a term in one of the equations equal in value
but opposite in sign to the corresponding term in the other equation. This set of equations
already has that done for you. You have + y in the top equation and -y in the bottom
equation. Therefore, if you add these two equations in vertical columns on both sides, the
+y of the top equation will cancel the -y of the bottom equation when they are added vertically.
And in adding vertically you in the "x" column, you get x + x = 2x. Also on the other side
of the equal signs when you add vertically you get 9 + 9 = 18. So the vertical addition of
these two equations results in:
.
2x = 18
.
Solve for x by dividing both sides of this resulting equation by 2 (because 2 is the multiplier
of x). When you divide both sides by 2 you get:
.
x = 9
.
That solves for x. You can solve for y by returning to one of the original two equations and
substituting 9 for x in that equation.
.
Let's return to:
.
x + y = 9
.
Substitute 9 for x and the equation becomes:
.
9 + y = 9
.
Get rid of the 9 on the left side by subtracting 9 from both sides and the resulting
equation is:
.
y = 0
.
So the answer to this problem is x = 9 and y = 0.
.
You can check this result by substitution 9 for x and 0 for y in the second equation to
see if the left side of the resulting equation equals the right side. The second equation is:
.
x - y = 9
.
Substituting for x and y results in:
.
9 - 0 = 9
.
This is correct, so our answers for x and y are OK.
.
Hope this helps you to understand the problem a little better.
.