We now have two algebraic strategies for solving systems of equations: by substitution and by elimination. In some systems, the equations may give us a clue as to which strategy to use. For example:
{y=2x−113x+2y=18
In this system, y is already isolated in one equation. We can solve the system by substituting 2x−11 for y in the second equation and finding x.
{3x−y-3x+4y=-17=23
This system is set up nicely for elimination because of the opposite coefficients of the x-variable. Adding the two equations eliminates x so we can solve for y.
In other systems, which strategy to use is less straightforward, either because no variables are isolated, or because no variables have equal or opposite coefficients. For example:
{2x+3y3x−9y=15=18Equation AEquation B
To solve this system by elimination, we first need to rewrite one or both equations so that one variable can be eliminated. To do that, we can multiply both sides of an equation by the same factor. Remember that doing this doesn't change the equality of the two sides of the equation, so the x- and y-values that make the first equation true also make the new equation true.
There are different ways to eliminate a variable with this approach. For instance, we could:
Multiply Equation A by 3 to get 6x+9y=45. Adding this equation to Equation B eliminates y.
{6x+9y3x−9y=45=18Equation A1Equation B
Multiply Equation B by 32 to get 2x−6y=12. Subtracting this equation from Equation A eliminates x.
{2x+3y2x−6y=15=12Equation AEquation B1
Multiply Equation A by 21 to get x+23y=721 and multiply Equation B by 31 to get x−3y=6. Subtracting one equation from the other eliminates x.
⎩⎨⎧x+23yx−3y=721=6Equation A2Equation B2
Each multiple of an original equation is equivalent to the original equation. So each new pair of equations is equivalent to the original system and has the same solution.
Let’s solve the original system using the first equivalent system we found earlier.
{6x+9y3x−9y=45=18Equation A1Equation B
Adding the two equations eliminates y, leaving a new equation 9x=63, or x=7.
6x+9y3x−9y9x+0x=45=18+=63=7
Putting together x=7 and the original 3x−9y=18 gives us another equivalent system.
{x3x−9y=7=18
Substituting 7 for x in the second equation allows us to solve for y.
3(7)−9y21−9y-9yy=18=18=-3=31
When we solve a system by elimination, we are essentially writing a series of equivalent systems, or systems with the same solution. Each equivalent system gets us closer and closer to the solution of the original system.