You can
put this solution on YOUR website!Given:
.
+3x – 4y = 8
+6x – 2y = 10
.
Let's solve this set by addition. By addition we are going to be adding the two equations
in vertical columns. And we need to get one of the variables in one equation to cancel the
the same variable in the other equation. What that means is that for the variable in one
equation to equal the same variable in the other equation, but have the opposite sign.
.
A little difficult to explain, but easy to do. For example, let's set the goal of getting
the y terms to cancel out. Notice in the top equation that the y term is -4y. If we had
+4y in the bottom equation, it would cancel the -4y of the top equation when we add the
two equations together. We can make the y term in the bottom equation equal +4y if we multiply
it by -2. But if we do that, we also have to multiply all the terms in the bottom equation
by -2. So that's what we'll do. Multiply everything in the bottom equation by -2. When
you do that the set of equations becomes:
.
+ 3x – 4y = 8
-12x + 4y = -20
.
Now adding the two equations vertically results in:
.
-9x + 0y = -12
.
The y term is gone so the equation is:
.
-9x = -12
.
Divide both sides of this equation by -9 and you find that:
.
x = -12/-9 and this reduces to x = 4/3
.
You now know what x equals. You can solve for y by returning to either of the original
equations and substituting 4/3 for x. Let's go back to the top equation:
.
3x – 4y = 8
.
Substituting 4/3 for x results in:
.
3(4/3) - 4y = 8
.
Multiply out the left hand term and you get 4. This makes the equation become:
.
4 - 4y = 8
.
Subtract 4 from both sides to get rid of the 4 on the left side and you get:
.
- 4y = 4
.
Solve for y by dividing both sides of this equation by -4 and you get:
.
y = 4/-4 = -1
.
So the answer to this set of equations is x = 4/3 and y = -1
.
Hope this helps you to understand how to solve sets of linear equations by addition.