Why learn to solve simultaneous equations?

Imagine you have two clues that together point to a hidden treasure – each clue alone isn’t enough, but together they reveal the exact spot. That’s what simultaneous equations do in maths: two (or more) equations work together to give the values of the unknowns.

💡 In Simple Words: A pair of equations that share the same variables can be solved together to find the exact numbers that satisfy both at the same time.

Methods to solve simultaneous linear equations

ICSE Class 9 expects you to know three main ways: substitution, elimination (also called addition), and the graphical method. Let’s break each one down.

1. Substitution method

Substitution means you solve one equation for a variable and then plug (substitute) that expression into the other equation.

Example: Solve 2x + y = 7 and x - y = 1.

  1. From the second equation, isolate x: x = y + 1.
  2. Replace x in the first equation: 2(y + 1) + y = 7.
  3. Simplify: 2y + 2 + y = 73y = 5y = 5/3.
  4. Put y back into x = y + 1: x = 5/3 + 1 = 8/3.
  5. Check quickly: 2(8/3) + 5/3 = 21/3 = 7 works!

Key point: always verify your answer in both original equations.

2. Elimination (addition) method

In elimination you add or subtract the equations so that one variable disappears, leaving a single‑variable equation.

Example: Solve 3x + 2y = 16 and 5x - 2y = 4.

  1. Add the two equations: (3x + 5x) + (2y - 2y) = 16 + 48x = 20x = 20/8 = 5/2.
  2. Substitute x into the first equation: 3(5/2) + 2y = 1615/2 + 2y = 162y = 16 - 7.5 = 8.5y = 8.5/2 = 4.25 = 17/4.
  3. Check in the second equation: 5(5/2) - 2(17/4) = 12.5 - 8.5 = 4, correct.

When the coefficients of y (or x) are already opposites, you can skip the multiplication step.

3. Graphical method (quick glimpse)

Plot each equation as a straight line on the same graph. The point where the lines cross is the solution (x, y). This method is handy for visual learners, but for exams you’ll need exact numbers, so you usually verify the intersection algebraically.

When to use which method?

MethodBest forTypical steps
SubstitutionOne equation already solved for a variable or easy to isolateIsolate → Substitute → Solve → Back‑substitute
EliminationCoefficients can be made equal (or opposite) easilyAlign coefficients → Add/Subtract → Solve → Back‑substitute
GraphicalChecking work or when you need a visual pictureRewrite as y = mx + c → Plot → Read intersection

Step‑by‑step flow for elimination method

graph TD A[Write both equations] --> B[Choose variable to eliminate] B --> C[Make coefficients equal (multiply if needed)] C --> D[Add or subtract equations] D --> E[Solve for remaining variable] E --> F[Substitute back to find other variable] F --> G[Check both equations] G --> H[Write final answer]

Common pitfalls and how to avoid them

  • Sign slip: When you multiply an equation by a negative number, watch the sign of every term.
  • Fraction frenzy: If fractions appear, clear them by multiplying the whole equation by the common denominator before eliminating.
  • Skipping verification: A quick plug‑in catches arithmetic errors before you lose marks.

📝 Likely Exam Questions

  1. Solve by substitution: 4x - y = 5 and x + 2y = 11.
    Answer: x = 3, y = 4.
  2. Using elimination, find x and y: 2x + 3y = 12 and 5x - 3y = 7.
    Answer: x = 3, y = 2.
  3. Graph the equations y = 2x - 1 and y = -x + 4. State the solution.
    Answer: Intersection at (5/3, 1/3).
  4. Explain why the elimination method is preferred when the coefficients of y are already opposites.
    Answer: No extra multiplication is needed, saving time and reducing error risk.
  5. Check whether (2, 3) satisfies the system: 3x + 4y = 18 and x - y = -1.
    Answer: Substituting gives 3(2)+4(3)=6+12=18 ✔ and 2-3=-1 ✔, so (2,3) is correct.
#ICSE#Class 9#Mathematics#Algebra#Simultaneous Equations