NCERT Class 10 Exercise 3.2 Solutions: Substitution Method
By Ravindra Reddy K
··
9 min read
Complete NCERT Class 10 Exercise 3.2 solutions: six pairs solved by substitution, finding m for y = mx + 3, and six word problems on numbers, angles, bats and balls, taxi fares, a fraction and ages.
These are complete solutions to Exercise 3.2 of Chapter 3, Pair of Linear Equations in Two Variables, in the NCERT Class 10 mathematics textbook. The exercise practises the substitution method: first on six ready-made pairs of equations, then on one pair used to find an unknown slope, and finally on six word problems where you must form the equations yourself. Every answer below has been checked by putting it back into the original equations.
Quick recap of the method
From one equation, express one variable in terms of the other (pick a variable with coefficient 1 or −1 if possible).
Substitute that expression into the other equation and solve the resulting equation in one variable.
Substitute the value back to find the second variable.
Check both values in both original equations.
If the variable cancels completely in Step 2, a true statement (such as 9=9) means infinitely many solutions, and a false statement means no solution. For word problems, first name the unknowns clearly, then turn each sentence into one equation.
Question 1: solve by substitution
Solve the following pairs of linear equations by the substitution method.
Question 1 (i)
x+y=14 and x−y=4
From the first equation, y=14−x. Substitute into the second equation:
x−(14−x)2x−142xx=4=4=18=9
Then y=14−9=5.
Check:9+5=14 and 9−5=4.
Answer:x=9, y=5.
Question 1 (ii)
s−t=3 and 3s+2t=6
From the first equation, s=t+3. Substitute into the second equation:
3t+3+2t=6
Multiply every term by 6, the LCM of 3 and 2, to clear the fractions:
2(t+3)+3t5t+65tt=36=36=30=6
Then s=6+3=9.
Check:9−6=3, and 39+26=3+3=6.
Answer:s=9, t=6.
Question 1 (iii)
3x−y=3 and 9x−3y=9
From the first equation, y=3x−3. Substitute into the second equation:
9x−3(3x−3)=9⇒9x−9x+9=9⇒9=9
The variable has disappeared and the statement is true for every value of x. This happens because the second equation is exactly 3 times the first, so both describe the same line. The ratio test agrees: 93=−3−1=−9−3=31.
Check with two sample points:x=2 gives y=3, and 3(2)−3=3, 9(2)−3(3)=9. x=0 gives y=−3, and 3(0)−(−3)=3, 9(0)−3(−3)=9.
Answer: infinitely many solutions, given by y=3x−3 for any real number x (the lines coincide).
Question 1 (iv)
0.2x+0.3y=1.3 and 0.4x+0.5y=2.3
Multiply both equations by 10 to remove the decimals:
Check:0.2(2)+0.3(3)=0.4+0.9=1.3 and 0.4(2)+0.5(3)=0.8+1.5=2.3.
Answer:x=2, y=3.
Why this works: multiplying an equation by 10 does not change its solutions, it only makes the numbers easier to handle.
Question 1 (v)
2x+3y=0 and 3x−8y=0
From the first equation, 2x=−3y, so
x=−23y
Substitute into the second equation, using 8=22:
3(−23y)−22y=0⇒−23y−22y=0
Write 22=24 so that both terms have the same denominator:
−23y−24y=0⇒−27y=0⇒y=0
Then x=−23×0=0.
Check:2(0)+3(0)=0 and 3(0)−8(0)=0. Both lines pass through the origin, and since a2a1=32 is positive while b2b1=−83 is negative, the ratios differ and the lines intersect in exactly one point, the origin.
Answer:x=0, y=0.
Question 1 (vi)
23x−35y=−2 and 3x+2y=613
Multiply each equation by 6 to clear the denominators:
9x−10y=−12(1)2x+3y=13(2)
From (2), x=213−3y. Substitute into (1):
9⋅213−3y−10y=−12
Multiply through by 2:
9(13−3y)−20y117−27y−20y−47yy=−24=−24=−141=3
Then x=213−9=2.
Check in the original equations:23(2)−35(3)=3−5=−2, and 32+23=64+9=613.
Answer:x=2, y=3.
Question 2: solve and find m
Question 2
Solve 2x+3y=11 and 2x−4y=−24, and hence find the value of m for which y=mx+3.
From the first equation, x=211−3y. Substitute into the second equation:
2⋅211−3y−4y11−3y−4y−7yy=−24=−24=−35=5
Then x=211−15=−2.
Check:2(−2)+3(5)=−4+15=11 and 2(−2)−4(5)=−4−20=−24.
Now the point (−2,5) must satisfy y=mx+3:
5=m(−2)+3⇒−2m=2⇒m=−1
Check: with m=−1, y=−x+3 gives y=2+3=5 at x=−2.
Answer:x=−2, y=5 and m=−1.
Why this works: "hence" means the line y=mx+3 must pass through the solution point, so its coordinates are put into that equation.
Question 2: the two given lines meet at (−2,5), and the line y=−x+3 (so m=−1) passes through the same point.
Question 3: form the pair and solve
Form the pair of linear equations for each of the following problems and find their solution by the substitution method.
Question 3 (i)
The difference between two numbers is 26 and one number is three times the other. Find them.
Let the larger number be x and the smaller be y. Then
x−y=26(1)x=3y(2)
Substitute (2) into (1):
3y−y=26⇒2y=26⇒y=13
Then x=3×13=39.
Check:39−13=26 and 39=3×13.
Answer: the numbers are 39 and 13.
Question 3 (ii)
The larger of two supplementary angles exceeds the smaller by 18 degrees. Find them.
Supplementary angles add up to 180∘. Let the larger angle be x∘ and the smaller y∘. Then
x+y=180(1)x−y=18(2)
From (2), x=y+18. Substitute into (1):
(y+18)+y=180⇒2y=162⇒y=81
Then x=81+18=99.
Check:99+81=180 and 99−81=18.
Answer: the angles are 99∘ and 81∘.
Question 3 (iii)
The coach of a cricket team buys 7 bats and 6 balls for ₹3800. Later, she buys 3 bats and 5 balls for ₹1750. Find the cost of each bat and each ball.
Check:7(500)+6(50)=3500+300=3800 and 3(500)+5(50)=1500+250=1750.
Answer: a bat costs ₹500 and a ball costs ₹50.
Question 3 (iv)
The taxi charges in a city consist of a fixed charge together with a charge for the distance covered. For a distance of 10 km the charge paid is ₹105, and for a journey of 15 km the charge paid is ₹155. What are the fixed charge and the charge per km? How much does a person have to pay for travelling 25 km?
Let the fixed charge be ₹x and the charge per km be ₹y. Then
x+10y=105(1)x+15y=155(2)
From (1), x=105−10y. Substitute into (2):
(105−10y)+15y=155⇒5y=50⇒y=10
Then x=105−100=5.
Check:5+10(10)=105 and 5+15(10)=155.
For 25 km, the fare is
x+25y=5+25×10=5+250=255
Answer: the fixed charge is ₹5, the charge per km is ₹10, and a 25 km journey costs ₹255.
Question 3 (iv): the fare line starts at the fixed charge ₹5 and rises ₹10 per km, giving ₹255 for 25 km.
Question 3 (v)
A fraction becomes 119 if 2 is added to both the numerator and the denominator. If 3 is added to both the numerator and the denominator, it becomes 65. Find the fraction.
Let the fraction be ba. The first condition gives
b+2a+2=119⇒11a+22=9b+18⇒11a−9b=−4(1)
The second condition gives
b+3a+3=65⇒6a+18=5b+15⇒6a−5b=−3(2)
From (2), a=65b−3. Substitute into (1) and multiply through by 6:
11(5b−3)−54b55b−33−54bb=−24=−24=9
Then a=645−3=642=7.
Check:9+27+2=119 and 9+37+3=1210=65.
Answer: the fraction is 97.
Question 3 (vi)
Five years hence, the age of Jacob will be three times that of his son. Five years ago, Jacob's age was seven times that of his son. What are their present ages?
Let Jacob's present age be x years and his son's be y years.
Five years hence:
x+5=3(y+5)⇒x−3y=10(1)
Five years ago:
x−5=7(y−5)⇒x−7y=−30(2)
From (1), x=3y+10. Substitute into (2):
(3y+10)−7y=−30⇒−4y=−40⇒y=10
Then x=30+10=40.
Check against the words: five years hence Jacob will be 45 and his son 15, and 45=3×15. Five years ago they were 35 and 5, and 35=7×5.
Answer: Jacob is 40 years old and his son is 10 years old.
Key terms
Substitution method
Solving a pair by expressing one variable in terms of the other from one equation and putting it into the other equation.
Solution of a pair
An ordered pair of values that satisfies both equations at once.
Coincident lines
Two equations describing the same line; the pair has infinitely many solutions, as in Question 1 (iii).
Supplementary angles
Two angles whose sum is 180∘.
Fixed charge
The part of a bill that does not depend on the quantity used, such as the ₹5 in the taxi fare.
Slope
The number m in y=mx+c, which measures how steep a line is.
LCM
Lowest common multiple; multiplying by the LCM of the denominators clears fractions from an equation.
Common questions
Why does Question 1 (iii) not have a single answer?
The second equation is 3 times the first, so both describe the same line. Every point on that line is a solution, so there are infinitely many.
Is it allowed to clear decimals or fractions before substituting?
Yes. Multiplying an equation by a non-zero number does not change its solutions, and it makes the working shorter and safer, as in Questions 1 (iv) and 1 (vi).
In Question 3 (i), does it matter which number is called x?
No, but you must be consistent. If x is the larger number, then x=3y and x−y=26.
How should age problems be set up?
Use present ages as the variables. "Five years ago" subtracts 5 from each age and "five years hence" adds 5 to each age before you compare them.
What does "hence" mean in Question 2?
It means use the answer you just found. The point (−2,5) is put into y=mx+3 to find m.
References
National Council of Educational Research and Training. Mathematics: Textbook for Class X. NCERT, New Delhi.
Sharma, R. D. Mathematics for Class 10. Dhanpat Rai Publications.
Aggarwal, R. S. Secondary School Mathematics for Class 10. Bharati Bhawan.