Pair of Linear Equations in Two Variables | Exercise 3.3

Question 2

  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.

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

Let's form pairs of linear equations for each problem and solve them using the elimination method.

Step 1 — Fraction Problem Setup

Let the numerator of the fraction be xx. Let the denominator of the fraction be yy. The fraction is xy\frac{x}{y}.

The first condition states that adding 1 to the numerator and subtracting 1 from the denominator makes the fraction 1.

x+1y1=1\frac{x+1}{y-1} = 1

Let's simplify this equation.

x+1=y1x+1 = y-1

xy=11x - y = -1 - 1

xy=2(1)\boxed{x - y = -2 \quad (1)}

The second condition states that adding 1 to the denominator makes the fraction 12\frac{1}{2}.

xy+1=12\frac{x}{y+1} = \frac{1}{2}

Let's simplify this equation.

2x=y+12x = y+1

2xy=12x - y = 1

2xy=1(2)\boxed{2x - y = 1 \quad (2)}

Step 2 — Solve Fraction Problem

We have two equations: (1) xy=2x - y = -2 (2) 2xy=12x - y = 1

Let's subtract equation (1) from equation (2) to eliminate yy.

(2xy)(xy)=1(2)(2x - y) - (x - y) = 1 - (-2)

2xyx+y=1+22x - y - x + y = 1 + 2

x=3x = 3

x=3\boxed{x = 3}

Now, let's substitute the value of xx into equation (1).

3y=23 - y = -2

y=23-y = -2 - 3

y=5-y = -5

y=5y = 5

y=5\boxed{y = 5}

The numerator is 3 and the denominator is 5. The fraction is 35\frac{3}{5}.

Step 3 — Age Problem Setup

Let Nuri's current age be xx years. Let Sonu's current age be yy years.

Five years ago, Nuri's age was x5x-5 years. Five years ago, Sonu's age was y5y-5 years. Nuri was thrice as old as Sonu then.

x5=3(y5)x-5 = 3(y-5)

Let's simplify this equation.

x5=3y15x-5 = 3y - 15

x3y=15+5x - 3y = -15 + 5

x3y=10(1)\boxed{x - 3y = -10 \quad (1)}

Ten years later, Nuri's age will be x+10x+10 years. Ten years later, Sonu's age will be y+10y+10 years. Nuri will be twice as old as Sonu then.

x+10=2(y+10)x+10 = 2(y+10)

Let's simplify this equation.

x+10=2y+20x+10 = 2y + 20

x2y=2010x - 2y = 20 - 10

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

Step 4 — Solve Age Problem

We have two equations: (1) x3y=10x - 3y = -10 (2) x2y=10x - 2y = 10

Let's subtract equation (2) from equation (1) to eliminate xx.

(x3y)(x2y)=1010(x - 3y) - (x - 2y) = -10 - 10

x3yx+2y=20x - 3y - x + 2y = -20

y=20-y = -20

y=20y = 20

y=20\boxed{y = 20}

Now, let's substitute the value of yy into equation (1).

x3(20)=10x - 3(20) = -10

x60=10x - 60 = -10

x=10+60x = -10 + 60

x=50x = 50

x=50\boxed{x = 50}

Nuri's age is 50 years. Sonu's age is 20 years.

Step 5 — Two-Digit Number Problem Setup

Let the unit's digit of the number be xx. Let the ten's digit of the number be yy. The number can be written as 10y+x10y + x.

The sum of the digits is 9.

x+y=9x + y = 9

x+y=9(1)\boxed{x + y = 9 \quad (1)}

The number obtained by reversing the digits is 10x+y10x + y. Nine times the original number is twice the reversed number.

9(10y+x)=2(10x+y)9(10y + x) = 2(10x + y)

Let's simplify this equation.

90y+9x=20x+2y90y + 9x = 20x + 2y

90y2y=20x9x90y - 2y = 20x - 9x

88y=11x88y = 11x

Let's divide both sides by 11.

8y=x8y = x

x8y=0x - 8y = 0

x8y=0(2)\boxed{x - 8y = 0 \quad (2)}

Step 6 — Solve Two-Digit Number Problem

We have two equations: (1) x+y=9x + y = 9 (2) x8y=0x - 8y = 0

Let's subtract equation (2) from equation (1) to eliminate xx.

(x+y)(x8y)=90(x + y) - (x - 8y) = 9 - 0

x+yx+8y=9x + y - x + 8y = 9

9y=99y = 9

y=1y = 1

y=1\boxed{y = 1}

Now, let's substitute the value of yy into equation (1).

x+1=9x + 1 = 9

x=91x = 9 - 1

x=8x = 8

x=8\boxed{x = 8}

The unit's digit is 8 and the ten's digit is 1. The number is 10(1)+8=1810(1) + 8 = 18.

Step 7 — Bank Notes Problem Setup

Let the number of ₹50 notes be xx. Let the number of ₹100 notes be yy.

Meena got 25 notes in total.

x+y=25x + y = 25

x+y=25(1)\boxed{x + y = 25 \quad (1)}

The total amount withdrawn was ₹2000. The value from ₹50 notes is 50x50x. The value from ₹100 notes is 100y100y.

50x+100y=200050x + 100y = 2000

Let's divide the entire equation by 50 to simplify.

50x50+100y50=200050\frac{50x}{50} + \frac{100y}{50} = \frac{2000}{50}

x+2y=40x + 2y = 40

x+2y=40(2)\boxed{x + 2y = 40 \quad (2)}

Step 8 — Solve Bank Notes Problem

We have two equations: (1) x+y=25x + y = 25 (2) x+2y=40x + 2y = 40

Let's subtract equation (1) from equation (2) to eliminate xx.

(x+2y)(x+y)=4025(x + 2y) - (x + y) = 40 - 25

x+2yxy=15x + 2y - x - y = 15

y=15y = 15

y=15\boxed{y = 15}

Now, let's substitute the value of yy into equation (1).

x+15=25x + 15 = 25

x=2515x = 25 - 15

x=10x = 10

x=10\boxed{x = 10}

Meena received 10 notes of ₹50. Meena received 15 notes of ₹100.

Step 9 — Library Charges Problem Setup

Let the fixed charge for the first three days be ₹xx. Let the additional charge for each day thereafter be ₹yy.

Saritha kept the book for 7 days and paid ₹27. The fixed charge covers 3 days. The extra days are 73=47 - 3 = 4 days. The charge for extra days is 4y4y.

x+4y=27x + 4y = 27

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

Susy kept the book for 5 days and paid ₹21. The fixed charge covers 3 days. The extra days are 53=25 - 3 = 2 days. The charge for extra days is 2y2y.

x+2y=21x + 2y = 21

x+2y=21(2)\boxed{x + 2y = 21 \quad (2)}

Step 10 — Solve Library Charges Problem

We have two equations: (1) x+4y=27x + 4y = 27 (2) x+2y=21x + 2y = 21

Let's subtract equation (2) from equation (1) to eliminate xx.

(x+4y)(x+2y)=2721(x + 4y) - (x + 2y) = 27 - 21

x+4yx2y=6x + 4y - x - 2y = 6

2y=62y = 6

y=62y = \frac{6}{2}

y=3y = 3

y=3\boxed{y = 3}

Now, let's substitute the value of yy into equation (2).

x+2(3)=21x + 2(3) = 21

x+6=21x + 6 = 21

x=216x = 21 - 6

x=15x = 15

x=15\boxed{x = 15}

The fixed charge is ₹15. The additional charge for each extra day is ₹3.

Answer

(i) The fraction is 35\frac{3}{5}. (ii) Nuri's age is 50 years and Sonu's age is 20 years. (iii) The two-digit number is 18. (iv) Meena received 10 notes of ₹50 and 15 notes of ₹100. (v) The fixed charge is ₹15 and the additional charge for each extra day is ₹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