
Sarah W. answered 01/23/16
Tutor
New to Wyzant
I Can Help You With Math!
If you have an equation, you can multiply both sides by anything (as long as it's the same thing) and get an equation that is still true.
If you have an equation, you can add anything (as long as it's the same thing) to both sides and get an equation that is still true.
This is why we can solve a system of equations like this by elimination.
Here's an example:
x + y = 1
x - y = 3
If I add these equations vertically, this is a valid thing to do because you can think of it as adding the same thing to both sides of the top equation.
If I could add 3 to both sides of the top equation, then I can also add 3 to the right side and x - y to the left side, and even though x - y looks like it's a different thing, it isn't because we have from the second equation that x - y is the same thing as 3.
So add the left hand sides together and add the right hand sides together to get:
2x = 4
Then x has to be 2 which means, according to the first equation, x + y = 1, that 2 + y = 1. According to the second equation, x - y = 3, this means that 2 - y = 3. Solve either of these equations for y to get that y has to be -1.
---
So, to solve these:
1) Find some clever way to get a variable by itself and solve for it, and
2) Plug this into any equation you have containing both of them to get the other
---
8x + 6y = -40
-2x - 4y = 10
Note here that if I multiply the second equation by 4, I will get the x terms to be opposites of each other like the ys were in the example:
8x + 6y = -40
-8x - 16y = 40
Add the left sides together and the right sides together to get
-10y = 0
The only thing I can multiply -10 by and get 0 is 0. So y must be 0.
y = 0
Pick one of the equations above and rewrite it letting y be 0:
8x + 6(0) = -40
8x = -40
I have to multiply 8 by -5 to get -40, so x has to be -5.
x = -5
---
We have just found a point that makes both of those statements true.
Remember that these are linear equations. If you were to graph them, the point (-5, 0) would be where those lines cross.