Omni Calculator logo

Welcome to Omni's elimination method calculator! It's here to help whenever you need to use the elimination method to solve a system of equations. The other name for this method is the linear combination method. So, what is the elimination method? How to solve a system with the elimination method? Scroll down!

In the article below, we give the definition of the elimination method, explain a little bit of the math behind it, and go step-by-step through several examples of systems solved with the elimination method so that you can grasp all the details. We will also teach you how to do the elimination method when a system has infinitely many solutions or no solutions at all.

What are systems of linear equations?

We say that an equation is linear if all the variables that appear in that equation are in the first power.
In particular, variables cannot be squared or cubed, nor put under a root or in the denominator of a fraction. The only thing you can do to variables is to multiply them by numbers and add such expressions together. If we have several linear equations and want to find numbers that solve all of these equations simultaneously, then we say we want to solve a system of linear equations.

Our elimination method calculator works for systems of two linear equations in two variables. In general, such a system takes the form:

a1x + b1y = c1

a2x + b2y = c2

where:

  • x and y are the variables;
  • a1, b1, c1 are the coefficients of the first equation; and
  • a2, b2, c2 are the coefficients of the second equation.

What is the elimination method in math?

The elimination method is one methods used to solve systems of linear equations. The main idea behind this method is to get rid of one of the variables so that we can focus on a simpler equation. In particular, when we have a system of two linear equations in two variables and eliminate one variable, we are left with a single equation in just one variable!

How do we eliminate variables? We multiply one or both equations by numbers that make the coefficients of a variable become opposite numbers on each equation (e.g., so we get 2x and -2x). Then we add the equations together - creating a resulting equation that doesn't contain that variable! We can now easily solve this equation using standard methods for solving equations with one variable.

Once we have found the value of this variable, we substitute it into one of the original equations. This way, we obtain another equation with one variable. We solve it and that's it! This is how we use the elimination method to solve the system of equations. Go to the next section to learn more about the elimination method steps.

Let us not forget about other methods for solving systems of linear equations! Once you have learned how to do the elimination method, you make sure to visit the following Omni tools:

Elimination method system of equations steps

You already know what the elimination method is all about, so let's discuss how to do the elimination method when given a specific system of linear equations in more detail.

  1. If needed, rearrange the equations so that the variables appear in the same order.

  2. If needed, multiply the equations so that one variable can be eliminated by addition.

  3. Add the equations together to eliminate this variable. This is essence of the solving by elimination method!

  4. You get a one-variable equation - solve for this variable.

  5. Substitute the value for this variable into one of the original equations.

  6. Solve for the other variable.

  7. Just to be sure, you may want to test your solution. Substitute it into the system and see if everything is OK.

The most critical step (and the only one which can cause problems) is to transform the system in a way that allows for the elimination of a variables, i.e., Step 2. In the next section, we will explain it in more detail and show you a bit of the math behind the elimination method. After that we will move onto discussing several examples of elimination method.

How to use this elimination method calculator?

The use of the elimination method calculator is straightforward:

  1. Enter the coefficients in their respective fields.
  2. The complete solution appears below the elimination method calculator.
  3. If you just need the pair of numbers that satisfy the system, they are near the end of the calculator's output.
  4. All the elimination method steps, along with explanations, are here as well in case you need them.
  5. If you need the solution computed with a higher precision (number of sig figs), go to the advanced mode of the elimination method calculator to set the desired precision. By default, we display six sig figs.

How to solve with the elimination method?

The best situation you can encounter is when the coefficients of one variable are opposite numbers. When you add the equations together, this variable vanishes!

More often, however, there are no opposite coefficients. It is your task to create them by multiplying both sides of one or both equations by suitably chosen multipliers. Only then will you be able to use the elimination method to solve the system of equations. The main task is to guess the multipliers. A simple example is when the coefficients of a variable are equal - in such case it is enough to multiply one of the equations by -1. This creates opposite coefficients. Then you only need to add the equations to eliminate this variable.

In general, for the system of equations:

a1x + b1y = c1

a2x + b2y = c2

we resort to the notion of the least common multiple of two numbers. Namely, we define the multipliers m1 and m2 as follows:

m1 := LCM(a1, a2) / a1

m2 := LCM(a1, a2) / a2

and multiply the first equation by m1 and the second equation by -m2. As a result, we get the following system:

LCM(a1, a2)x + [LCM(a1, a2)b1/a1]y = LCM(a1,a2)c1/a1

-LCM(a1, a2)x - [LCM(a1, a2)b2/a2]y = -LCM(a1, a2)c2/a2

As you can see, we have created opposite coefficients for the variable x (they are equal to LCM(a1, a2) and -LCM(a1, a2)). By adding these equations together, we eliminate x and end up with an equation containing only one variable: y. Solving such single-variable equations is very easy, as you'll see in the examples below.

How to use the elimination method in special situations?

When trying to eliminate a variable, you may sometimes eliminate both variables! What to do in such a situation? If you have eliminated both variables, you will end up with a statement concerning numbers. This statement is either true or false. Examples of true statements are:

4 = 4 or 0 = 0,

and examples of false statements are:

4 = 5 or 0 = 1.

It's not difficult, right?

Depending on whether the statement you got is true or false, you can make conclusions about the system:

  • If you eliminated both variables and the final statement is false, then your system of equations has no solution.

  • If you eliminated both variables and the final statement is true, then your system has infinitely many solutions.

Elimination method system of equations examples

In this section, we will look at several examples to get a better idea of how to use the elimination method in math to solve systems of equations.

  1. Use the elimination method to solve the system of equations:

    3x - 4y = 6

    -x + 4y = 2

    • Eliminate y by adding the two equations together:

      2x = 8

    • Solve for x:

      x = 4

    • Substitute x = 4 into the second equation:

      -4 + 4y = 2

    • Solve for y:

      4y = 6

      y = 1.5

    • Solution: x = 4, y = 1.5

    • We test the solution:

      3 ⋅ 4 - 4 ⋅ 1.5 = 12 - 6 = 6

      So the first equation is OK.

      -4 + 4 ⋅ 1.5 = -4 + 6 = 2

      And the second equation is OK as well.

  2. Solve using elimination method:

    2x + 3y = 5

    2x + 7y = -3

    • We want to eliminate x this time. To this end, we first multiply the first equation by -1:

      -2x - 3y = -5

      2x + 7y = -3

    • Add the equations, which results in eliminating x:

      4y = -8

    • Solve for y:

      y = -2

    • Substitute y = -2 into the first equation:

      2x + 3 ⋅ (-2) = 5

    • Solve for x:

      2x = 11

      x = 5.5

    • Solution: x = 5.5, y = -2

  3. Now, we will see how to solve with the elimination method the following system of linear equations:

    3x - 3y = 0

    2x + y = 3

    • We see that neither variable has equal or opposite coefficients. We will have to create them using multipliers, as we explained above. Let's eliminate x. First, calculate the least common multiplicity of 2 and 3:

      LCM(2, 3) = 6.

      The multipliers are:

      m1 := 6 / 3 = 2 and m2 := -6 / 2 = -3.

      Hence, we multiply the first equation by 2 and the second equation by -3:

      6x - 6y = 0

      -6x - 3y = -9

    • Add the equations:

      -9y = -9

    • Solve for y:

      y = 1

    • Substitute y = 1 into the first equation:

      3x - 3 ⋅ 1 = 0

    • Solve for x:

      3x = 3

      x = 1

    • Solution: x = 1, y = 1

  4. Next, let's see how to use the elimination method in case of the system:

    6x - 3y = 12

    2x - y = 4

    • To eliminate y, multiply the second equation by -3 so that the coefficients of y are opposite numbers:

      6x - 3y = 12

      -6x + 3y = -12

    • Add the equations:

      0 = 0

    • We eliminated both variables and arrived at a true statement. Therefore, there are infinitely many solutions for this system of equations!

  5. Finally, let's solve using the elimination method:

    -4x + 8y = 5

    3x - 6y = -1

    • To eliminate x, we multiply the first equation by 3 and the second equation by 4:

      -12x + 24y = 15

      12x - 24y = -4

    • Add the equations:

      0 = 11

    • We eliminated both variables and arrived at a blatantly false statement. We conclude that our system of equations has no solution.

Anna Szczepanek, PhD
We solve the system of linear equations:
a₁x + b₁y = c₁
a₂x + b₂y = c₂
Enter the coefficients into the fields below.
First equation
a₁
b₁
c₁
Second equation
a₂
b₂
c₂
Check out 40 similar algebra calculators 🔡
Absolute value equationAbsolute value inequalitiesAdding and subtracting polynomials… 37 more
People also viewed…

Addiction

Addiction calculator tells you how much shorter your life would be if you were addicted to alcohol, cigarettes, cocaine, methamphetamine, methadone, or heroin.

Humans vs vampires

Vampire apocalypse calculator shows what would happen if vampires were among us using the predator - prey model.

Powers of i

The powers of i calculator will help you raise the imaginary unit to any power you want.

Pythagorean triples

This Pythagorean triples calculator can check if three given numbers form a Pythagorean triple and also generate Pythagorean triples via Euclid's formula!
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service