Pair of Linear Equations in Two Variables | Exercise 3.3

Question 1

  1. Solve the following pair of linear equations by the elimination method and the substitution method :

(i) x+y=5x + y = 5 and 2x3y=42x - 3y = 4

(ii) 3x+4y=103x + 4y = 10 and 2x2y=22x - 2y = 2

(iii) 3x5y4=03x - 5y - 4 = 0 and 9x=2y+79x = 2y + 7

(iv) x2+2y3=1\frac{x}{2} + \frac{2y}{3} = -1 and xy3=3x - \frac{y}{3} = 3

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will solve each pair of linear equations using both elimination and substitution methods.

Part (i)

Step 1 — Elimination Method for (i) Let's write down the given equations.

x+y=5(1)x + y = 5 \quad \text{(1)}

2x3y=4(2)2x - 3y = 4 \quad \text{(2)}

We will multiply equation (1) by 2.

2(x+y)=2(5)2(x + y) = 2(5)

2x+2y=10(3)2x + 2y = 10 \quad \text{(3)}

Now, we subtract equation (3) from equation (2).

(2x3y)(2x+2y)=410(2x - 3y) - (2x + 2y) = 4 - 10

2x3y2x2y=62x - 3y - 2x - 2y = -6

5y=6-5y = -6

y=65y = \frac{6}{5}

Step 2 — Find x using Elimination Method for (i) We substitute the value of y into equation (1).

x+65=5x + \frac{6}{5} = 5

x=565x = 5 - \frac{6}{5}

x=2565x = \frac{25 - 6}{5}

x=195x = \frac{19}{5}

Step 3 — Substitution Method for (i) Let's use the given equations again.

x+y=5(1)x + y = 5 \quad \text{(1)}

2x3y=4(2)2x - 3y = 4 \quad \text{(2)}

From equation (1), we express x in terms of y.

x=5y(4)x = 5 - y \quad \text{(4)}

Now, we substitute this expression for x into equation (2).

2(5y)3y=42(5 - y) - 3y = 4

102y3y=410 - 2y - 3y = 4

105y=410 - 5y = 4

5y=410-5y = 4 - 10

5y=6-5y = -6

y=65y = \frac{6}{5}

Step 4 — Find x using Substitution Method for (i) We substitute the value of y into equation (4).

x=565x = 5 - \frac{6}{5}

x=2565x = \frac{25 - 6}{5}

x=195x = \frac{19}{5}

Part (ii)

Step 5 — Elimination Method for (ii) Let's write down the given equations.

3x+4y=10(1)3x + 4y = 10 \quad \text{(1)}

2x2y=2(2)2x - 2y = 2 \quad \text{(2)}

We will multiply equation (2) by 2.

2(2x2y)=2(2)2(2x - 2y) = 2(2)

4x4y=4(3)4x - 4y = 4 \quad \text{(3)}

Now, we add equation (1) and equation (3).

(3x+4y)+(4x4y)=10+4(3x + 4y) + (4x - 4y) = 10 + 4

3x+4y+4x4y=143x + 4y + 4x - 4y = 14

7x=147x = 14

x=2x = 2

Step 6 — Find y using Elimination Method for (ii) We substitute the value of x into equation (1).

3(2)+4y=103(2) + 4y = 10

6+4y=106 + 4y = 10

4y=1064y = 10 - 6

4y=44y = 4

y=1y = 1

Step 7 — Substitution Method for (ii) Let's use the given equations again.

3x+4y=10(1)3x + 4y = 10 \quad \text{(1)}

2x2y=2(2)2x - 2y = 2 \quad \text{(2)}

From equation (2), we can simplify it by dividing by 2.

xy=1x - y = 1

We express x in terms of y.

x=1+y(4)x = 1 + y \quad \text{(4)}

Now, we substitute this expression for x into equation (1).

3(1+y)+4y=103(1 + y) + 4y = 10

3+3y+4y=103 + 3y + 4y = 10

3+7y=103 + 7y = 10

7y=1037y = 10 - 3

7y=77y = 7

y=1y = 1

Step 8 — Find x using Substitution Method for (ii) We substitute the value of y into equation (4).

x=1+1x = 1 + 1

x=2x = 2

Part (iii)

Step 9 — Elimination Method for (iii) Let's write down the given equations.

3x5y4=03x - 5y - 4 = 0

3x5y=4(1)3x - 5y = 4 \quad \text{(1)}

And,

9x=2y+79x = 2y + 7

9x2y=7(2)9x - 2y = 7 \quad \text{(2)}

We will multiply equation (1) by 3.

3(3x5y)=3(4)3(3x - 5y) = 3(4)

9x15y=12(3)9x - 15y = 12 \quad \text{(3)}

Now, we subtract equation (3) from equation (2).

(9x2y)(9x15y)=712(9x - 2y) - (9x - 15y) = 7 - 12

9x2y9x+15y=59x - 2y - 9x + 15y = -5

13y=513y = -5

y=513y = -\frac{5}{13}

Step 10 — Find x using Elimination Method for (iii) We substitute the value of y into equation (1).

3x5(513)=43x - 5\left(-\frac{5}{13}\right) = 4

3x+2513=43x + \frac{25}{13} = 4

3x=425133x = 4 - \frac{25}{13}

3x=5225133x = \frac{52 - 25}{13}

3x=27133x = \frac{27}{13}

x=2713×3x = \frac{27}{13 \times 3}

x=913x = \frac{9}{13}

x=913x = \frac{9}{13}

Step 11 — Substitution Method for (iii) Let's use the given equations again.

3x5y=4(1)3x - 5y = 4 \quad \text{(1)}

9x2y=7(2)9x - 2y = 7 \quad \text{(2)}

From equation (1), we express x in terms of y.

3x=4+5y3x = 4 + 5y

x=4+5y3(4)x = \frac{4 + 5y}{3} \quad \text{(4)}

Now, we substitute this expression for x into equation (2).

9(4+5y3)2y=79\left(\frac{4 + 5y}{3}\right) - 2y = 7

3(4+5y)2y=73(4 + 5y) - 2y = 7

12+15y2y=712 + 15y - 2y = 7

12+13y=712 + 13y = 7

13y=71213y = 7 - 12

13y=513y = -5

y=513y = -\frac{5}{13}

Step 12 — Find x using Substitution Method for (iii) We substitute the value of y into equation (4).

x=4+5(513)3x = \frac{4 + 5\left(-\frac{5}{13}\right)}{3}

x=425133x = \frac{4 - \frac{25}{13}}{3}

x=5225133x = \frac{\frac{52 - 25}{13}}{3}

x=27133x = \frac{\frac{27}{13}}{3}

x=2713×3x = \frac{27}{13 \times 3}

x=913x = \frac{9}{13}

x=913x = \frac{9}{13}

Part (iv)

Step 13 — Simplify Equations for (iv) Let's simplify the given equations first.

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

Multiply by 6 to clear fractions.

6(x2)+6(2y3)=6(1)6\left(\frac{x}{2}\right) + 6\left(\frac{2y}{3}\right) = 6(-1)

3x+4y=6(1)3x + 4y = -6 \quad \text{(1)}

Now for the second equation.

xy3=3x - \frac{y}{3} = 3

Multiply by 3 to clear fractions.

3(x)3(y3)=3(3)3(x) - 3\left(\frac{y}{3}\right) = 3(3)

3xy=9(2)3x - y = 9 \quad \text{(2)}

Step 14 — Elimination Method for (iv) We have the simplified equations.

3x+4y=6(1)3x + 4y = -6 \quad \text{(1)}

3xy=9(2)3x - y = 9 \quad \text{(2)}

We subtract equation (2) from equation (1).

(3x+4y)(3xy)=69(3x + 4y) - (3x - y) = -6 - 9

3x+4y3x+y=153x + 4y - 3x + y = -15

5y=155y = -15

y=3y = -3

Step 15 — Find x using Elimination Method for (iv) We substitute the value of y into equation (1).

3x+4(3)=63x + 4(-3) = -6

3x12=63x - 12 = -6

3x=6+123x = -6 + 12

3x=63x = 6

x=2x = 2

Step 16 — Substitution Method for (iv) Let's use the simplified equations again.

3x+4y=6(1)3x + 4y = -6 \quad \text{(1)}

3xy=9(2)3x - y = 9 \quad \text{(2)}

From equation (2), we express y in terms of x.

y=93x-y = 9 - 3x

y=3x9(3)y = 3x - 9 \quad \text{(3)}

Now, we substitute this expression for y into equation (1).

3x+4(3x9)=63x + 4(3x - 9) = -6

3x+12x36=63x + 12x - 36 = -6

15x36=615x - 36 = -6

15x=6+3615x = -6 + 36

15x=3015x = 30

x=2x = 2

Step 17 — Find y using Substitution Method for (iv) We substitute the value of x into equation (3).

y=3(2)9y = 3(2) - 9

y=69y = 6 - 9

y=3y = -3

Answer

(i) x=195x = \frac{19}{5}, y=65y = \frac{6}{5}

(ii) x=2x = 2, y=1y = 1

(iii) x=913x = \frac{9}{13}, y=513y = -\frac{5}{13}

(iv) x=2x = 2, y=3y = -3

More questions in Exercise 3.3

Q1
  1. Solve the following pair of linear equations by the elimination method and the substitution method :

(i) x+y=5x + y = 5 and 2x3y=42x - 3y = 4

(ii) 3x+4y=103x + 4y = 10 and 2x2y=22x - 2y = 2

(iii) 3x5y4=03x - 5y - 4 = 0 and 9x=2y+79x = 2y + 7

(iv) x2+2y3=1\frac{x}{2} + \frac{2y}{3} = -1 and xy3=3x - \frac{y}{3} = 3

Q2
  1. Form the pair of linear equations in the following problems, and find their solutions (if they exist) by the elimination method :

(i) If we add 1 to the numerator and subtract 1 from the denominator, a fraction reduces to 1. It becomes 12\frac{1}{2} if we only add 1 to the denominator. What is the fraction?

(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?

(iii) The sum of the digits of a two-digit number is 9. Also, nine times this number is twice the number obtained by reversing the order of the digits. Find the number.

(iv) Meena went to a bank to withdraw ₹ 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.

(v) A lending library has a fixed charge for the first three days and an additional charge for each day thereafter. 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.

← Back to Pair of Linear Equations in Two Variables