πŸš€ StudyNest is growing. New lessons and worksheets are added regularly.

πŸ“˜ Algebra β€’ Lesson 12 of 22

Simultaneous Equations

Simultaneous equations are two equations containing the same unknowns. We solve the equations together to find values that make both equations true.

✏️ Algebra πŸ“˜ Worked examples included 🧠 Step-by-step learning

Learning Objectives

You should be able to:

Introduction

This lesson develops Simultaneous Equations from meaning and patterns before moving to calculations. Look for what the quantities, shapes or symbols represent, then connect that idea to the method.

Key Notes

Read the definitions and key facts below carefully. Each rule is most useful when you can explain why it fits the situation, not simply recall it.

🎬 Two equations, one meeting point

The solution satisfies both equations at the same time.

πŸ€” Think About This...

Imagine a tuckshop sells apples and bananas.

One customer buys:

The total cost is $8.

Another customer buys:

The total cost is $7.

Let:

x = the price of one apple
y = the price of one banana

The two purchases give us:

2x + y = 8
x + 2y = 7
We have two unknowns and two equations. These are simultaneous equations.

πŸ“– What are Simultaneous Equations?

Simultaneous equations are two or more equations that contain the same unknown variables.

They are solved together because the values of the unknowns must make every equation true at the same time.

x + y = 8
2x + y = 11

Both equations contain x and y.

Two unknowns normally require two independent equations.

🧠 The StudyNest Thinking Method

Before solving, ask:

πŸ‘‰ Which method will make this question easier?

There are two common algebraic methods:

Both methods can lead to the same correct answer. The best method depends on how the equations are written.

🎯 Choosing the Best Method

In many questions, either method will work. However, one method may be quicker or easier than the other.

If you notice... A useful method to try Why?
One variable already stands alone, such as y = x + 2 Substitution You can replace that variable immediately.
One variable can be made the subject in one simple step Substitution Rearranging and replacing the variable will be straightforward.
A pair of terms already has opposite signs, such as +y and βˆ’y Elimination The variable disappears when the equations are added.
A pair of variables has the same coefficient, such as +y and +y Elimination The variable disappears when one equation is subtracted from the other.
The coefficients can easily be made equal, such as 2x and 4x Elimination Multiplying one equation creates matching coefficients.
πŸ’‘ Study Tip:

Spend a few seconds looking at both equations before you begin. A little planning can save several steps.
🎯 Exam Tip:

Unless the question tells you which method to use, you may normally use any correct method.

If the question specifically says β€œUse elimination” or β€œUse substitution”, use the requested method and show your working clearly.

πŸ€” Which Method Would You Choose?

Do not solve these yet. Simply decide which method looks easier.

1.

y = 2x + 5
x + y = 11

Suggested method: Substitution
2.

x + y = 9
x βˆ’ y = 5

Suggested method: Elimination
3.

2x + y = 8
x + y = 5

Suggested method: Elimination
4.

3x = y + 7
2x + y = 11

Suggested method: Substitution after making one variable the subject

βž• Method 1: Elimination

The word eliminate means to remove.

In this method, we add or subtract the equations so that one variable disappears. This leaves an equation containing only one unknown.

Elimination Steps

1. Line up the equations.
2. Look for equal or opposite variable terms.
3. Add or subtract the equations.
4. Solve for the remaining variable.
5. Substitute back to find the second variable.
6. Check both answers.

Example 1: Opposite Terms

Solve:

x + y = 8
x βˆ’ y = 2

πŸ” What do you notice?

One equation contains +y and the other contains βˆ’y.

These are opposite terms.

Add the equations:

(x + y) + (x βˆ’ y) = 8 + 2

The y-terms cancel:

y + (βˆ’y) = 0
2x = 10
x = 5

Substitute x = 5 into one of the original equations:

x + y = 8
5 + y = 8
y = 3
x = 5 and y = 3

Example 2: Equal Terms

Solve:

2x + y = 11
x + y = 8

πŸ” What do you notice?

Both equations contain +y.

Because the y-terms are equal, subtract the second equation from the first:

(2x + y) βˆ’ (x + y) = 11 βˆ’ 8
x = 3

Substitute x = 3 into:

x + y = 8
3 + y = 8
y = 5
x = 3 and y = 5

βœ–οΈ When the Coefficients Do Not Match

Sometimes no variable can disappear immediately.

In that situation, multiply one or both equations so that one pair of coefficients becomes equal.

Example 3

Solve:

x + y = 7
2x + 3y = 18

The first equation contains x, while the second contains 2x.

Multiply the whole first equation by 2:

2(x + y) = 2(7)
2x + 2y = 14

The equations are now:

2x + 2y = 14
2x + 3y = 18

The x-terms are now equal, so subtract the first equation from the second:

(2x + 3y) βˆ’ (2x + 2y) = 18 βˆ’ 14
y = 4

Substitute y = 4 into:

x + y = 7
x + 4 = 7
x = 3
x = 3 and y = 4

πŸ”„ Method 2: Substitution

The word substitute means to replace one thing with another equal thing.

In simultaneous equations, substitution means replacing one variable with an equivalent expression.

Substitution Steps

1. Make one variable the subject if necessary.
2. Substitute that expression into the other equation.
3. Solve the new equation.
4. Substitute back to find the second variable.
5. Check both answers.

Example 4: One Variable is Already the Subject

Solve:

y = x + 1
x + y = 9

πŸ” What does y equal?

The first equation tells us:

y = x + 1

Replace y with x + 1 in the second equation:

x + (x + 1) = 9
2x + 1 = 9
2x = 8
x = 4

Substitute x = 4 into:

y = x + 1
y = 4 + 1
y = 5
x = 4 and y = 5

Example 5: No Variable is Initially the Subject

Solve using substitution:

2x + y = 9
x + y = 6

Neither variable is currently alone.

Choose the simpler equation:

x + y = 6

Make x the subject by subtracting y from both sides:

x = 6 βˆ’ y

Substitute 6 βˆ’ y for x in the first equation:

2(6 βˆ’ y) + y = 9

Expand and simplify:

12 βˆ’ 2y + y = 9
12 βˆ’ y = 9
βˆ’y = βˆ’3
y = 3

Substitute y = 3 into:

x = 6 βˆ’ y
x = 6 βˆ’ 3
x = 3
x = 3 and y = 3
This example connects to changing the subject of a formula: first isolate one variable, then substitute.

🌍 Real-Life Example

A tuckshop sells juice and chips.

Two juices and one packet of chips cost $9.

One juice and two packets of chips cost $12.

Let:

x = the price of one juice
y = the price of one packet of chips

The equations are:

2x + y = 9
x + 2y = 12

Either method can be used, but elimination is convenient here because the coefficients can easily be made equal.

πŸ•΅οΈ Checking Your Answers

A correct pair of values must satisfy both original equations.

Suppose:

x = 5 and y = 3

Check the first equation:

x + y = 8
5 + 3 = 8

Check the second equation:

x βˆ’ y = 2
5 βˆ’ 3 = 2
Both equations are true, so the solution is correct.

πŸ“ˆ Looking Ahead

Simultaneous equations can also be solved graphically.

Each equation is drawn as a graph, and the point where the two graphs intersect gives the solution.

We will study this method in the Graphs topic.

⚠ Common Mistakes

Mistake 1:

Adding the equations when equal terms should be subtracted.

Look carefully at the signs and coefficients before choosing an operation.
Mistake 2:

Multiplying only one term when trying to create matching coefficients.

Multiply every term and the value on the other side of the equation.
Mistake 3:

Forgetting to substitute back after finding the first variable.
Mistake 4:

Substituting into the same equation incorrectly. Use brackets when replacing an expression.
Mistake 5:

Checking only one equation. Both original equations must be true.

Practice Questions

First decide which method looks easier. Then solve.

  1. x + y = 10
    x βˆ’ y = 4
  2. 2x + y = 14
    x + y = 9
  3. y = x + 2
    x + y = 11
  4. x + y = 12
    2x βˆ’ y = 6
  5. 2x + y = 11
    x + 2y = 10
  6. 3x + y = 13
    x + y = 7
βœ… Show Answers
  1. x = 7, y = 3
  2. x = 5, y = 4
  3. x = 4.5, y = 6.5
  4. x = 6, y = 6
  5. x = 4, y = 3
  6. x = 3, y = 4

🎯 Exam Tip

If the method is not stated, choose the method that gives the shortest, clearest working.

If a method is named in the question, use that method.

Always show enough working to make your method clear.

🧠 Did You Know?

Simultaneous equations are used in economics, engineering, chemistry, business and computer graphics whenever two unknown values must be found from related information.

⭐ What You Can Do Now

πŸŽ‰ Well Done!

You can now solve simultaneous equations strategically instead of choosing a method at random.

Remember:

Look at the equations β†’ Choose a method β†’ Solve β†’ Substitute back β†’ Check

🧠 Let’s Think Together

Before calculating, identify the information given, the result required and the mathematical relationship that connects them. Predict whether the answer should be larger, smaller or unchanged, then use that prediction to check the result.

πŸ“ˆ Your Progress

Lesson 12 of 22

Course Progress 75%

Exam Focus

Show the mathematical relationship you are using, keep notation consistent and give a clear final answer. Use a quick estimate, diagram or inverse operation to check that the result is reasonable.

Summary