Skip to content

Solving simultaneous equations by elimination

Simultaneous equations are when we have two or more equations with multiple unknowns (letters that represent numbers we don’t know yet). The goal is to find the values of these letters (variables) that make all the equations true at the same time.

We can use the elimination method when the equations are both linear (in the form ), and we have the same number of equations as unknowns ( for example, two equations with two unknowns, and ).

The key steps to solve a simultaneous equation with two unknowns by elimination are:

  • Find both equations in the form .
  • Multiply one or both equations by a number so that the coefficients (the numbers in front of the variables) of one of the variables are the same (or opposites). This allows us to cancel out that variable.
  • Add or subtract one equation from another. This involves adding or subtracting each term individually to form a new equation with just one variable.
  • Solve this new equation to find the value of one variable.
  • Substitute this value back into one of the original equations to find the value of the other variable.

Like with most concepts, it’s much easier to see with some examples.

Example: solve the simultaneous equations and .

Section titled “Example: solve the simultaneous equations and .”
  • First, we have the two equations:
    • (Equation 1)
    • (Equation 2)
  • We want to eliminate one of the variables. You can do whichever you want, but I will eliminate here. To do this, we can multiply Equation 2 by 3 so that the coefficient of in both equations will be opposites:
    • (Equation 1)
    • (Equation 2 multiplied by 3)
  • Add the two equations together to eliminate the variable:
  • Solve for :
  • substitute back into one of the original equations to find . You can use whichever equation you like: I’ll use Equation 1:
  • So the solution to the simultaneous equations is:

To check if your solution is correct, substitute the values of and back into one or both of the original equations to see if they work!