These are com­plete solu­tions to Exer­cise 3.3 of Chap­ter 3, Pair of Lin­ear Equa­tions in Two Vari­ables, in the NCERT Class 10 math­e­mat­ics text­book. Ques­tion 1 asks you to solve four pairs by both the elim­i­na­tion method and the sub­sti­tu­tion method, so you can see the two routes reach the same answer. Ques­tion 2 gives five word prob­lems to be turned into pairs of equa­tions and solved by elim­i­na­tion. Every answer below has been checked in the orig­i­nal equa­tions and against the orig­i­nal sen­tences.

Quick recap of the meth­ods

Elim­i­na­tion:

  1. Mul­ti­ply the equa­tions by suit­able non-zero num­bers so that one vari­able has numer­i­cally equal coef­fi­cients.
  2. Sub­tract if those coef­fi­cients have the same sign; add if the signs are oppo­site.
  3. Solve the one-vari­able equa­tion, then sub­sti­tute into an orig­i­nal equa­tion to find the other vari­able.

Sub­sti­tu­tion:

  1. Express one vari­able in terms of the other from one equa­tion.
  2. Sub­sti­tute into the other equa­tion and solve.
  3. Sub­sti­tute back to find the sec­ond vari­able.

In both meth­ods, fin­ish by check­ing the pair in both orig­i­nal equa­tions.

Ques­tion 1: solve by elim­i­na­tion and by sub­sti­tu­tion

Solve the fol­low­ing pairs of lin­ear equa­tions by the elim­i­na­tion method and the sub­sti­tu­tion method.

Ques­tion 1 (i)

x+y=5x + y = 5 and 2x−3y=42x - 3y = 4

Elim­i­na­tion. The yy-coef­fi­cients are 11 and −3-3. Mul­ti­ply the first equa­tion by 3:

3x+3y=153x + 3y = 15

The yy-terms now have oppo­site signs, so add this to 2x−3y=42x - 3y = 4:

5x=19  ⇒  x=195\displaystyle 5x = 19 \;\Rightarrow\; x = \frac{19}{5}

From x+y=5x + y = 5: y=5−195=25−195=65\displaystyle y = 5 - \frac{19}{5} = \frac{25 - 19}{5} = \frac{6}{5}.

Sub­sti­tu­tion. From x+y=5x + y = 5, y=5−xy = 5 - x. Sub­sti­tute into 2x−3y=42x - 3y = 4:

2x−3(5−x)=42x−15+3x=45x=19x=195\displaystyle \begin{aligned} 2x - 3(5 - x) &= 4 \\ 2x - 15 + 3x &= 4 \\ 5x &= 19 \\ x &= \frac{19}{5} \end{aligned}

Then y=5−195=65\displaystyle y = 5 - \frac{19}{5} = \frac{6}{5}, the same as before.

Check: 195+65=255=5\displaystyle \frac{19}{5} + \frac{6}{5} = \frac{25}{5} = 5 and 385−185=205=4\displaystyle \frac{38}{5} - \frac{18}{5} = \frac{20}{5} = 4.

Answer: x=195\displaystyle x = \frac{19}{5}, y=65\displaystyle y = \frac{6}{5}.

Ques­tion 1 (ii)

3x+4y=103x + 4y = 10 and 2x−2y=22x - 2y = 2

Elim­i­na­tion. The yy-coef­fi­cients are 44 and −2-2. Mul­ti­ply the sec­ond equa­tion by 2:

4x−4y=44x - 4y = 4

The yy-terms now have oppo­site signs, so add this to 3x+4y=103x + 4y = 10:

7x=14  ⇒  x=27x = 14 \;\Rightarrow\; x = 2

From 2x−2y=22x - 2y = 2: 4−2y=24 - 2y = 2, so 2y=22y = 2 and y=1y = 1.

Sub­sti­tu­tion. Divid­ing 2x−2y=22x - 2y = 2 by 2 gives x−y=1x - y = 1, so x=y+1x = y + 1. Sub­sti­tute into 3x+4y=103x + 4y = 10:

3(y+1)+4y=107y+3=107y=7y=1\begin{aligned} 3(y + 1) + 4y &= 10 \\ 7y + 3 &= 10 \\ 7y &= 7 \\ y &= 1 \end{aligned}

Then x=1+1=2x = 1 + 1 = 2, the same as before.

Check: 3(2)+4(1)=103(2) + 4(1) = 10 and 2(2)−2(1)=22(2) - 2(1) = 2.

Answer: x=2x = 2, y=1y = 1.

Ques­tion 1 (iii)

3x−5y−4=03x - 5y - 4 = 0 and 9x=2y+79x = 2y + 7

First write both in the form ax+by=cax + by = c:

3x−5y=4(1)9x−2y=7(2)3x - 5y = 4 \quad (1) \qquad 9x - 2y = 7 \quad (2)

Elim­i­na­tion. Mul­ti­ply (1) by 3 so that xx has coef­fi­cient 9 in both:

9x−15y=12(3)9x - 15y = 12 \quad (3)

The xx-terms have the same sign, so sub­tract (2) from (3):

(9x−15y)−(9x−2y)=12−7  ⇒  −13y=5  ⇒  y=−513\displaystyle (9x - 15y) - (9x - 2y) = 12 - 7 \;\Rightarrow\; -13y = 5 \;\Rightarrow\; y = -\frac{5}{13}

Sub­sti­tute into (1):

3x+2513=4  ⇒  3x=52−2513=2713  ⇒  x=913\displaystyle 3x + \frac{25}{13} = 4 \;\Rightarrow\; 3x = \frac{52 - 25}{13} = \frac{27}{13} \;\Rightarrow\; x = \frac{9}{13}

Sub­sti­tu­tion. From (1), x=4+5y3\displaystyle x = \frac{4 + 5y}{3}. Sub­sti­tute into (2):

9⋅4+5y3−2y=73(4+5y)−2y=712+13y=7y=−513\displaystyle \begin{aligned} 9 \cdot \frac{4 + 5y}{3} - 2y &= 7 \\ 3(4 + 5y) - 2y &= 7 \\ 12 + 13y &= 7 \\ y &= -\frac{5}{13} \end{aligned}

Then x=13(4−2513)=13⋅2713=913\displaystyle x = \frac{1}{3}\left(4 - \frac{25}{13}\right) = \frac{1}{3} \cdot \frac{27}{13} = \frac{9}{13}, the same as before.

Check: 3⋅913−5⋅(−513)−4=27+2513−4=4−4=0\displaystyle 3 \cdot \frac{9}{13} - 5 \cdot \left(-\frac{5}{13}\right) - 4 = \frac{27 + 25}{13} - 4 = 4 - 4 = 0. Also 9⋅913=8113\displaystyle 9 \cdot \frac{9}{13} = \frac{81}{13} and 2⋅(−513)+7=−10+9113=8113\displaystyle 2 \cdot \left(-\frac{5}{13}\right) + 7 = \frac{-10 + 91}{13} = \frac{81}{13}.

Answer: x=913\displaystyle x = \frac{9}{13}, y=−513\displaystyle y = -\frac{5}{13}.

Graph of the lines 3x-5y=4 and 9x-2y=7, a gentle line and a steep line, crossing at the orange point (9/13, -5/13), about (0.69, -0.38)
Ques­tion 1 (iii): the two lines meet at (913,−513)\displaystyle \left(\frac{9}{13}, -\frac{5}{13}\right), which is why an alge­braic method is needed here.

Ques­tion 1 (iv)

x2+2y3=−1\displaystyle \frac{x}{2} + \frac{2y}{3} = -1 and x−y3=3\displaystyle x - \frac{y}{3} = 3

Clear the frac­tions: mul­ti­ply the first equa­tion by 6 and the sec­ond by 3.

3x+4y=−6(1)3x−y=9(2)3x + 4y = -6 \quad (1) \qquad 3x - y = 9 \quad (2)

Elim­i­na­tion. The xx-coef­fi­cients already match, so sub­tract (2) from (1):

(3x+4y)−(3x−y)=−6−9  ⇒  5y=−15  ⇒  y=−3(3x + 4y) - (3x - y) = -6 - 9 \;\Rightarrow\; 5y = -15 \;\Rightarrow\; y = -3

From (2): 3x+3=93x + 3 = 9, so x=2x = 2.

Sub­sti­tu­tion. From (2), y=3x−9y = 3x - 9. Sub­sti­tute into (1):

3x+4(3x−9)=−615x−36=−615x=30x=2\begin{aligned} 3x + 4(3x - 9) &= -6 \\ 15x - 36 &= -6 \\ 15x &= 30 \\ x &= 2 \end{aligned}

Then y=6−9=−3y = 6 - 9 = -3, the same as before.

Check in the orig­i­nal equa­tions: 22+2(−3)3=1−2=−1\displaystyle \frac{2}{2} + \frac{2(-3)}{3} = 1 - 2 = -1 and 2−−33=2+1=3\displaystyle 2 - \frac{-3}{3} = 2 + 1 = 3.

Answer: x=2x = 2, y=−3y = -3.

Ques­tion 2: form the pair and solve by elim­i­na­tion

Form the pair of lin­ear equa­tions in the fol­low­ing prob­lems, and find their solu­tions (if they exist) by the elim­i­na­tion method.

Ques­tion 2 (i)

If we add 1 to the numer­a­tor and sub­tract 1 from the denom­i­na­tor, a frac­tion reduces to 1. It becomes 12\displaystyle \frac{1}{2} if we only add 1 to the denom­i­na­tor. What is the frac­tion?

Let the frac­tion be xy\displaystyle \frac{x}{y}. The first con­di­tion gives

x+1y−1=1  ⇒  x+1=y−1  ⇒  x−y=−2(1)\displaystyle \frac{x + 1}{y - 1} = 1 \;\Rightarrow\; x + 1 = y - 1 \;\Rightarrow\; x - y = -2 \quad (1)

The sec­ond con­di­tion gives

xy+1=12  ⇒  2x=y+1  ⇒  2x−y=1(2)\displaystyle \frac{x}{y + 1} = \frac{1}{2} \;\Rightarrow\; 2x = y + 1 \;\Rightarrow\; 2x - y = 1 \quad (2)

The yy-coef­fi­cients match, so sub­tract (1) from (2):

(2x−y)−(x−y)=1−(−2)  ⇒  x=3(2x - y) - (x - y) = 1 - (-2) \;\Rightarrow\; x = 3

From (1): 3−y=−23 - y = -2, so y=5y = 5.

Check: 3+15−1=44=1\displaystyle \frac{3 + 1}{5 - 1} = \frac{4}{4} = 1 and 35+1=36=12\displaystyle \frac{3}{5 + 1} = \frac{3}{6} = \frac{1}{2}.

Answer: the frac­tion is 35\displaystyle \frac{3}{5}.

Ques­tion 2 (ii)

Five years ago, Nuri was thrice as old as Sonu. Ten years later, Nuri will be twice as old as Sonu. How old are Nuri and Sonu?

Let Nuri's present age be xx years and Sonu's be yy years.

Five years ago:

x−5=3(y−5)  ⇒  x−3y=−10(1)x - 5 = 3(y - 5) \;\Rightarrow\; x - 3y = -10 \quad (1)

Ten years later:

x+10=2(y+10)  ⇒  x−2y=10(2)x + 10 = 2(y + 10) \;\Rightarrow\; x - 2y = 10 \quad (2)

The xx-coef­fi­cients match, so sub­tract (1) from (2):

(x−2y)−(x−3y)=10−(−10)  ⇒  y=20(x - 2y) - (x - 3y) = 10 - (-10) \;\Rightarrow\; y = 20

From (2): x−40=10x - 40 = 10, so x=50x = 50.

Check against the words: five years ago Nuri was 45 and Sonu 15, and 45=3×1545 = 3 \times 15. Ten years later Nuri will be 60 and Sonu 30, and 60=2×3060 = 2 \times 30.

Answer: Nuri is 50 years old and Sonu is 20 years old.

Graph with Sonu's age y on the horizontal axis and Nuri's age x on the vertical axis, showing lines x-3y=-10 and x-2y=10 crossing at y = 20, x = 50
Ques­tion 2 (ii): the two age con­di­tions are sat­is­fied together only when Sonu is 20 and Nuri is 50.

Ques­tion 2 (iii)

The sum of the dig­its of a two-digit num­ber is 9. Also, nine times this num­ber is twice the num­ber obtained by revers­ing the order of the dig­its. Find the num­ber.

Let the tens digit be xx and the units digit be yy. The num­ber is 10x+y10x + y and the reversed num­ber is 10y+x10y + x.

x+y=9(1)x + y = 9 \quad (1)

9(10x+y)=2(10y+x)  ⇒  90x+9y=20y+2x  ⇒  88x−11y=0  ⇒  8x−y=0(2)9(10x + y) = 2(10y + x) \;\Rightarrow\; 90x + 9y = 20y + 2x \;\Rightarrow\; 88x - 11y = 0 \;\Rightarrow\; 8x - y = 0 \quad (2)

The yy-terms have oppo­site signs, so add (1) and (2):

9x=9  ⇒  x=19x = 9 \;\Rightarrow\; x = 1

From (1): y=9−1=8y = 9 - 1 = 8.

Check: the num­ber is 18; 1+8=91 + 8 = 9; 9×18=1629 \times 18 = 162 and 2×81=1622 \times 81 = 162.

Answer: the num­ber is 18.

Ques­tion 2 (iv)

Meena went to a bank to with­draw ₹2000. She asked the cashier to give her ₹50 and ₹100 notes only. Meena got 25 notes in all. Find how many notes of ₹50 and ₹100 she received.

Let xx be the num­ber of ₹50 notes and yy the num­ber of ₹100 notes.

x+y=25(1)x + y = 25 \quad (1)

50x+100y=2000  ⇒  x+2y=40(2)50x + 100y = 2000 \;\Rightarrow\; x + 2y = 40 \quad (2)

(Equa­tion (2) was divided by 50.) The xx-coef­fi­cients match, so sub­tract (1) from (2):

(x+2y)−(x+y)=40−25  ⇒  y=15(x + 2y) - (x + y) = 40 - 25 \;\Rightarrow\; y = 15

From (1): x=25−15=10x = 25 - 15 = 10.

Check: 10+15=2510 + 15 = 25 notes, and 10×50+15×100=500+1500=200010 \times 50 + 15 \times 100 = 500 + 1500 = 2000.

Answer: Meena received 10 notes of ₹50 and 15 notes of ₹100.

Ques­tion 2 (v)

A lend­ing library has a fixed charge for the first three days and an addi­tional charge for each day there­after. Saritha paid ₹27 for a book kept for seven days, while Susy paid ₹21 for the book she kept for five days. Find the fixed charge and the charge for each extra day.

Let the fixed charge be ₹xx and the charge for each extra day be ₹yy. Seven days means 7−3=47 - 3 = 4 extra days, and five days means 5−3=25 - 3 = 2 extra days. So

x+4y=27(1)x+2y=21(2)x + 4y = 27 \quad (1) \qquad x + 2y = 21 \quad (2)

Sub­tract (2) from (1):

2y=6  ⇒  y=32y = 6 \;\Rightarrow\; y = 3

From (2): x=21−6=15x = 21 - 6 = 15.

Check: Saritha pays 15+4×3=2715 + 4 \times 3 = 27 and Susy pays 15+2×3=2115 + 2 \times 3 = 21.

Answer: the fixed charge is ₹15 and the charge for each extra day is ₹3.

Why this works: the fixed charge already cov­ers the first three days, so only the days beyond three are mul­ti­plied by yy. Writ­ing x+7yx + 7y would be a com­mon mis­take.

Across Ques­tion 2, the alge­bra is short once the equa­tions are right. The real skill is trans­lat­ing each sen­tence exactly, so read every ques­tion twice before writ­ing an equa­tion.

Key terms

Elim­i­na­tion method
Solv­ing a pair by adding or sub­tract­ing suit­able mul­ti­ples of the equa­tions so that one vari­able can­cels.
Sub­sti­tu­tion method
Solv­ing a pair by express­ing one vari­able in terms of the other and putting it into the other equa­tion.
Stan­dard form
Writ­ing a lin­ear equa­tion as ax+by=cax + by = c (or ax+by+c=0ax + by + c = 0) before solv­ing.
Numer­a­tor and denom­i­na­tor
The top and bot­tom num­bers of a frac­tion xy\displaystyle \frac{x}{y}.
Reversed num­ber
For a two-digit num­ber 10x+y10x + y, the num­ber with its dig­its swapped, 10y+x10y + x.
Fixed charge
A charge that does not change with use, such as the library's charge for the first three days.
Con­sis­tent pair
A pair of equa­tions with at least one solu­tion; every pair in this exer­cise has exactly one.

Com­mon ques­tions

Why solve Ques­tion 1 by two meth­ods?

The ques­tion asks for both. Get­ting the same answer by two routes is also a strong check that no arith­metic slip has occurred.

When do I add and when do I sub­tract?

After match­ing a coef­fi­cient, sub­tract if the match­ing terms have the same sign and add if they have oppo­site signs.

Can I sim­plify an equa­tion before elim­i­nat­ing?

Yes. Divid­ing 50x+100y=200050x + 100y = 2000 by 50, or 88x−11y=088x - 11y = 0 by 11, keeps the num­bers small and does not change the solu­tion.

Why is the answer to Ques­tion 1 (iii) a frac­tion?

The two lines sim­ply cross at a point with frac­tional coor­di­nates. Frac­tions are accept­able answers; just give them in low­est terms.

In Ques­tion 2 (v), why use 4 and 2 instead of 7 and 5?

The fixed charge cov­ers the first three days, so only the extra days, 7−3=47 - 3 = 4 and 5−3=25 - 3 = 2, are charged at the daily rate.

Ref­er­ences

  1. National Coun­cil of Edu­ca­tional Research and Train­ing. Math­e­mat­ics: Text­book for Class X. NCERT, New Delhi.
  2. Sharma, R. D. Math­e­mat­ics for Class 10. Dhan­pat Rai Pub­li­ca­tions.
  3. Aggar­wal, R. S. Sec­ondary School Math­e­mat­ics for Class 10. Bharati Bhawan.