Another way to solve systems of equations algebraically is by elimination. Just like in substitution, the idea is to eliminate one variable so that we can solve for the other. This is done by adding or subtracting equations in the system. Let’s look at an example.
{5x+7y=640.5x−7y=-9
Notice that one equation has 7y and the other has -7y.
If we add the second equation to the first, the 7y and -7y add up to 0, which eliminates the y-variable, allowing us to solve for x.
5x+7y0.5x−7y5.5x+05.5xx=64=-9+=55=55=10
Now that we know x=10, we can substitute 10 for x in either of the equations and find y:
5x+7y5(10)+7y50+7y7yy=64=64=64=14=2
0.5x−7y0.5(10)−7y5−7y-7yy=-9=-9=-9=-14=2
In this system, the coefficient of y in the first equation happens to be the opposite of the coefficient of y in the second equation. The sum of the terms with y-variables is 0.
What if the equations don't have opposite coefficients for the same variable, like in the following system?
{8r+4s8r+s=12=-3
Notice that both equations have 8r, and if we subtract the second equation from the first, the variable r will be eliminated because 8r−8r is 0.
8r+4s8r+s0+3s3ss=12=-3−=15=15=5
Substituting 5 for s in one of the equations gives us r:
8r+4s8r+4(5)8r+208rr=12=12=12=-8=-1
Adding or subtracting the equations in a system creates a new equation. How do we know the new equation shares a solution with the original system?
If we graph the original equations in the system and the new equation, we can see that all three lines intersect at the same point, but why do they?
In future lessons, we will investigate why this strategy works.