Learn on PengiOpenstax Elementary Algebra 2EChapter 5: Systems of Linear Equations

Lesson 3: Solve Systems of Equations by Elimination

Students learn how to solve systems of linear equations using the Elimination Method, which involves adding equations together to cancel out one variable by making its coefficients opposites. The lesson, from Chapter 5 of Openstax Elementary Algebra 2E, also covers solving real-world applications such as calorie-burning and rate-of-travel problems using this technique. Students additionally practice choosing the most convenient method among graphing, substitution, and elimination for a given system.

Section 1

πŸ“˜ Solve Systems of Equations by Elimination

New Concept

The elimination method simplifies a system of equations by strategically adding them. By making the coefficients of one variable opposites, adding the equations eliminates that variable, leaving a single, solvable equation. This is our third method for solving linear systems.

What’s next

This card is just the start. Next, you'll tackle interactive examples and practice problems to master solving systems of equations using the elimination method.

Section 2

Solve by Elimination

Property

The Elimination Method is based on the Addition Property of Equality. When you add equal quantities to both sides of an equation, the results are equal. For any expressions a,b,ca, b, c, and dd, if a=ba = b and c=dc = d, then a+c=b+da+c = b+d. To solve a system of equations by elimination, we start with both equations in standard form. We want to have the coefficients of one variable be opposites, so that we can add the equations together and eliminate that variable.

Examples

  • To solve the system {x+y=8xβˆ’y=4\begin{cases} x + y = 8 \\ x - y = 4 \end{cases}, we add the equations. The yy terms are opposites and eliminate, giving 2x=122x=12, so x=6x=6. Substituting back, 6+y=86+y=8, so y=2y=2. The solution is (6,2)(6, 2).
  • To solve {2x+y=73xβˆ’2y=0\begin{cases} 2x + y = 7 \\ 3x - 2y = 0 \end{cases}, multiply the first equation by 2 to make the yy coefficients opposites: 4x+2y=144x + 2y = 14. Adding this to 3xβˆ’2y=03x - 2y = 0 gives 7x=147x=14, so x=2x=2. Then 2(2)+y=72(2)+y=7, so y=3y=3. The solution is (2,3)(2, 3).
  • To solve {3x+2y=82x+5y=9\begin{cases} 3x + 2y = 8 \\ 2x + 5y = 9 \end{cases}, multiply the first equation by 2 and the second by βˆ’3-3 to get 6x6x and βˆ’6x-6x. This gives {6x+4y=16βˆ’6xβˆ’15y=βˆ’27\begin{cases} 6x + 4y = 16 \\ -6x - 15y = -27 \end{cases}. Adding them yields βˆ’11y=βˆ’11-11y = -11, so y=1y=1. Then 3x+2(1)=83x+2(1)=8, so x=2x=2. The solution is (2,1)(2, 1).

Explanation

This method adds two equations together. The goal is to make the coefficients of one variable opposites (like 5x5x and βˆ’5x-5x). When you add the equations, that variable cancels out, leaving a simple, one-variable equation to solve.

Section 3

How to solve by elimination

Property

Step 1. Write both equations in standard form. If any coefficients are fractions, clear them.
Step 2. Make the coefficients of one variable opposites.

  • Decide which variable you will eliminate.
  • Multiply one or both equations so that the coefficients of that variable are opposites.

Step 3. Add the equations resulting from Step 2 to eliminate one variable.
Step 4. Solve for the remaining variable.
Step 5. Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.
Step 6. Write the solution as an ordered pair.
Step 7. Check that the ordered pair is a solution to both original equations.

Examples

  • Solve {4x+3y=1xβˆ’3y=4\begin{cases} 4x + 3y = 1 \\ x - 3y = 4 \end{cases}. The equations are in standard form and the yy terms are opposites. Add them: 5x=55x=5, so x=1x=1. Substitute into the second equation: 1βˆ’3y=41-3y=4, so βˆ’3y=3-3y=3 and y=βˆ’1y=-1. The solution is (1,βˆ’1)(1, -1).
  • Solve {x+13y=212x+14y=2\begin{cases} x + \frac{1}{3}y = 2 \\ \frac{1}{2}x + \frac{1}{4}y = 2 \end{cases}. First, clear fractions by multiplying the first equation by 3 and the second by 4 to get {3x+y=62x+y=8\begin{cases} 3x+y=6 \\ 2x+y=8 \end{cases}. Multiply the second equation by βˆ’1-1 and add: (3x+y)+(βˆ’2xβˆ’y)=6βˆ’8(3x+y) + (-2x-y) = 6-8, which gives x=βˆ’2x=-2. Then 3(βˆ’2)+y=63(-2)+y=6, so y=12y=12. The solution is (βˆ’2,12)(-2, 12).
  • Solve {y=5βˆ’2x3xβˆ’2y=4\begin{cases} y = 5 - 2x \\ 3x - 2y = 4 \end{cases}. First, rewrite the first equation in standard form: 2x+y=52x+y=5. Now multiply it by 2 to get 4x+2y=104x+2y=10. Add this to 3xβˆ’2y=43x-2y=4 to get 7x=147x=14, so x=2x=2. Substitute into y=5βˆ’2xy = 5 - 2x to get y=5βˆ’2(2)=1y=5-2(2)=1. The solution is (2,1)(2, 1).

Explanation

This is a step-by-step recipe for success. First, get your equations into Ax+By=CAx+By=C form. Next, multiply to create opposite terms. Then, add, solve for one variable, substitute back to find the other, and always check your answer.

Section 4

Special cases in elimination

Property

When solving a system of equations, if the elimination process results in a true statement with no variables (e.g., 0=00=0), the system has infinitely many solutions because the equations represent the same line (coincident lines). If the process results in a false statement (e.g., 0=βˆ’50=-5), the system has no solution because the lines are parallel.

Examples

  • The system {2xβˆ’y=4βˆ’4x+2y=βˆ’8\begin{cases} 2x - y = 4 \\ -4x + 2y = -8 \end{cases} becomes {4xβˆ’2y=8βˆ’4x+2y=βˆ’8\begin{cases} 4x - 2y = 8 \\ -4x + 2y = -8 \end{cases} after multiplying the first equation by 2. Adding them gives 0=00=0. This is a true statement, so there are infinitely many solutions.
  • For the system {3x+2y=53x+2y=1\begin{cases} 3x + 2y = 5 \\ 3x + 2y = 1 \end{cases}, multiplying the second equation by βˆ’1-1 gives βˆ’3xβˆ’2y=βˆ’1-3x-2y=-1. Adding this to the first equation results in 0=40=4. This is a false statement, so there is no solution.
  • Given {y=4xβˆ’1βˆ’8x+2y=5\begin{cases} y = 4x - 1 \\ -8x + 2y = 5 \end{cases}, rewrite the first as 4xβˆ’y=14x - y = 1. Multiply by 2 to get 8xβˆ’2y=28x - 2y = 2. Adding to βˆ’8x+2y=5-8x + 2y = 5 gives 0=70=7. This is false, so there is no solution.

Explanation

If both variables vanish when you add the equations, look at what is left. A true statement like 0=00=0 means infinite solutions (the lines are identical). A false statement like 0=90=9 means no solution (the lines are parallel).

Section 5

Choose the most convenient method

Property

GraphingSubstitutionElimination
Use when you need a picture of the situation.Use when one equation is already solved for one variable.Use when the equations are in standard form.

Examples

  • For {y=4xβˆ’13x+2y=9\begin{cases} y = 4x - 1 \\ 3x + 2y = 9 \end{cases}, substitution is most convenient because the first equation is already solved for yy.
  • For {5xβˆ’3y=112x+3y=3\begin{cases} 5x - 3y = 11 \\ 2x + 3y = 3 \end{cases}, elimination is most convenient because the equations are in standard form and the coefficients for yy are already opposites.
  • For {x+y=102xβˆ’y=5\begin{cases} x + y = 10 \\ 2x - y = 5 \end{cases}, elimination is very convenient because the yy coefficients are opposites. Substitution would also work easily by solving the first equation for xx or yy.

Explanation

Pick your method strategically. Substitution is perfect if an equation is already in y=...y=... or x=...x=... form. Elimination shines when both equations are lined up in standard form (Ax+By=CAx+By=C). Graphing is best for visualizing the answer.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Systems of Linear Equations

  1. Lesson 1

    Lesson 1: Solve Systems of Equations by Graphing

  2. Lesson 2

    Lesson 2: Solving Systems of Equations by Substitution

  3. Lesson 3Current

    Lesson 3: Solve Systems of Equations by Elimination

  4. Lesson 4

    Lesson 4: Solve Applications with Systems of Equations

  5. Lesson 5

    Lesson 5: Solve Mixture Applications with Systems of Equations

  6. Lesson 6

    Lesson 6: Graphing Systems of Linear Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Solve Systems of Equations by Elimination

New Concept

The elimination method simplifies a system of equations by strategically adding them. By making the coefficients of one variable opposites, adding the equations eliminates that variable, leaving a single, solvable equation. This is our third method for solving linear systems.

What’s next

This card is just the start. Next, you'll tackle interactive examples and practice problems to master solving systems of equations using the elimination method.

Section 2

Solve by Elimination

Property

The Elimination Method is based on the Addition Property of Equality. When you add equal quantities to both sides of an equation, the results are equal. For any expressions a,b,ca, b, c, and dd, if a=ba = b and c=dc = d, then a+c=b+da+c = b+d. To solve a system of equations by elimination, we start with both equations in standard form. We want to have the coefficients of one variable be opposites, so that we can add the equations together and eliminate that variable.

Examples

  • To solve the system {x+y=8xβˆ’y=4\begin{cases} x + y = 8 \\ x - y = 4 \end{cases}, we add the equations. The yy terms are opposites and eliminate, giving 2x=122x=12, so x=6x=6. Substituting back, 6+y=86+y=8, so y=2y=2. The solution is (6,2)(6, 2).
  • To solve {2x+y=73xβˆ’2y=0\begin{cases} 2x + y = 7 \\ 3x - 2y = 0 \end{cases}, multiply the first equation by 2 to make the yy coefficients opposites: 4x+2y=144x + 2y = 14. Adding this to 3xβˆ’2y=03x - 2y = 0 gives 7x=147x=14, so x=2x=2. Then 2(2)+y=72(2)+y=7, so y=3y=3. The solution is (2,3)(2, 3).
  • To solve {3x+2y=82x+5y=9\begin{cases} 3x + 2y = 8 \\ 2x + 5y = 9 \end{cases}, multiply the first equation by 2 and the second by βˆ’3-3 to get 6x6x and βˆ’6x-6x. This gives {6x+4y=16βˆ’6xβˆ’15y=βˆ’27\begin{cases} 6x + 4y = 16 \\ -6x - 15y = -27 \end{cases}. Adding them yields βˆ’11y=βˆ’11-11y = -11, so y=1y=1. Then 3x+2(1)=83x+2(1)=8, so x=2x=2. The solution is (2,1)(2, 1).

Explanation

This method adds two equations together. The goal is to make the coefficients of one variable opposites (like 5x5x and βˆ’5x-5x). When you add the equations, that variable cancels out, leaving a simple, one-variable equation to solve.

Section 3

How to solve by elimination

Property

Step 1. Write both equations in standard form. If any coefficients are fractions, clear them.
Step 2. Make the coefficients of one variable opposites.

  • Decide which variable you will eliminate.
  • Multiply one or both equations so that the coefficients of that variable are opposites.

Step 3. Add the equations resulting from Step 2 to eliminate one variable.
Step 4. Solve for the remaining variable.
Step 5. Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.
Step 6. Write the solution as an ordered pair.
Step 7. Check that the ordered pair is a solution to both original equations.

Examples

  • Solve {4x+3y=1xβˆ’3y=4\begin{cases} 4x + 3y = 1 \\ x - 3y = 4 \end{cases}. The equations are in standard form and the yy terms are opposites. Add them: 5x=55x=5, so x=1x=1. Substitute into the second equation: 1βˆ’3y=41-3y=4, so βˆ’3y=3-3y=3 and y=βˆ’1y=-1. The solution is (1,βˆ’1)(1, -1).
  • Solve {x+13y=212x+14y=2\begin{cases} x + \frac{1}{3}y = 2 \\ \frac{1}{2}x + \frac{1}{4}y = 2 \end{cases}. First, clear fractions by multiplying the first equation by 3 and the second by 4 to get {3x+y=62x+y=8\begin{cases} 3x+y=6 \\ 2x+y=8 \end{cases}. Multiply the second equation by βˆ’1-1 and add: (3x+y)+(βˆ’2xβˆ’y)=6βˆ’8(3x+y) + (-2x-y) = 6-8, which gives x=βˆ’2x=-2. Then 3(βˆ’2)+y=63(-2)+y=6, so y=12y=12. The solution is (βˆ’2,12)(-2, 12).
  • Solve {y=5βˆ’2x3xβˆ’2y=4\begin{cases} y = 5 - 2x \\ 3x - 2y = 4 \end{cases}. First, rewrite the first equation in standard form: 2x+y=52x+y=5. Now multiply it by 2 to get 4x+2y=104x+2y=10. Add this to 3xβˆ’2y=43x-2y=4 to get 7x=147x=14, so x=2x=2. Substitute into y=5βˆ’2xy = 5 - 2x to get y=5βˆ’2(2)=1y=5-2(2)=1. The solution is (2,1)(2, 1).

Explanation

This is a step-by-step recipe for success. First, get your equations into Ax+By=CAx+By=C form. Next, multiply to create opposite terms. Then, add, solve for one variable, substitute back to find the other, and always check your answer.

Section 4

Special cases in elimination

Property

When solving a system of equations, if the elimination process results in a true statement with no variables (e.g., 0=00=0), the system has infinitely many solutions because the equations represent the same line (coincident lines). If the process results in a false statement (e.g., 0=βˆ’50=-5), the system has no solution because the lines are parallel.

Examples

  • The system {2xβˆ’y=4βˆ’4x+2y=βˆ’8\begin{cases} 2x - y = 4 \\ -4x + 2y = -8 \end{cases} becomes {4xβˆ’2y=8βˆ’4x+2y=βˆ’8\begin{cases} 4x - 2y = 8 \\ -4x + 2y = -8 \end{cases} after multiplying the first equation by 2. Adding them gives 0=00=0. This is a true statement, so there are infinitely many solutions.
  • For the system {3x+2y=53x+2y=1\begin{cases} 3x + 2y = 5 \\ 3x + 2y = 1 \end{cases}, multiplying the second equation by βˆ’1-1 gives βˆ’3xβˆ’2y=βˆ’1-3x-2y=-1. Adding this to the first equation results in 0=40=4. This is a false statement, so there is no solution.
  • Given {y=4xβˆ’1βˆ’8x+2y=5\begin{cases} y = 4x - 1 \\ -8x + 2y = 5 \end{cases}, rewrite the first as 4xβˆ’y=14x - y = 1. Multiply by 2 to get 8xβˆ’2y=28x - 2y = 2. Adding to βˆ’8x+2y=5-8x + 2y = 5 gives 0=70=7. This is false, so there is no solution.

Explanation

If both variables vanish when you add the equations, look at what is left. A true statement like 0=00=0 means infinite solutions (the lines are identical). A false statement like 0=90=9 means no solution (the lines are parallel).

Section 5

Choose the most convenient method

Property

GraphingSubstitutionElimination
Use when you need a picture of the situation.Use when one equation is already solved for one variable.Use when the equations are in standard form.

Examples

  • For {y=4xβˆ’13x+2y=9\begin{cases} y = 4x - 1 \\ 3x + 2y = 9 \end{cases}, substitution is most convenient because the first equation is already solved for yy.
  • For {5xβˆ’3y=112x+3y=3\begin{cases} 5x - 3y = 11 \\ 2x + 3y = 3 \end{cases}, elimination is most convenient because the equations are in standard form and the coefficients for yy are already opposites.
  • For {x+y=102xβˆ’y=5\begin{cases} x + y = 10 \\ 2x - y = 5 \end{cases}, elimination is very convenient because the yy coefficients are opposites. Substitution would also work easily by solving the first equation for xx or yy.

Explanation

Pick your method strategically. Substitution is perfect if an equation is already in y=...y=... or x=...x=... form. Elimination shines when both equations are lined up in standard form (Ax+By=CAx+By=C). Graphing is best for visualizing the answer.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Systems of Linear Equations

  1. Lesson 1

    Lesson 1: Solve Systems of Equations by Graphing

  2. Lesson 2

    Lesson 2: Solving Systems of Equations by Substitution

  3. Lesson 3Current

    Lesson 3: Solve Systems of Equations by Elimination

  4. Lesson 4

    Lesson 4: Solve Applications with Systems of Equations

  5. Lesson 5

    Lesson 5: Solve Mixture Applications with Systems of Equations

  6. Lesson 6

    Lesson 6: Graphing Systems of Linear Inequalities