examfront Β· Learning Hub

Learning Hub /NCERT Learning Guides /Substitution Method to Solve a Pair of Linear Equations (Class 10)

Substitution Method to Solve a Pair of Linear Equations (Class 10)

NCERT Learning Guides# pair-of-linear-equations# substitution-method# algebraic-methods# class-10-maths

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.

  1. 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.
  2. Substitute and solve. Put that expression into the other equation. Now only one variable is left, so solve that ordinary equation.
  3. 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

  1. 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.
  2. 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.
  3. 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.
  4. Forgetting to find the second variable. Some students find y and stop. The solution needs both x and y β€” finish Step 3.
  5. 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.


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 β†’

Frequently asked

What is the substitution method in Class 10 Maths?

The substitution method 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 expression into the second equation to get a single equation in one variable, solve it, and then back-substitute to find the second variable.

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 expression into the second equation and solve the resulting single-variable equation. Step 3: Put that value back into the expression from Step 1 to find the other variable. Always verify by checking both original equations.

When should I use the substitution method instead of elimination?

Use substitution when one variable already has a coefficient of 1 (or is already written alone, like y = 2x βˆ’ 3), because expressing that variable is quick and clean. If both equations have awkward coefficients, the elimination method is usually faster.

What does it mean if the substitution method gives a statement like 18 = 18 or βˆ’4 = 0?

If all variables cancel and you get a true statement like 18 = 18, the pair has infinitely many solutions (the equations are the same line). If you get a false statement like βˆ’4 = 0, the pair has no solution (the lines are parallel).

Do I have to verify my answer in the substitution method?

Yes, it is strongly recommended. Substitute your values of x and y back into both original equations. If both are satisfied, your solution is correct. Verification catches sign and arithmetic slips, which are the most common cause of lost marks.

Related resources

Turn this into a study plan

examfront builds it around your weak areas.

Start free ->