Simultaneous equations are two or more equations that contain the same unknown variables and must be solved together.

They may look confusing when you first see them, but the basic idea is simple. You are looking for the values of the unknowns that make both equations true at the same time.

For example:

x + y = 10

x – y = 2

The values of x and y must satisfy both equations. In this case, the answer is:

x = 6 and y = 4

There are several ways to solve simultaneous equations. The most common methods are the substitution method, elimination method, and graphical method.

In this guide, we will explain each method step by step, show worked examples, point out common mistakes, and give you practice questions to test what you have learned.

What Are Simultaneous Equations?

Simultaneous equations are equations that are solved together because they contain the same unknowns.

A common example is:

x + y = 12

2x + y = 18

There are two equations and two unknowns, x and y.

The solution is the pair of values that makes both equations correct.

For example, if:

x = 6

and

y = 6

then:

x + y = 6 + 6 = 12

and:

2x + y = 2(6) + 6 = 18

Both equations are true, so x = 6 and y = 6 is the solution.

Why Do We Need Two Equations?

One equation with two unknowns usually has many possible answers.

For example:

x + y = 10

could have:

  • x = 1, y = 9
  • x = 2, y = 8
  • x = 3, y = 7
  • x = 4, y = 6
  • x = 5, y = 5

and many other possibilities.

The second equation gives us another condition that helps us find the exact values.

Suppose we also know:

x – y = 2

Now only one pair satisfies both equations:

x = 6 and y = 4

This is why the equations are solved simultaneously.

Methods of Solving Simultaneous Equations

There are three important methods you should know:

  1. Substitution method
  2. Elimination method
  3. Graphical method

The substitution and elimination methods are usually the quickest for algebraic questions. The graphical method is useful when you want to see the solution visually.

Let’s look at each one.

Method 1: Solving Simultaneous Equations by Substitution

The substitution method involves making one variable the subject of one equation and then substituting that expression into the other equation.

Let’s work through an example.

Example 1

Solve:

x + y = 10

x – y = 2

Step 1: Make one variable the subject

Take the first equation:

x + y = 10

Make x the subject:

x = 10 – y

Step 2: Substitute into the other equation

The second equation is:

x – y = 2

Replace x with 10 – y:

10 – y – y = 2

Simplify:

10 – 2y = 2

Step 3: Solve for y

Subtract 10 from both sides:

-2y = -8

Divide both sides by -2:

y = 4

Step 4: Find x

We already know:

x = 10 – y

Substitute y = 4:

x = 10 – 4

x = 6

Therefore:

x = 6, y = 4

Step 5: Check your answer

Always check your answer when possible.

First equation:

x + y = 6 + 4 = 10

Correct.

Second equation:

x – y = 6 – 4 = 2

Correct.

So the answer is:

x = 6 and y = 4

Another Substitution Example

Solve:

2x + y = 11

x = y + 1

This example is even easier because x has already been made the subject.

Step 1: Substitute

Replace x in the first equation with y + 1:

2(y + 1) + y = 11

Step 2: Expand

2y + 2 + y = 11

Combine like terms:

3y + 2 = 11

Step 3: Solve for y

Subtract 2:

3y = 9

Divide by 3:

y = 3

Step 4: Find x

Since:

x = y + 1

we get:

x = 3 + 1

x = 4

Therefore:

x = 4 and y = 3

Check:

2(4) + 3 = 11

Correct.

Method 2: Solving Simultaneous Equations by Elimination

The elimination method works by adding or subtracting the equations so that one of the variables disappears.

This can make the calculation much faster.

Example 2

Solve:

x + y = 9

x – y = 3

Notice that the equations contain +y and -y.

If we add the equations together, the y terms cancel.

Write them underneath each other:

x + y = 9

x – y = 3

Add:

2x = 12

Therefore:

x = 6

Now substitute x = 6 into either equation.

Using:

x + y = 9

we get:

6 + y = 9

Therefore:

y = 3

So:

x = 6 and y = 3

When the Coefficients Are Different

Sometimes the variables do not cancel immediately.

For example:

2x + y = 11

x + y = 7

Here, both equations contain +y, so subtracting the second equation from the first will eliminate y.

Write:

2x + y = 11

x + y = 7

Subtract:

x = 4

Now substitute x = 4 into:

x + y = 7

4 + y = 7

Therefore:

y = 3

So the solution is:

x = 4 and y = 3

Elimination When You Need to Multiply an Equation

Sometimes neither variable can be eliminated immediately.

For example:

2x + 3y = 13

x + 2y = 8

We cannot simply add or subtract these equations to remove a variable.

So we first multiply one equation.

Let’s eliminate x.

The second equation is:

x + 2y = 8

Multiply everything by 2:

2x + 4y = 16

Now we have:

2x + 3y = 13

2x + 4y = 16

Subtract the first equation from the second:

y = 3

Now substitute y = 3 into:

x + 2y = 8

x + 2(3) = 8

x + 6 = 8

x = 2

Therefore:

x = 2 and y = 3

Check the first equation:

2(2) + 3(3) = 4 + 9 = 13

Correct.

Check the second:

2 + 2(3) = 2 + 6 = 8

Correct.

Method 3: Solving Simultaneous Equations Graphically

The graphical method involves drawing both equations on a graph.

The solution is the point where the two lines meet.

Suppose we have:

y = x + 1

and:

y = -x + 5

When both equations are drawn on the same graph, their lines intersect at one point.

The coordinates of that intersection are the solution to the simultaneous equations.

The graphical method is useful because it gives you a visual understanding of what simultaneous equations mean.

However, when an exam asks for an exact answer, algebraic methods such as substitution or elimination are often more convenient.

How to Know Which Method to Use

Choosing the right method can make simultaneous equations much easier.

Use substitution when:

  • One variable is already the subject of an equation.
  • One variable has a coefficient of 1 or -1.
  • Rearranging one equation is straightforward.

Use elimination when:

  • The coefficients of one variable are already the same or opposites.
  • Adding or subtracting the equations will remove a variable.
  • You can easily multiply one equation to create matching coefficients.

Use the graphical method when:

  • You are asked to solve the equations using a graph.
  • You want to understand the relationship between the equations.
  • An approximate answer is acceptable.

The best method is usually the one that gets rid of one variable with the least amount of work.

How to Solve Simultaneous Equations With Fractions

Fractions can make simultaneous equations look harder than they really are.

A useful approach is to remove the fractions first.

Example

Solve:

x/2 + y = 5

x + y = 8

The first equation contains a fraction.

Multiply the first equation by 2:

x + 2y = 10

Now we have:

x + 2y = 10

x + y = 8

Subtract the second equation from the first:

y = 2

Substitute y = 2 into:

x + y = 8

x + 2 = 8

x = 6

Therefore:

x = 6 and y = 2

Removing fractions at the beginning can make the rest of the calculation much simpler.

How to Solve Simultaneous Equations With Negative Numbers

Negative signs are one of the most common sources of mistakes.

Consider:

x + y = 5

x – 2y = -4

From the first equation:

x = 5 – y

Substitute into the second:

5 – y – 2y = -4

Combine the y terms:

5 – 3y = -4

Subtract 5:

-3y = -9

Divide by -3:

y = 3

Now find x:

x + 3 = 5

x = 2

Therefore:

x = 2 and y = 3

When working with negative numbers, write every step clearly rather than trying to do several operations mentally.

How to Check Your Answer

Checking your answer is one of the most useful habits you can develop when solving simultaneous equations.

Suppose you obtained:

x = 4

and:

y = 3

Return to the original equations.

If the equations were:

2x + y = 11

and:

x + y = 7

Substitute the values.

First equation:

2(4) + 3 = 8 + 3 = 11

Correct.

Second equation:

4 + 3 = 7

Correct.

Because both original equations are satisfied, the answer is correct.

Do not check only one equation. A pair of values must work in both equations.

Common Mistakes When Solving Simultaneous Equations

1. Changing only part of an equation

If you multiply an equation by a number, you must multiply every term on both sides.

For example:

x + 2y = 5

If you multiply by 3, you get:

3x + 6y = 15

Not:

3x + 2y = 5

2. Losing negative signs

Be especially careful when subtracting equations.

Write each equation clearly and line up the terms before performing the operation.

3. Forgetting to substitute back

After finding one variable, you still need to find the other variable.

If you find:

y = 4

that is not the complete answer if the question asks for both x and y.

4. Not checking the answer

A small arithmetic mistake can change the final answer.

Substituting your answers into the original equations is a quick way to catch errors.

5. Using the wrong operation

If the coefficients are the same, subtraction may eliminate a variable.

If the coefficients are opposites, addition may eliminate it.

Look at the equations first before deciding what to do.

Simultaneous Equations in Word Problems

Simultaneous equations are not only about letters and numbers. They are also used to solve real-life problems.

For example:

A shop sells notebooks and pens. A customer buys 2 notebooks and 3 pens for ₦1,100. Another customer buys 3 notebooks and 2 pens for ₦1,200.

We can let:

x = price of one notebook

y = price of one pen

Then the information gives us:

2x + 3y = 1100

3x + 2y = 1200

Now we have two simultaneous equations.

We can solve them using elimination.

Multiply the first equation by 3:

6x + 9y = 3300

Multiply the second equation by 2:

6x + 4y = 2400

Subtract:

5y = 900

Therefore:

y = 180

Now substitute into:

3x + 2y = 1200

3x + 2(180) = 1200

3x + 360 = 1200

3x = 840

x = 280

Therefore:

One notebook costs ₦280 and one pen costs ₦180.

This is an important application of simultaneous equations because the equations allow us to turn information from a real situation into something we can solve mathematically.

Simultaneous Equations Practice Questions

Try these questions yourself before looking for the answers.

Question 1

Solve:

x + y = 10

x – y = 4

Question 2

Solve:

2x + y = 13

x + y = 8

Question 3

Solve:

3x + 2y = 16

x + 2y = 8

Question 4

Solve:

2x + 3y = 13

x + 2y = 8

Question 5

Solve:

4x + y = 17

2x + y = 9

Answers

1. x = 7, y = 3

2. x = 5, y = 3

3. x = 4, y = 2

4. x = 2, y = 3

5. x = 4, y = 1

Try to solve the questions yourself before checking the answers. The goal is not just to know the answer, but to understand how you arrived at it.

Frequently Asked Questions About Simultaneous Equations

What is the easiest method for solving simultaneous equations?

There is no single method that is always easiest. It depends on the equations.

Substitution is often convenient when one variable is already isolated. Elimination is usually quicker when the coefficients of one variable are already equal or can easily be made equal.

What are the three methods of solving simultaneous equations?

The three commonly taught methods are substitution, elimination and graphical methods.

How do I know whether to add or subtract simultaneous equations?

Look at the coefficients of the variable you want to eliminate.

If the coefficients have opposite signs, adding the equations may eliminate the variable.

If the coefficients have the same sign, subtracting one equation from the other may eliminate it.

Can simultaneous equations have no solution?

Yes.

Two equations can sometimes represent parallel lines. If the lines never meet, there is no common solution.

Can simultaneous equations have more than one solution?

Yes, depending on the equations.

If two equations represent the same line, they have infinitely many solutions.

Why do I need to check both equations?

Because the answer must satisfy both equations. A pair of values that works in only one equation is not a valid solution to the simultaneous equations.

Final Tips for Solving Simultaneous Equations

If simultaneous equations seem difficult at first, focus on the process rather than trying to memorize every step.

Before solving, ask yourself:

1. What are my unknowns?

Usually these will be x and y.

2. Can I easily isolate one variable?

If yes, substitution may be a good choice.

3. Can I eliminate one variable by adding or subtracting?

If yes, elimination may be faster.

4. Do I need to multiply one equation first?

If the coefficients do not match, you may need to multiply one or both equations.

5. Have I checked my answer?

Substitute both values into the original equations.

The more problems you solve, the easier it becomes to recognize which method will save you the most work.

Summary

Simultaneous equations are two or more equations that are solved together to find values that satisfy all the equations.

The main methods are:

  • Substitution, where one variable is expressed in terms of another and substituted into the second equation.
  • Elimination, where one variable is removed by adding, subtracting or first multiplying the equations.
  • Graphical method, where the solution is found at the point where the graphs intersect.

The most important thing is to work carefully, keep your signs correct, show your steps and check your final answer in both original equations.

With regular practice, simultaneous equations become much less intimidating. Start with simple equations, learn to recognize which method is most efficient, and gradually move on to more complicated problems.


Leave a Reply

Your email address will not be published. Required fields are marked *