ALG1-5.3

Solving Systems by Elimination

Learn to solve linear systems by elimination in Algebra 1: add or subtract equations, scale first when needed, and read what 0 = 0 or 0 = 12 really means.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Solving Systems by Elimination, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

You already know two ways to find where two lines meet: graphing shows the point, and substitution isolates a variable. Elimination is the third method, and it is usually the fastest when both equations are written in the form Ax+By=CAx + By = C with no variable conveniently alone.

The idea is simple and a little sneaky: if you add the two equations together in just the right way, one variable disappears completely, leaving a one-variable equation you can solve in a single step. Sometimes the coefficients line up on their own. More often you multiply one or both equations by a constant first so that the coefficients of one variable become opposites. This lesson shows you how to choose that multiplier, how to finish and check, and how to read the strange-looking results like 0=00 = 0 and 0=120 = 12 that tell you the lines are identical or parallel.

Why Adding Two Equations Is Legal

Elimination rests on one property: if a=ba = b and c=dc = d, then a+c=b+da + c = b + d. You are adding equal amounts to both sides of an equation, which never changes the solution set.

Here is what that means for a system. Suppose the true solution is the point (x,y)(x, y) that satisfies both equations at once. At that point, the left side of equation 2 and the right side of equation 2 are literally the same number. So adding the left side of equation 2 to the left side of equation 1, and the right side to the right side, adds the same number to both sides of equation 1. The point (x,y)(x, y) still works in the new equation.

The payoff comes when the yy-terms are opposites. Consider5x+2y=15x + 2y = 13x2y=73x - 2y = 7Adding straight down gives 8x+0y=88x + 0y = 8, so x=1x = 1. The yy-terms canceled because 2y+(2y)=02y + (-2y) = 0. Substituting x=1x = 1 into either original equation gives 5(1)+2y=15(1) + 2y = 1, so 2y=42y = -4 and y=2y = -2. The solution is (1,2)(1, -2).

Two cautions. First, you must add the entire equations, every term including the constants — a very common slip is adding the variable terms but forgetting the right-hand sides. Second, adding only helps when a pair of coefficients are opposites. If the coefficients are equal instead, subtract, or multiply one equation by 1-1 and then add, which many students find safer because subtraction sign errors are so easy to make.

Scaling One Equation to Force a Match

Most systems do not hand you opposite coefficients. You create them. Multiplying an entire equation by a nonzero constant produces an equivalent equation — the same line, the same solutions — but with new coefficients you can control.

Take3x+4y=103x + 4y = 105x2y=85x - 2y = 8The yy-coefficients are 44 and 2-2. Multiply the second equation by 22 to get 10x4y=1610x - 4y = 16. Now the yy-coefficients are 44 and 4-4. Adding gives 13x=2613x = 26, so x=2x = 2, and back-substituting into 3x+4y=103x + 4y = 10 gives 4y=44y = 4, so y=1y = 1. The solution is (2,1)(2, 1).

The decision you have to make is which variable to eliminate and what to multiply by. Scan for a coefficient that divides evenly into the other one in the same column. In the example above, 22 divides into 44, so one multiplication was enough.
SituationWhat to do
Coefficients already opposites, like 2y2y and 2y-2yAdd the equations
Coefficients already equal, like 3x3x and 3x3xSubtract, or multiply one by 1-1 and add
One coefficient divides the other, like 22 and 66Scale the smaller equation only
Neither divides the other, like 22 and 33Scale both, using the least common multiple
The single biggest error here is multiplying only part of an equation. If you multiply 5x2y=85x - 2y = 8 by 22, the 88 must become 1616. Write the scaled equation out on its own line rather than editing terms in place, and the mistake mostly disappears.

Scaling Both Equations

When neither coefficient divides the other, use the least common multiple. For4x+3y=64x + 3y = 63x+5y=103x + 5y = 10the xx-coefficients are 44 and 33, with LCM=12\mathrm{LCM} = 12. Multiply the first equation by 33 and the second by 4-4:12x+9y=1812x + 9y = 1812x20y=40-12x - 20y = -40Adding gives 11y=22-11y = -22, so y=2y = 2. Then 4x+3(2)=64x + 3(2) = 6 gives 4x=04x = 0 and x=0x = 0. The solution is (0,2)(0, 2), and you should check it in the other original equation: 3(0)+5(2)=103(0) + 5(2) = 10. True.

Notice the choice to make one multiplier negative. You could instead multiply by 33 and 44 and subtract, but building the negative into the multiplier means you only ever add, and adding produces far fewer sign errors than subtracting a whole row of terms.

You can also choose to eliminate yy instead: LCM(3,5)=15\mathrm{LCM}(3, 5) = 15, so multiply the first by 55 and the second by 3-3. You get the same answer. Pick whichever column gives smaller numbers; here the xx-column does.

One more habit worth building: after you solve for the first variable, substitute back into an original equation, not a scaled one. Scaled equations are correct, but if you made an arithmetic error while scaling, substituting into the original catches it. And always finish by writing the answer as an ordered pair. A solved system has a point as its answer, not a lone number.

When Both Variables Vanish: No Solution or Infinitely Many

Sometimes elimination wipes out both variables at once. What is left tells you everything.

Case one, a false statement. Solve2x+6y=82x + 6y = 8x+3y=10x + 3y = 10Multiply the second by 2-2: 2x6y=20-2x - 6y = -20. Adding gives 0=120 = -12, which is false for every xx and yy. No ordered pair can make it true, so the system has no solution. Geometrically, the two equations describe parallel lines with the same slope and different intercepts — they never intersect. Such a system is called inconsistent.

Case two, a true statement. Solvex2y=5x - 2y = 52x+4y=10-2x + 4y = -10Multiply the first by 22: 2x4y=102x - 4y = 10. Adding gives 0=00 = 0, true always. Every point on the line x2y=5x - 2y = 5 satisfies both equations, so there are infinitely many solutions. The second equation is just the first multiplied by 2-2 — the same line written twice.
Result after eliminationMeaningThe graph
x=ax = a (then y=by = b)One solution (a,b)(a, b)Lines cross once
False, like 0=120 = -12No solutionParallel distinct lines
True, like 0=00 = 0Infinitely many solutionsOne line, written twice
Where students go wrong: writing "x=0x = 0" or "the answer is 0" after reaching 0=00 = 0. Nothing equals zero here — both variables are gone. The honest answer is a sentence about the number of solutions, and for the infinite case it is good practice to name the line, such as "all points on x2y=5x - 2y = 5."

Key terms

System of linear equations.
Two or more linear equations considered together; a solution must satisfy every equation in the system at the same time.
Elimination method.
A solving strategy that adds or subtracts multiples of the equations so that one variable's terms cancel, leaving a single equation in one variable.
Equivalent equations.
Equations with exactly the same solution set. Multiplying an entire equation by a nonzero constant produces an equivalent equation.
Coefficient.
The number multiplying a variable. In 5x2y=75x - 2y = 7, the coefficients are 55 and 2-2.
Least common multiple (LCM).
The smallest positive number both coefficients divide into; used to choose multipliers when both equations must be scaled.
Inconsistent system.
A system with no solution. Elimination produces a false numeric statement such as 0=120 = -12, and the lines are parallel.
Dependent system.
A system whose equations describe the same line, giving infinitely many solutions. Elimination produces 0=00 = 0.
Ordered pair solution.
The point (x,y)(x, y) that makes both equations true; the standard way to write the answer to a system with one solution.

Worked example

Solve the system by elimination and check your answer: 2x+3y=122x + 3y = 12 and 5x2y=115x - 2y = 11.
Step 1: Decide which variable to eliminate. The xx-coefficients are 22 and 55; the yy-coefficients are 33 and 2-2. Neither column has one number dividing the other, so both equations must be scaled either way. The yy-column is attractive because the signs are already opposite, so plain addition will finish the job.

Step 2: Find the multipliers. LCM(3,2)=6\mathrm{LCM}(3, 2) = 6. Multiply the first equation by 22 and the second by 33.2(2x+3y=12)    4x+6y=242(2x + 3y = 12) \;\longrightarrow\; 4x + 6y = 243(5x2y=11)    15x6y=333(5x - 2y = 11) \;\longrightarrow\; 15x - 6y = 33Every term, including the constant on the right, gets multiplied.

Step 3: Add the scaled equations. The yy-terms cancel because 6y+(6y)=06y + (-6y) = 0:19x=5719x = 57Step 4: Solve for xx. Divide both sides by 1919 to get x=3x = 3.

Step 5: Back-substitute into an original equation. Using 2x+3y=122x + 3y = 12: 2(3)+3y=122(3) + 3y = 12, so 6+3y=126 + 3y = 12, then 3y=63y = 6 and y=2y = 2.

Step 6: Check in the other original equation, the one you did not use: 5(3)2(2)=154=115(3) - 2(2) = 15 - 4 = 11. That matches, so both equations are satisfied.

Solution: (3,2)(3, 2). On a graph, the lines 2x+3y=122x + 3y = 12 and 5x2y=115x - 2y = 11 cross at exactly this point.

Practice questions

To solve the system 3x+2y=73x + 2y = 7 and 4x3y=24x - 3y = -2 by eliminating yy, which pair of multipliers works?
  1. Multiply the first equation by 33 and the second by 22
  2. Multiply the first equation by 44 and the second by 33
  3. Multiply the first equation by 22 and the second by 33
  4. Multiply the first equation by 1-1 and leave the second alone

Answer: Multiply the first equation by 33 and the second by 22

To eliminate yy, focus only on the yy-coefficients, which are 22 and 3-3. Their least common multiple is 66. Multiplying the first equation by 33 gives 9x+6y=219x + 6y = 21; multiplying the second by 22 gives 8x6y=48x - 6y = -4. Now 6y6y and 6y-6y are opposites, so adding gives 17x=1717x = 17 and x=1x = 1. The choice using 44 and 33 targets the xx-column instead, which would eliminate xx, not yy.
Solve by elimination: x4y=6x - 4y = 6 and 3x+12y=18-3x + 12y = -18. Describe the solution set completely.

Answer: Infinitely many solutions — every point on the line x4y=6x - 4y = 6.

Multiply the first equation by 33 to get 3x12y=183x - 12y = 18. Adding this to 3x+12y=18-3x + 12y = -18 gives 0=00 = 0. Both variables vanished and the leftover statement is true, so no single point is being pinned down; instead, every pair that satisfies the first equation also satisfies the second. In fact the second equation is the first multiplied by 3-3, so the two equations graph as the same line. A complete answer says "infinitely many solutions" and names the line, rather than writing something like x=0x = 0.
A student solves 4x+y=94x + y = 9 and 4x+3y=194x + 3y = 19 by subtracting the first equation from the second and writes 2y=102y = 10, so y=5y = 5, and then reports the solution as y=5y = 5. Identify every error and give the correct solution.

Answer: The subtraction is correct (2y=102y = 10, y=5y = 5), but the answer is incomplete: the student never found xx. Substituting y=5y = 5 into 4x+y=94x + y = 9 gives 4x=44x = 4, so x=1x = 1, and the solution is the ordered pair (1,5)(1, 5).

Subtracting the equations gives (4x4x)+(3yy)=199(4x - 4x) + (3y - y) = 19 - 9, which is 2y=102y = 10, so the elimination step is fine. The trouble is stopping early. A system of two equations in two variables asks where two lines meet, and a meeting place is a point, not a number. Always back-substitute to find the second coordinate, then check the pair in the equation you did not use: 4(1)+3(5)=4+15=194(1) + 3(5) = 4 + 15 = 19.

FAQ

When should I use elimination instead of substitution?
Use elimination when both equations are in standard form Ax+By=CAx + By = C and no variable already has a coefficient of 11. Substitution shines when a variable is alone, like y=3x5y = 3x - 5, because you can plug it straight in. If one equation has a variable with coefficient 11, either method is quick; if all four coefficients are 2 or larger, elimination usually avoids messy fractions.
Do I have to add the equations, or can I subtract?
Both are valid. Adding works when the matching coefficients are opposites; subtracting works when they are equal. Many students choose to always add, and get there by multiplying one equation by a negative constant. Subtraction requires distributing the minus sign across every term, including the constant, and that is where sign errors creep in.
What does it mean if I end up with 0=50 = 5?
It means the system has no solution. Both variables canceled and what remains is false for every possible xx and yy, so no ordered pair satisfies both equations. Graphically the lines are parallel with different yy-intercepts. Write "no solution" as your answer — do not write 00 or leave it blank.
Can elimination handle a system with fractions or decimals?
Yes, and the first move is to clear them. Multiply each equation by the least common denominator, or by a power of ten for decimals, to get whole-number coefficients. For example, 12x+23y=5\frac{1}{2}x + \frac{2}{3}y = 5 becomes 3x+4y=303x + 4y = 30 after multiplying every term by 66. Then eliminate as usual.

Learn this with a teacher, not a page

The Crimsora tutor teaches Solving Systems by Elimination live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.