Ever wondered how two equations can whisper the same secret number pair? Let’s crack that code.
Simultaneous linear equations are just two straight‑line equations that share the same x and y. Solving them means finding the one point where both lines cross – that’s the answer for both equations at once.
What are simultaneous linear equations?
In plain language, a linear equation is an equation where each term is either a constant or a constant multiplied by a variable (like x or y). When you have two of these equations and they involve the same variables, they are called simultaneous linear equations because you need to satisfy them together.
Why does the ICSE exam love them?
The board loves questions that test your ability to juggle two relationships at once. Knowing more than one method lets you pick the fastest route during a timed test.
Method 1: Substitution – step by step
Think of substitution like swapping a puzzle piece. You solve one equation for a variable, then plug that expression into the other equation.
- Step 1: Choose the simpler equation (the one with smaller numbers or a coefficient of 1).
- Step 2: Rearrange it to isolate a variable (e.g., x = 3y + 2).
- Step 3: Substitute that expression wherever the same variable appears in the second equation.
- Step 4: Solve the resulting single‑variable equation.
- Step 5: Put the found value back into the expression from Step 2 to get the other variable.
Example: Solve 2x + y = 7 and x - 2y = -1.
From the first equation, isolate y: y = 7 - 2x.
Plug into the second: x - 2(7 - 2x) = -1 → x - 14 + 4x = -1 → 5x = 13 → x = 13/5.
Now y = 7 - 2(13/5) = 7 - 26/5 = 35/5 - 26/5 = 9/5.
Answer: (x, y) = (13/5, 9/5).
Method 2: Elimination (also called addition) – step by step
Elimination is like a tug‑of‑war where you make the coefficients of one variable match (or become opposites) and then add or subtract the equations to cancel that variable.
- Step 1: Look at the coefficients (numbers in front of x or y). Choose a variable to eliminate.
- Step 2: Multiply one or both equations so the chosen variable has equal magnitude but opposite signs.
- Step 3: Add the equations – the chosen variable disappears.
- Step 4: Solve the remaining single‑variable equation.
- Step 5: Substitute back to find the other variable.
Example: Solve 3x + 2y = 16 and 5x - 2y = 4.
Add the two equations directly (notice 2y and -2y cancel): (3x+5x) + (2y-2y) = 16+4 → 8x = 20 → x = 20/8 = 5/2.
Put x back into the first equation: 3(5/2) + 2y = 16 → 15/2 + 2y = 16 → 2y = 16 - 7.5 = 8.5 → y = 4.25 = 17/4.
Answer: (x, y) = (5/2, 17/4).
Method 3: Graphical method – when you love pictures
Each linear equation draws a straight line on a graph. The point where the two lines intersect is the solution. This method is handy for checking work or when the exam asks for a sketch.
Steps:
- Rewrite each equation in slope‑intercept form (y = mx + c) – m is slope, c is where the line crosses the y‑axis.
- Plot at least two points for each line and draw them.
- Find the intersection point – that’s your (x, y).
Quick tip: If the lines are parallel (same slope, different intercept) there is no solution. If they lie on top of each other (same slope and intercept) there are infinitely many solutions.
Quick comparison of the three methods
| Method | Best for | Pros | Cons |
|---|---|---|---|
| Substitution | One equation already solved for a variable or has coefficient 1 | Simple algebra, fewer multiplications | Can create fractions early |
| Elimination | Coefficients easy to make equal | Works well with whole numbers, fast for large systems | Extra step of multiplying equations |
| Graphical | Checking work or visual learners | Shows geometry, easy to spot no‑solution cases | Less precise on paper, time‑consuming for exact values |
Exam‑ready tips for ICSE Class 9
- Always write down what you are asked to find – “find x and y”. It keeps you from mixing up steps.
- Check your answer by plugging the values back into both original equations.
- If the numbers look messy, try elimination first – it often keeps everything in integers.
- When the question gives a word problem, translate it into two equations before picking a method.
- Practice the three methods; the exam may reward the fastest one for you.
📝 Likely Exam Questions
- Solve 4x - 3y = 11 and 2x + y = 5 using elimination.
Answer: Multiply second equation by 3 → 6x + 3y = 15; add to first → 10x = 26 → x = 13/5; substitute → y = 5 - 2(13/5) = 5 - 26/5 = -1/5. - Using substitution, solve 5a + b = 12 and a - 2b = -3.
Answer: From second, a = 2b - 3; substitute → 5(2b - 3) + b = 12 → 10b - 15 + b = 12 → 11b = 27 → b = 27/11; a = 2(27/11) - 3 = 54/11 - 33/11 = 21/11. - Two lines are given by y = 2x + 1 and 3x - y = 4. Find their point of intersection graphically (show work).
Answer: Rewrite second as y = 3x - 4. Set 2x + 1 = 3x - 4 → x = 5; then y = 2(5) + 1 = 11. Intersection (5,11). - Explain why the system 2p + 4q = 8 and p + 2q = 4 has infinitely many solutions.
Answer: The second equation is exactly half of the first, so both represent the same line. Every point on that line satisfies both equations. - State one advantage of using elimination over substitution for the system 7x + 9y = 23 and 14x + 18y = 46.
Answer: The second equation is just twice the first, so elimination quickly shows the lines are the same, revealing infinite solutions without messy fractions.