Solutions of a Linear Equation in Two Variables
A solution of a linear equation in two variables is an ordered pair (x, y) that makes the equation true when those values are substituted. Unlike a one-variable equation (which has exactly one solution), a linear equation in two variables has infinitely many solutions — because for every value chosen for one variable, you can calculate a corresponding value for the other.
An ordered pair (x₀, y₀) is a solution of ax + by + c = 0 if and only if substituting x = x₀ and y = y₀ makes LHS = RHS.
Method to find solutions:
◆ Set x = 0 → solve for y → get one solution (0, y).
◆ Set y = 0 → solve for x → get another solution (x, 0).
◆ Set x = any convenient value → solve for y → get a third solution.
Exercise 6.2 — Question 1: Three Solutions of Each Equation
For each equation, find three solutions by substituting convenient values for x or y. Setting x = 0, y = 0, and x = 1 is the standard strategy used in the textbook.
(i) 3x + 4y = 7
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | 3(0) + 4y = 7 → y = 7/4 | (0, 7/4) |
| 2 | y = 0 | 3x + 4(0) = 7 → x = 7/3 | (7/3, 0) |
| 3 | x = 1 | 3(1) + 4y = 7 → 4y = 4 → y = 1 | (1, 1) |
(ii) y = 6x
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | y = 6(0) = 0 | (0, 0) |
| 2 | x = 1 | y = 6(1) = 6 | (1, 6) |
| 3 | x = 2 | y = 6(2) = 12 | (2, 12) |
(iii) 2x − y = 7
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | −y = 7 → y = −7 | (0, −7) |
| 2 | y = 0 | 2x = 7 → x = 7/2 | (7/2, 0) |
| 3 | x = 1 | 2−y = 7 → y = −5 | (1, −5) |
(iv) 13x − 12y = 25
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | −12y = 25 → y = −25/12 | (0, −25/12) |
| 2 | y = 0 | 13x = 25 → x = 25/13 | (25/13, 0) |
| 3 | x = 1 | 13 − 12y = 25 → y = −1 | (1, −1) |
(v) 10x + 11y = 21
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | 11y = 21 → y = 21/11 | (0, 21/11) |
| 2 | y = 0 | 10x = 21 → x = 21/10 | (21/10, 0) |
| 3 | x = 1 | 10 + 11y = 21 → y = 1 | (1, 1) |
(vi) x + y = 0
| S.No. | Substitution | Calculation | Solution |
|---|---|---|---|
| 1 | x = 0 | y = 0 | (0, 0) |
| 2 | x = 1 | y = −1 | (1, −1) |
| 3 | x = 2 | y = −2 | (2, −2) |
Exercise 6.2 — Question 2: Find 'a' and 'b' from Given Solution Points
If (0, a) is a solution, substitute x = 0, y = a to find a. If (b, 0) is a solution, substitute x = b, y = 0 to find b. These are the y-intercept and x-intercept of the line respectively.
Exercise 6.2 — Question 3: Check Solutions of 2x − 5y = 10
Substitute each given pair into 2x − 5y = 10. If LHS = RHS = 10, it is a solution. If LHS ≠ 10, it is not.
Exercise 6.2 — Question 4: Find k, Then Two More Solutions
Exercise 6.2 — Question 5: Find α from Parametric Solution
Exercise 6.2 — Question 6: Find 'a' from a Given Solution
Summary — Key Rules for Solutions
- A linear equation in two variables always has infinitely many solutions — one for each value of x or y you choose.
- To verify a solution (a, b): substitute x = a and y = b into the equation and check if LHS equals RHS.
- The point (0, a) gives the y-intercept of the line. The point (b, 0) gives the x-intercept.
- To find k or a in an equation: substitute the given solution values and solve the resulting one-variable equation.
- Every solution (x, y) corresponds to a point on the line that the equation represents on the Cartesian plane.