Solving System Of Linear Equations By Elimination

Download as PDF

Tired of graphing lines to find where they cross? The elimination method is a powerful algebraic technique for solving systems of linear equations by adding or subtracting them to eliminate a variable. Let's master this essential algebra skill together!

What Is the Elimination Method for Solving Systems of Equations?

The elimination method is an algebraic technique used to solve a system of linear equations by adding the equations together in a way that cancels out, or 'eliminates', one of the variables. This process leaves you with a simpler, single-variable equation that you can solve easily. Once you find the value of that first variable, you can substitute it back into one of the original equations to find the value of the second variable.

Imagine you have two balanced scales. The first scale shows that one weight equals another ( A=B). The second scale shows the same for two different weights ( C=D). If you move all the weights from the second scale onto the corresponding sides of the first scale, it will remain balanced. This is the core idea: if you add equal things to equal things, the results are still equal. The elimination method applies this principle to equations.

This method is particularly useful when both equations are in standard form ( Ax+By=C). It provides a systematic way to find the single ordered pair (x,y) that is the solution to both equations—the exact point where their graphs would intersect.

How Do You Solve a System of Equations by Elimination?

The elimination method follows a reliable, step-by-step process. By mastering these steps, you can solve any system of two linear equations. The key is to be organized and careful with your arithmetic, especially with negative signs.

  1. Align the Equations: Make sure both linear equations are written in standard form, Ax+By=C. Line up the x-terms, y-terms, and constants vertically.
  2. Find Opposite Coefficients: Examine the coefficients (the numbers in front of the variables) for both x and y. The goal is to make the coefficients of one variable exact opposites (like 5 and 5).
  3. Multiply If Necessary: If no variables have opposite coefficients, you must multiply one or both entire equations by a non-zero number to create them. For example, if you have 2x and 3x, you could multiply the first equation by 3 and the second by 2 to get 6x and 6x.
  4. Add the Equations: Add the two equations together. Combine the x-terms, the y-terms, and the constant terms. When you do this correctly, one of the variables should cancel out, leaving an equation with only one variable.
  5. Solve for the Remaining Variable: Solve the simple, one-variable equation that you created in the previous step.
  6. Back-Substitute: Take the value you just found and substitute it back into either of the original equations. Solving this new equation will give you the value of the other variable.
  7. State the Solution: Write your final answer as an ordered pair, (x,y).
  8. Check Your Work: This is a crucial final step! Substitute your (x,y) solution into both of the original equations to ensure it makes both statements true. This confirms your answer is correct.

Example 1: When Coefficients Are Already Opposites

Sometimes, you get a system where one variable is already perfectly set up for elimination. This is the most straightforward type of problem.

Example 1

Solve the following system of equations:

{2x+5y=73x5y=3

Step 1: Align the Equations.

The equations are already in standard form and aligned vertically.

Step 2: Find Opposite Coefficients.

Look at the coefficients. The x-coefficients are 2 and 3. The y-coefficients are 5 and 5. These are opposites! We are ready to add.

Step 3: Multiply If Necessary.

No multiplication is needed.

Step 4: Add the Equations.

Add the equations vertically, term by term.

2x+5y=7+(3x5y=3)5x+0y=10

This simplifies to 5x=10.

Step 5: Solve for the Remaining Variable.

Solve 5x=10 for x.

5x5=105

x=2

Step 6: Back-Substitute.

Substitute x=2 into the first original equation ( 2x+5y=7) to find y.

2(2)+5y=7

4+5y=7

5y=3

y=35

Step 7: State the Solution.

The solution is the ordered pair (2,35).

Step 8: Check Your Work.

Check the solution in both original equations.

  • Equation 1: 2(2)+5(35)=4+3=7. This is true.
  • Equation 2: 3(2)5(35)=63=3. This is also true.

Our solution is correct.

Example 2: When You Need to Multiply One Equation

More often, the coefficients won't be perfect opposites. In this case, you'll need to multiply one of the equations by a constant to set up the elimination.

Example 2

Solve the following system of equations:

{3x+6y=65x+2y=14

Step 1 & 2: Align and Find Opposites.

The equations are aligned. Looking at the coefficients, neither the x-terms ( 3 and 5) nor the y-terms ( 6 and 2) are opposites. However, we can easily turn 2y into 6y to cancel with the 6y in the first equation.

Step 3: Multiply One Equation.

To make the y-coefficients opposites, we will multiply the entire second equation by 3.

3(5x+2y=14)15x6y=42

Now our system looks like this:

{3x+6y=615x6y=42

Step 4: Add the Equations.

Add the new system of equations.

3x+6y=6+(15x6y=42)12x+0y=48

This simplifies to 12x=48.

Step 5: Solve.

Solve for x.

12x12=4812

x=4

Step 6: Back-Substitute.

Substitute x=4 into the second original equation ( 5x+2y=14).

5(4)+2y=14

20+2y=14

2y=6

y=3

Step 7: State the Solution.

The solution is (4,3).

Step 8: Check Your Work.

  • Equation 1: 3(4)+6(3)=1218=6. Correct.
  • Equation 2: 5(4)+2(3)=206=14. Correct.

The solution is verified.

Example 3: When You Need to Multiply Both Equations

In the most complex cases, you'll need to multiply both equations by different numbers to create opposite coefficients for one of the variables. This involves finding a common multiple for the coefficients.

Example 3

Solve the following system of equations:

{4x3y=75x+2y=26

Step 1 & 2: Align and Find Opposites.

The equations are aligned. The x-coefficients are 4 and 5. The y-coefficients are 3 and 2. No simple multiplication of one equation will work. We need to modify both.

Let's choose to eliminate y. The least common multiple of 3 and 2 is 6. We want to create coefficients of 6y and 6y.

Step 3: Multiply Both Equations.

  • Multiply the first equation by 2 to turn 3y into 6y.
  • Multiply the second equation by 3 to turn 2y into 6y.
2(4x3y=7)8x6y=143(5x+2y=26)15x+6y=78

Our new system is:

{8x6y=1415x+6y=78

Step 4: Add the Equations.

8x6y=14+(15x+6y=78)23x+0y=92

This simplifies to 23x=92.

Step 5: Solve.

23x23=9223

x=4

Step 6: Back-Substitute.

Substitute x=4 into the second original equation ( 5x+2y=26).

5(4)+2y=26

20+2y=26

2y=6

y=3

Step 7: State the Solution.

The solution is (4,3).

Step 8: Check Your Work.

  • Equation 1: 4(4)3(3)=169=7. Correct.
  • Equation 2: 5(4)+2(3)=20+6=26. Correct.

The solution is confirmed.

What Happens with No Solution or Infinite Solutions?

When you solve a system of equations, you are finding the intersection point of two lines. Sometimes, lines don't intersect in a single point. They might be parallel (never intersecting) or they might be the exact same line (intersecting everywhere). The elimination method will reveal these special cases.

No Solution (Inconsistent System)

If the lines are parallel, they will never intersect, meaning there is no (x,y) pair that satisfies both equations. When you use elimination on such a system, both variables will be eliminated, and you will be left with a false statement.

Consider the system x+y=3 and x+y=5. To eliminate x, we multiply the second equation by 1:

x+y=3+(xy=5)0+0=2

This results in 0=2, which is a contradiction. This false statement tells you that there is no solution. The system is called inconsistent.

Infinite Solutions (Dependent System)

If the two equations actually describe the same line, then every point on that line is a solution. There are infinitely many solutions. When you use elimination on this type of system, both variables will be eliminated, and you will be left with a true statement.

Consider the system 2x+4y=8 and x+2y=4. To eliminate x, we multiply the second equation by 2:

2x+4y=8+(2x4y=8)0+0=0

This results in 0=0, which is always true. This identity statement tells you that there are infinitely many solutions. The system is called dependent.

Goal: Get one equation into the form Ax+By=C and the other into Ax+Dy=E to eliminate x.

What Are Some Common Mistakes to Avoid?

The elimination method is very reliable, but small arithmetic errors can lead to the wrong answer. Be aware of these common pitfalls:

  • Multiplication Error: Forgetting to multiply the entire equation by the constant. Every single term—the x-term, the y-term, and the constant on the other side of the equals sign—must be multiplied.
  • Sign Errors: Being careless with positive and negative numbers is the most frequent source of mistakes. When adding a negative number, remember you are subtracting. Double-check your signs at every step.
  • Stopping Early: A common mistake is to solve for the first variable (e.g., x) and forget to go back and solve for the second variable ( y). The solution to a system is an ordered pair, not a single number.
  • Incorrect Substitution: When you back-substitute, it's safest to use one of the original equations. If you made a mistake while multiplying an equation, substituting back into that modified equation could hide the error or cause further confusion.
  • Not Checking the Answer: The best way to be confident in your solution is to check it. It only takes a moment and can catch a mistake you might have otherwise missed. Remember to plug your (x,y) values into both original equations.

Quick Summary: The Elimination Method Checklist

Here is a quick checklist to guide you as you solve systems of equations by elimination. Use it as a reference to make sure you've covered all your bases.

StepActionKey Question
1. Standard FormArrange equations as Ax+By=C.Are my variables and constants lined up?
2. Find OppositesLook for coefficients that are opposites (e.g., 3y and 3y).Can I add the equations right now to eliminate a variable?
3. MultiplyIf no opposites exist, multiply one or both equations to create them.What is the smallest number I can multiply by to create opposites?
4. Add & EliminateAdd the equations vertically. One variable should cancel out.Did one of my variables disappear?
5. SolveSolve the resulting one-variable equation.What is the value of my first variable?
6. Back-SubstitutePlug the value you just found back into an original equation.What is the value of my second variable?
7. State SolutionWrite the answer as an ordered pair (x,y).Is my answer in the correct format?
8. CheckPlug the ordered pair into BOTH original equations.Does my solution make both equations true?

Frequently Asked Questions

When is the elimination method better than the substitution method?

The elimination method is usually better when both equations are in standard form ( Ax+By=C). Substitution is often easier when one equation is already solved for a variable (e.g., y=2x+1).

Does it matter which variable I choose to eliminate first?

No, it does not matter at all. You will get the same final answer whether you eliminate x first or y first. Always choose the variable that looks easiest to eliminate to save time and reduce the chance of errors.

What if I add the equations and nothing gets eliminated?

If no variable is eliminated when you add, it means you haven't correctly set up opposite coefficients. You need to go back a step and multiply one or both equations by a constant that will create opposites for either the x or y terms.

Can I subtract the equations instead of adding them?

Yes, you can. Subtracting one equation from another is mathematically valid. However, most students find it safer to always add, as subtracting entire expressions often leads to sign errors. Multiplying an equation by 1 and then adding achieves the same result with less risk.

What does the solution (x, y) actually represent on a graph?

The solution is the single point of intersection where the two lines cross. It is the only ordered pair (x,y) that exists on both lines simultaneously, which is why it satisfies both equations.

How should I handle equations with fractions?

Before you begin the elimination process, it's a great idea to clear the fractions. You can do this by multiplying every term in an equation by the least common denominator (LCD) of all the fractions in that equation. This will leave you with an equivalent equation with only integer coefficients.

Is the elimination method the same as the addition method?

Yes, the terms 'elimination method' and 'addition method' are often used interchangeably to describe this technique. It is also sometimes called the 'linear combination method' because you are creating a new linear equation by combining the two original ones.