Simultaneous Equations Quizzes

Simultaneous Equations Quiz 1

Difficulty: Foundation

Curriculum: GCSE

Start Quiz

Simultaneous Equations Quiz 1

Difficulty: Higher

Curriculum: GCSE

Start Quiz

Simultaneous Equations Quiz 2

Difficulty: Foundation

Curriculum: GCSE

Start Quiz

Simultaneous Equations Quiz 3

Difficulty: Higher

Curriculum: GCSE

Start Quiz

Introduction

Simultaneous equations are an essential topic in GCSE Maths, as they allow us to solve problems involving two or more unknowns. Mastering simultaneous equations is crucial for algebra, problem-solving, and real-world applications such as finance, physics, and engineering. They often appear in both foundation and higher-tier exam papers and provide a foundation for understanding more complex systems and matrices at A-level.

Core Concepts

What are Simultaneous Equations?

Simultaneous equations are two or more equations that share the same set of unknowns. Solving them means finding values for the variables that satisfy all equations at the same time.

Example (two variables):

$$ \begin{cases} 2x + 3y = 12 \\ x - y = 1 \end{cases} $$

The solution is the pair \((x, y)\) that satisfies both equations.

Types of Simultaneous Equations

  • Linear-linear: Both equations are straight lines, e.g., \(ax + by = c\).
  • Linear-quadratic: One equation is linear and one quadratic, e.g., \(y = x^2 + 2x - 1\).
  • Quadratic-quadratic: Both equations involve squared terms (rare in GCSE, more common at A-level).

Rules & Steps

1. Substitution Method

Use substitution when one variable is already isolated or easy to isolate.

  1. Isolate one variable in one equation, e.g., \(x = 1 + y\).
  2. Substitute this expression into the other equation.
  3. Solve the resulting equation for the remaining variable.
  4. Substitute back to find the other variable.

Example:

$$ \begin{cases} x + y = 5 \\ 2x - y = 4 \end{cases} $$
  • From the first equation: \(x = 5 - y\)
  • Substitute into the second: \(2(5 - y) - y = 4 \Rightarrow 10 - 2y - y = 4 \Rightarrow -3y = -6 \Rightarrow y = 2\)
  • Substitute back: \(x = 5 - 2 = 3\)
  • Solution: \((x, y) = (3, 2)\)

2. Elimination Method

Elimination is useful when coefficients of a variable are the same or easily made the same.

  1. Multiply equations if necessary so one variable has the same coefficient.
  2. Add or subtract the equations to eliminate one variable.
  3. Solve for the remaining variable.
  4. Substitute back to find the eliminated variable.

Example:

$$ \begin{cases} 3x + 2y = 16 \\ 5x - 2y = 4 \end{cases} $$
  • Add the equations: \(3x + 2y + 5x - 2y = 16 + 4 \Rightarrow 8x = 20 \Rightarrow x = 2.5\)
  • Substitute back: \(3(2.5) + 2y = 16 \Rightarrow 7.5 + 2y = 16 \Rightarrow 2y = 8.5 \Rightarrow y = 4.25\)
  • Solution: \((x, y) = (2.5, 4.25)\)

3. Graphical Method

Simultaneous equations can also be solved by plotting each equation as a line or curve and identifying the intersection point(s).

  • Graph each equation on the same coordinate system.
  • The intersection point(s) represent the solution(s).
  • This method is particularly useful for visualizing inequalities or non-integer solutions.

Example:

$$ \begin{cases} y = 2x + 1 \\ y = -x + 4 \end{cases} $$

The lines intersect at \((x, y) = (1, 3)\).

Worked Examples

  1. Substitution: $$ \begin{cases} x - 2y = -1 \\ 3x + y = 11 \end{cases} $$ Isolate \(x = 2y - 1\), substitute: \(3(2y - 1) + y = 11 \Rightarrow 7y - 3 = 11 \Rightarrow y = 2\), then \(x = 3\). Solution: \((3, 2)\)
  2. Elimination: $$ \begin{cases} 4x + 3y = 22 \\ 5x - 3y = 13 \end{cases} $$ Add: \(9x = 35 \Rightarrow x = 35/9 \approx 3.89\), then \(4(35/9) + 3y = 22 \Rightarrow 3y = 22 - 140/9 = 58/9 \Rightarrow y = 58/27 \approx 2.15\)
  3. Real-life application: Two taxis start from the same point. Taxi A travels at \(x\) km/h, Taxi B at \(y\) km/h. After 2 hours, their total distance is 150 km, and the difference in distance is 30 km. Form equations: $$ \begin{cases} 2x + 2y = 150 \\ 2x - 2y = 30 \end{cases} $$ Solve by elimination: \(4x = 180 \Rightarrow x = 45\), then \(2(45) + 2y = 150 \Rightarrow y = 30\) km/h
  4. Linear-quadratic: $$ \begin{cases} y = x^2 + 2 \\ y = 3x + 4 \end{cases} $$ Substitute: \(x^2 + 2 = 3x + 4 \Rightarrow x^2 - 3x - 2 = 0\) Factor: \((x - 2)(x + 1) = 0 \Rightarrow x = 2, -1\) Then \(y = 3(2) + 4 = 10\) or \(y = 3(-1) + 4 = 1\) Solutions: \((2, 10), (-1, 1)\)
  5. Higher-tier: Solve $$ \begin{cases} 2x + 5y = 20 \\ 3x - 2y = 1 \end{cases} $$ Multiply second equation by 2.5: \(7.5x - 5y = 2.5\), add to first: \(2x + 5y + 7.5x - 5y = 20 + 2.5 \Rightarrow 9.5x = 22.5 \Rightarrow x \approx 2.37\), then \(2(2.37) + 5y = 20 \Rightarrow y \approx 3.05\)

Common Mistakes

  • Incorrect substitution or arithmetic errors when replacing variables.
  • Failure to multiply correctly when making coefficients equal in elimination.
  • Mixing up variables or misreading negative signs.
  • Neglecting to check all solutions in the original equations.
  • Assuming only integer solutions exist; some problems have fractions or decimals.

Applications

Simultaneous equations are widely applicable:

  • Mixing solutions in chemistry: finding concentrations.
  • Business: calculating cost and profit relationships.
  • Physics: motion problems with different speeds or directions.
  • Geometry: finding intersection points of lines or curves.

Strategies & Tips

  • Check which method (substitution, elimination, graphing) is simplest before starting.
  • Always simplify equations to standard form first.
  • Pay careful attention to signs when moving terms across the equals sign.
  • Verify solutions by substituting back into the original equations.
  • Practice a variety of worded problems to strengthen problem-solving skills.

Summary

Simultaneous equations allow you to solve multiple unknowns efficiently. Understanding substitution, elimination, and graphical methods ensures that you can tackle any combination of linear or quadratic equations. Regular practice, careful attention to signs, and checking your answers will increase confidence and accuracy in exams. Attempt the quizzes and exercises to reinforce your understanding and master simultaneous equations.