Pair of Linear Equations in Two Variables | Exercise 3.1

Question 4

  1. Which of the following pairs of linear equations are consistent/inconsistent? If consistent, obtain the solution graphically:

(i) x+y=5x + y = 5, 2x+2y=102x + 2y = 10

(ii) xy=8x - y = 8, 3x3y=163x - 3y = 16

(iii) 2x+y6=02x + y - 6 = 0, 4x2y4=04x - 2y - 4 = 0

(iv) 2x2y2=02x - 2y - 2 = 0, 4x4y5=04x - 4y - 5 = 0

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

To check if a pair of linear equations a1x+b1y+c1=0a_1x + b_1y + c_1 = 0 and a2x+b2y+c2=0a_2x + b_2y + c_2 = 0 is consistent (has at least one solution) or inconsistent (has no solution), compare the ratios of their coefficients:

  • Intersecting Lines: a1a2b1b2    \dfrac{a_1}{a_2} \neq \dfrac{b_1}{b_2} \implies Consistent (unique solution)
  • Coincident Lines: a1a2=b1b2=c1c2    \dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2} \implies Consistent (infinitely many solutions)
  • Parallel Lines: a1a2=b1b2c1c2    \dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \neq \dfrac{c_1}{c_2} \implies Inconsistent (no solution)

If the system is consistent, we find the solution graphically by plotting coordinate points for each line.

(i) x+y=5x + y = 5, 2x+2y=102x + 2y = 10

Step 1 · Compare Ratios to Check Consistency

Writing equations in standard form ax+by+c=0ax + by + c = 0:

x+y5=0    a1=1,b1=1,c1=5x + y - 5 = 0 \implies a_1 = 1, \, b_1 = 1, \, c_1 = -5 2x+2y10=0    a2=2,b2=2,c2=102x + 2y - 10 = 0 \implies a_2 = 2, \, b_2 = 2, \, c_2 = -10

Comparing the ratios of the coefficients:

a1a2=12b1b2=12c1c2=510=12\begin{aligned} \dfrac{a_1}{a_2} &= \dfrac{1}{2} \\[0.6em] \dfrac{b_1}{b_2} &= \dfrac{1}{2} \\[0.6em] \dfrac{c_1}{c_2} &= \dfrac{-5}{-10} = \dfrac{1}{2} \end{aligned}

Since a1a2=b1b2=c1c2\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} = \dfrac{c_1}{c_2}, the lines are coincident and the pair is consistent with infinitely many solutions.

Step 2 · Plot the Lines Graphically

For x+y=5x + y = 5:

  • If x=0x = 0, y=5    (0,5)y = 5 \implies (0, 5)
  • If y=0y = 0, x=5    (5,0)x = 5 \implies (5, 0)Diagram 1

The equation 2x+2y=102x + 2y = 10 simplifies to x+y=5x + y = 5, so both equations represent the same line. All points on this line are solutions.

Answer

(i) Consistent (infinitely many solutions, coincident lines)

(ii) xy=8x - y = 8, 3x3y=163x - 3y = 16

Step 1 · Compare Ratios to Check Consistency

Writing equations in standard form:

xy8=0    a1=1,b1=1,c1=8x - y - 8 = 0 \implies a_1 = 1, \, b_1 = -1, \, c_1 = -8 3x3y16=0    a2=3,b2=3,c2=163x - 3y - 16 = 0 \implies a_2 = 3, \, b_2 = -3, \, c_2 = -16

Comparing the ratios:

a1a2=13b1b2=13=13c1c2=816=12\begin{aligned} \dfrac{a_1}{a_2} &= \dfrac{1}{3} \\[0.6em] \dfrac{b_1}{b_2} &= \dfrac{-1}{-3} = \dfrac{1}{3} \\[0.6em] \dfrac{c_1}{c_2} &= \dfrac{-8}{-16} = \dfrac{1}{2} \end{aligned}

Since a1a2=b1b2c1c2\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \neq \dfrac{c_1}{c_2}, the lines are parallel. Therefore, the pair is inconsistent (no solution).

Answer

(ii) Inconsistent (no solution)

(iii) 2x+y6=02x + y - 6 = 0, 4x2y4=04x - 2y - 4 = 0

Step 1 · Compare Ratios to Check Consistency

Given equations:

2x+y6=0    a1=2,b1=1,c1=62x + y - 6 = 0 \implies a_1 = 2, \, b_1 = 1, \, c_1 = -6 4x2y4=0    a2=4,b2=2,c2=44x - 2y - 4 = 0 \implies a_2 = 4, \, b_2 = -2, \, c_2 = -4

Comparing the ratios:

a1a2=24=12b1b2=12=12\begin{aligned} \dfrac{a_1}{a_2} &= \dfrac{2}{4} = \dfrac{1}{2} \\[0.6em] \dfrac{b_1}{b_2} &= \dfrac{1}{-2} = -\dfrac{1}{2} \end{aligned}

Since a1a2b1b2\dfrac{a_1}{a_2} \neq \dfrac{b_1}{b_2}, the pair of equations is consistent with a unique solution.

Step 2 · Find Coordinates and Solve Graphically

For 2x+y6=0    y=62x2x + y - 6 = 0 \implies y = 6 - 2x:

  • If x=0x = 0, y=6    (0,6)y = 6 \implies (0, 6)
  • If x=3x = 3, y=0    (3,0)y = 0 \implies (3, 0)

For 4x2y4=0    y=2x24x - 2y - 4 = 0 \implies y = 2x - 2:

  • If x=0x = 0, y=2    (0,2)y = -2 \implies (0, -2)
  • If x=1x = 1, y=0    (1,0)y = 0 \implies (1, 0)Plotting these points on a graph, the two lines intersect at (2,2)(2, 2).
Answer

(iii) Consistent; the graphical solution is (2,2)(2, 2)

(iv) 2x2y2=02x - 2y - 2 = 0, 4x4y5=04x - 4y - 5 = 0

Step 1 · Compare Ratios to Check Consistency

Given equations:

2x2y2=0    a1=2,b1=2,c1=22x - 2y - 2 = 0 \implies a_1 = 2, \, b_1 = -2, \, c_1 = -2 4x4y5=0    a2=4,b2=4,c2=54x - 4y - 5 = 0 \implies a_2 = 4, \, b_2 = -4, \, c_2 = -5

Comparing the ratios:

a1a2=24=12b1b2=24=12c1c2=25=25\begin{aligned} \dfrac{a_1}{a_2} &= \dfrac{2}{4} = \dfrac{1}{2} \\[0.6em] \dfrac{b_1}{b_2} &= \dfrac{-2}{-4} = \dfrac{1}{2} \\[0.6em] \dfrac{c_1}{c_2} &= \dfrac{-2}{-5} = \dfrac{2}{5} \end{aligned}

Since a1a2=b1b2c1c2\dfrac{a_1}{a_2} = \dfrac{b_1}{b_2} \neq \dfrac{c_1}{c_2}, the lines are parallel. Therefore, the pair is inconsistent (no solution).

Answer

(iv) Inconsistent (no solution)

Common Mistakes
  • Sign Errors in Standard Form: Ensure constant terms c1c_1 and c2c_2 are on the same side of the equation (either both on LHS or both on RHS) before taking ratios.
  • Sign in Ratios: Pay close attention to negative signs; for example, 1212\dfrac{1}{2} \neq -\dfrac{1}{2}, which indicates intersecting lines (consistent) rather than parallel lines.

More questions in Exercise 3.1

Q1

Form the pair of linear equations in the following problems, and find their solutions graphically.

(i) 10 students of Class X took part in a Mathematics quiz. If the number of girls is 4 more than the number of boys, find the number of boys and girls who took part in the quiz.

(ii) 5 pencils and 7 pens together cost ₹ 50, whereas 7 pencils and 5 pens together cost ₹ 46. Find the cost of one pencil and that of one pen.

Q2

On comparing the ratios a1a2\dfrac{a_1}{a_2}, b1b2\dfrac{b_1}{b_2} and c1c2\dfrac{c_1}{c_2}, find out whether the lines representing the following pairs of linear equations intersect at a point, are parallel or coincident:

(i) 5x4y+8=05x - 4y + 8 = 0 7x+6y9=07x + 6y - 9 = 0

(ii) 9x+3y+12=09x + 3y + 12 = 0 18x+6y+24=018x + 6y + 24 = 0

(iii) 6x3y+10=06x - 3y + 10 = 0 2xy+9=02x - y + 9 = 0

Q3
  1. On comparing the ratios a1a2\dfrac{a_1}{a_2}, b1b2\dfrac{b_1}{b_2} and c1c2\dfrac{c_1}{c_2}, find out whether the following pair of linear equations are consistent, or inconsistent.

(i) 3x+2y=53x + 2y = 5; 2x3y=72x - 3y = 7

(ii) 2x3y=82x - 3y = 8; 4x6y=94x - 6y = 9

(iii) 32x+53y=7\dfrac{3}{2}x + \dfrac{5}{3}y = 7; 9x10y=149x - 10y = 14

(iv) 5x3y=115x - 3y = 11; 10x+6y=22-10x + 6y = -22

(v) 43x+2y=8\dfrac{4}{3}x + 2y = 8; 2x+3y=122x + 3y = 12

Q4
  1. Which of the following pairs of linear equations are consistent/inconsistent? If consistent, obtain the solution graphically:

(i) x+y=5x + y = 5, 2x+2y=102x + 2y = 10

(ii) xy=8x - y = 8, 3x3y=163x - 3y = 16

(iii) 2x+y6=02x + y - 6 = 0, 4x2y4=04x - 2y - 4 = 0

(iv) 2x2y2=02x - 2y - 2 = 0, 4x4y5=04x - 4y - 5 = 0

Q5

Half the perimeter of a rectangular garden, whose length is 4 m4 \text{ m} more than its width, is 36 m36 \text{ m}. Find the dimensions of the garden.

Q6

Given the linear equation 2x+3y8=02x + 3y - 8 = 0, write another linear equation in two variables such that the geometrical representation of the pair so formed is:

(i) intersecting lines

(ii) parallel lines

(iii) coincident lines

Q7
  1. Draw the graphs of the equations xy+1=0x - y + 1 = 0 and 3x+2y12=03x + 2y - 12 = 0. Determine the coordinates of the vertices of the triangle formed by these lines and the xx-axis, and shade the triangular region.
← Back to Pair of Linear Equations in Two Variables