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.
- From the second equation, isolate x:
x = y + 1. - Replace x in the first equation:
2(y + 1) + y = 7. - Simplify:
2y + 2 + y = 7→3y = 5→y = 5/3. - Put y back into
x = y + 1:x = 5/3 + 1 = 8/3. - Check quickly:
2(8/3) + 5/3 = 21/3 = 7works!
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.
- Add the two equations:
(3x + 5x) + (2y - 2y) = 16 + 4→8x = 20→x = 20/8 = 5/2. - Substitute x into the first equation:
3(5/2) + 2y = 16→15/2 + 2y = 16→2y = 16 - 7.5 = 8.5→y = 8.5/2 = 4.25 = 17/4. - 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?
| Method | Best for | Typical steps |
|---|---|---|
| Substitution | One equation already solved for a variable or easy to isolate | Isolate → Substitute → Solve → Back‑substitute |
| Elimination | Coefficients can be made equal (or opposite) easily | Align coefficients → Add/Subtract → Solve → Back‑substitute |
| Graphical | Checking work or when you need a visual picture | Rewrite as y = mx + c → Plot → Read intersection |
Step‑by‑step flow for elimination method
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
- Solve by substitution: 4x - y = 5 and x + 2y = 11.
Answer: x = 3, y = 4. - Using elimination, find x and y: 2x + 3y = 12 and 5x - 3y = 7.
Answer: x = 3, y = 2. - Graph the equations y = 2x - 1 and y = -x + 4. State the solution.
Answer: Intersection at (5/3, 1/3). - 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. - 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.