Substitution Method to Solve a Pair of Linear Equations (Class 10)
In one line: the substitution method solves a pair of linear equations by writing one variable in terms of the other from one equation, then substituting that into the second equation so you are left with a single equation in one variable.
A pair of linear equations in two variables is two equations of the form ax + by + c = 0, and βsolvingβ them means finding the values of x and y that satisfy both at the same time. The substitution method is one of the two algebraic methods in Section 3.3 (the other is the elimination method). It is exact β unlike the graphical method, it works perfectly even when the answer is a fraction such as x = 49/29.
Here is the whole idea in three steps: (1) from one equation, express a variable like x as x = (something with y); (2) put that expression into the other equation, so only y remains, and solve for y; (3) substitute that y back to get x. Then verify. The rest of this guide walks through each step with worked examples, and shows what happens in the special βno solutionβ and βinfinitely many solutionsβ cases.
βΆοΈ Watch the 30-second reel: Which variable would you isolate first? π€
What is the substitution method?
The substitution method is an algebraic method for solving a pair of linear equations in two variables without drawing a graph. The name comes from its key action: you substitute (replace) one variable with an equivalent expression in the other variable.
Why do we need it? The graphical method is great for seeing whether lines intersect, but it is unreliable when the solution point has non-integer coordinates like (β1.75, 3.3) β you simply cannot read those accurately off a graph. Algebraic methods give the exact answer every time, which is why they are the go-to methods in the board exam.
The 3 steps of the substitution method
Use these three steps for every substitution problem. Keep the terminology consistent: βisolateβ means write one variable alone on one side; βsubstituteβ means replace it in the other equation.
- Isolate one variable. From either equation (pick the easier one), write one variable in terms of the other β for example, x = 3 β 2y. Choose the variable whose coefficient is 1 if possible, so no fractions appear.
- Substitute and solve. Put that expression into the other equation. Now only one variable is left, so solve that ordinary equation.
- Back-substitute. Put the value you found into the Step-1 expression to get the second variable. Finally, verify by checking both original equations.
Exam tip: Always substitute into the equation you did not use in Step 1. Substituting back into the same equation just gives you 0 = 0 and no new information.
Worked example 1 β a clean start
Solve: x + y = 7 and x β y = 3.
- Step 1 (isolate): From the first equation, x + y = 7, write x = 7 β y.
- Step 2 (substitute & solve): Put x = 7 β y into the second equation x β y = 3: (7 β y) β y = 3 β 7 β 2y = 3 β β2y = β4 β y = 2.
- Step 3 (back-substitute): x = 7 β y = 7 β 2 = 5.
- Verify: 5 + 2 = 7 β and 5 β 2 = 3 β.
Solution: x = 5, y = 2. Notice how choosing the variable with coefficient 1 kept every line free of fractions.
βΆοΈ Watch the 30-second reel: Can you isolate x correctly? π
Worked example 2 β when a variable is already isolated
Solve: y = 2x β 3 and 3x + 2y = 8.
Here the first equation already gives y in terms of x, so Step 1 is done for us. This is exactly the situation where substitution is fastest.
- Step 2 (substitute & solve): Put y = 2x β 3 into 3x + 2y = 8: 3x + 2(2x β 3) = 8 β 3x + 4x β 6 = 8 β 7x = 14 β x = 2.
- Step 3 (back-substitute): y = 2x β 3 = 2(2) β 3 = 1.
- Verify: 3(2) + 2(1) = 6 + 2 = 8 β.
Solution: x = 2, y = 1. Whenever one equation looks like βy = β¦β or βx = β¦β, reach for substitution first β this is the kind of quick decision the Practice Companion on examfront helps you make automatically as you drill more problems.
Worked example 3 β a word problem
Problem: The cost of 2 notebooks and 1 pen is βΉ80. The cost of 1 notebook and 1 pen is βΉ50. Find the cost of each.
- Form the equations. Let one notebook cost βΉx and one pen cost βΉy. 2x + y = 80 β¦ (1) and x + y = 50 β¦ (2)
- Step 1 (isolate): From (2), y = 50 β x.
- Step 2 (substitute & solve): Put into (1): 2x + (50 β x) = 80 β x + 50 = 80 β x = 30.
- Step 3 (back-substitute): y = 50 β 30 = 20.
- Verify: 2(30) + 20 = 80 β and 30 + 20 = 50 β.
A notebook costs βΉ30 and a pen costs βΉ20. Turning a word problem into two equations is a skill on its own β see linear-equations word problems for the full framing method, and practise mixed sets on examfrontβs Topic Practice so the setup becomes second nature.
The special cases: no solution and infinitely many solutions
Sometimes, during Step 2, both variables disappear. Do not panic β this is telling you something important about the pair of lines.
- If you get a true statement with no variable (for example, 18 = 18), the two equations are really the same line, so the pair has infinitely many solutions (it is dependent and consistent).
- If you get a false statement with no variable (for example, β4 = 0), the lines are parallel, so the pair has no solution (it is inconsistent).
Quick example (no solution): Solve x + 2y β 4 = 0 and 2x + 4y β 12 = 0. From the first, x = 4 β 2y. Substitute into the second: 2(4 β 2y) + 4y β 12 = 0 β 8 β 4y + 4y β 12 = 0 β β4 = 0, which is false. So there is no solution β the lines are parallel.
You can predict these outcomes in advance by comparing coefficient ratios (aβ/aβ, bβ/bβ, cβ/cβ), a shortcut covered in the Pair of Linear Equations chapter guide.
| Outcome in Step 2 | What it means | Type of pair |
|---|---|---|
| One clear value (e.g. y = 2) | Lines meet at one point | Unique solution (consistent) |
| True statement (e.g. 18 = 18) | Same line | Infinitely many solutions (dependent) |
| False statement (e.g. β4 = 0) | Parallel lines | No solution (inconsistent) |
βΆοΈ Watch the 30-second reel: What does 18 = 18 tell you? π€
Substitution vs elimination β which to choose?
Both are exact algebraic methods, and both give the same answer. Pick based on how the equations look:
| Use substitution when⦠| Use elimination when⦠|
|---|---|
| A variable has coefficient 1, or is already written alone (y = β¦). | Coefficients are larger/awkward on both variables. |
| One equation is easy to rearrange. | Coefficients of one variable are equal or easy to make equal. |
For a full walkthrough of the other method β including when to add and when to subtract β see the elimination method guide. We have kept the harder mixed problems and the trickier fraction-based equations light here; the full practice set, harder variations and personalised help where you slip up live inside examfront.
Key Takeaways
- The substitution method solves a pair of linear equations by replacing one variable with an expression in the other, leaving a single-variable equation.
- Three steps: isolate one variable, substitute into the other equation and solve, then back-substitute β and always verify.
- Choose the variable with coefficient 1 to avoid fractions; if a variable is already written alone, substitution is the fastest choice.
- A true no-variable statement means infinitely many solutions; a false one means no solution.
- The method is exact, so it works even when the answer is a fraction β unlike reading a graph.
Quick Facts
- Substitution method: an algebraic method to solve a pair of linear equations in two variables.
- Steps: isolate β substitute β back-substitute β verify.
- Best when: a variableβs coefficient is 1 or a variable is already isolated.
- Unique solution: you get a single value for each variable.
- Infinitely many solutions: variables cancel to a true statement (e.g. 18 = 18).
- No solution: variables cancel to a false statement (e.g. β4 = 0).
- Chapter: Pair of Linear Equations Β· Class: 10 Β· Subject: Maths Β· Board: CBSE.
Common Mistakes
- Substituting back into the same equation. After isolating from equation (1), students plug the expression back into (1) and get 0 = 0. Always substitute into the other equation.
- Dropping a sign while transposing. Writing x = 3 β 2y as x = 3 + 2y (or forgetting the minus on a substituted term) changes the whole answer. Move terms carefully.
- Not multiplying the whole bracket. In 3x + 2(2x β 3), forgetting to multiply the β3 by 2 gives a wrong equation. Distribute across every term inside the bracket.
- Forgetting to find the second variable. Some students find y and stop. The solution needs both x and y β finish Step 3.
- Misreading the special cases. Treating β18 = 18β as βno solutionβ (or ββ4 = 0β as a value) reverses the answer. True = infinitely many; false = no solution.
FAQ
Q. What is the substitution method in Class 10 Maths? It is an algebraic way to solve a pair of linear equations in two variables. You express one variable in terms of the other from one equation, substitute that into the second equation to get a single-variable equation, solve it, and back-substitute to find the other variable.
Q. What are the steps of the substitution method? Step 1: from one equation, write one variable in terms of the other. Step 2: substitute this into the second equation and solve the single-variable equation. Step 3: put that value back into the Step-1 expression to find the other variable. Then verify in both original equations.
Q. When should I use substitution instead of elimination? Use substitution when one variable has a coefficient of 1 or is already written alone (like y = 2x β 3), because isolating it is quick and fraction-free. If both equations have awkward coefficients, elimination is usually faster.
Q. What does a statement like 18 = 18 or β4 = 0 mean? If the variables cancel and you get a true statement (18 = 18), the pair has infinitely many solutions (same line). If you get a false statement (β4 = 0), the pair has no solution (parallel lines).
Q. Do I need to verify my answer? Yes. Substitute your x and y back into both original equations; if both hold, the solution is correct. Verification catches the sign and arithmetic slips that most often cost marks.
Related Concepts
- Elimination Method (Class 10): the sibling algebraic method β add or subtract the equations to remove a variable.
- Linear Equations in Two Variables (Class 10): the basics and the graphical method behind these equations.
- Linear-Equations Word Problems (Class 10): how to turn a story into two equations you can solve.
- Pair of Linear Equations β Chapter Guide: the full chapter roadmap and where the substitution method fits.
Ready to make substitution automatic? Work through a full set on examfrontβs Topic Practice, and let the Practice Companion and Mistake Identification show you exactly where your sign slips happen. Start on examfront β