Math Lab
Home/Class IX/Ch 4/Solutions of a Linear Equation

Solutions of a Linear Equation

For a single-variable equation like 2x=62x = 6, "solving" means finding the value of xx , here, 33. For a two-variable equation like 2x+3y=62x + 3y = 6, the question changes shape. There are infinitely many pairs (x,y)(x, y) that satisfy it; the task is to describe them all. This lesson handles the bookkeeping.

Definitions

An ordered pair (p,q)(p, q) is a solution of the linear equation ax+by+c=0ax + by + c = 0 if substituting x=px = p and y=qy = q makes the equation true: ap+bq+c=0.a p + b q + c = 0.

The solution set of the equation is the collection of all such pairs.

Concept and method

Infinitely many solutions. Pick any value pp for xx. Substitute into ax+by+c=0ax + by + c = 0: ap+by+c=0    y=ap+cb(provided b0).a p + by + c = 0 \implies y = -\frac{a p + c}{b} \quad (\text{provided } b \ne 0). For each choice of pp you get a yy, so you get one solution. There are infinitely many possible pp, hence infinitely many solutions.

When b=0b = 0 (i.e. the equation is ax+c=0ax + c = 0, or x=cax = -\dfrac{c}{a}), there is exactly one allowed xx, and yy can be anything. Again infinitely many solutions, paired as (ca,q)\left(-\dfrac{c}{a}, q\right) for any qq.

Generating a table. To list a few solutions, pick three or four convenient values for xx (or yy) and compute the other coordinate. Convenient values are usually 0,1,2,1,20, 1, 2, -1, -2.

Example. Equation: 2x+3y=122x + 3y = 12.

  • x=03y=12y=4x = 0 \Rightarrow 3y = 12 \Rightarrow y = 4. Solution: (0,4)(0, 4).
  • x=36+3y=12y=2x = 3 \Rightarrow 6 + 3y = 12 \Rightarrow y = 2. Solution: (3,2)(3, 2).
  • x=612+3y=12y=0x = 6 \Rightarrow 12 + 3y = 12 \Rightarrow y = 0. Solution: (6,0)(6, 0).
  • x=36+3y=12y=6x = -3 \Rightarrow -6 + 3y = 12 \Rightarrow y = 6. Solution: (3,6)(-3, 6).

A neat table:

xx0033663-3
yy44220066

This single pattern , plug in convenient xx, solve for yy , will be the heart of every graphing task in the next lesson.

Checking a candidate. Given a specific ordered pair, substitute both coordinates and check the equation.

Example. Is (3,2)(3, 2) a solution of 2x+3y=122x + 3y = 12? Substitute: 2(3)+3(2)=6+6=122(3) + 3(2) = 6 + 6 = 12. Yes.

Example. Is (1,5)(1, 5) a solution? Substitute: 2(1)+3(5)=2+15=17122(1) + 3(5) = 2 + 15 = 17 \ne 12. No.

Building an equation from a solution. If you are told that (2,3)(2, 3) is a solution, you have a constraint relating a,b,ca, b, c: 2a+3b+c=02a + 3b + c = 0. With one solution you cannot pin down the equation , you would need at least two distinct solutions (which determine the line).

Two solutions determine the line. If (p1,q1)(p_1, q_1) and (p2,q2)(p_2, q_2) are two distinct solutions, then they lie on the line representing the equation; and (as we will see in the next lesson) two points determine a unique line. So two solutions are enough to identify the equation up to a non-zero scalar multiple.

Solutions of x=4x = 4. All pairs (4,q)(4, q) for any real qq. Examples: (4,0),(4,5),(4,3),(4,2)(4, 0), (4, 5), (4, -3), (4, \sqrt{2}). The solution set is the vertical line x=4x = 4.

Solutions of y=2y = -2. All pairs (p,2)(p, -2) for any real pp. Examples: (0,2),(3,2),(1,2)(0, -2), (3, -2), (-1, -2). The solution set is the horizontal line y=2y = -2.

Worked examples

Example 1. Find four solutions of the equation 3x+4y=123x + 4y = 12.

  • x=0y=3x = 0 \Rightarrow y = 3. (0,3)(0, 3).
  • y=0x=4y = 0 \Rightarrow x = 4. (4,0)(4, 0).
  • x=412+4y=12y=0x = 4 \Rightarrow 12 + 4y = 12 \Rightarrow y = 0 , same as above. Try x=4x = -4: 12+4y=12y=6-12 + 4y = 12 \Rightarrow y = 6. (4,6)(-4, 6).
  • x=824+4y=12y=3x = 8 \Rightarrow 24 + 4y = 12 \Rightarrow y = -3. (8,3)(8, -3).

Example 2. Is (3,2)(-3, 2) a solution of 5x+2y+11=05x + 2y + 11 = 0?

Substitute: 5(3)+2(2)+11=15+4+11=05(-3) + 2(2) + 11 = -15 + 4 + 11 = 0. Yes.

Example 3. Find three solutions of x2y=4x - 2y = 4.

Solve for yy: y=x42y = \dfrac{x - 4}{2}. Choices: x=0y=2x = 0 \Rightarrow y = -2, (0,2)(0, -2). x=4y=0x = 4 \Rightarrow y = 0, (4,0)(4, 0). x=2y=1x = 2 \Rightarrow y = -1, (2,1)(2, -1).

Example 4. Write three solutions of the equation x=5x = 5.

(5,0),(5,2),(5,7)(5, 0), (5, 2), (5, -7). The first coordinate is always 55; the second can be anything.

Example 5. If (2,k)(2, k) is a solution of 3x2y=43x - 2y = 4, find kk.

Substitute: 62k=42k=2k=16 - 2k = 4 \Rightarrow 2k = 2 \Rightarrow k = 1. The solution is (2,1)(2, 1).

Try it yourself

  1. Find four solutions of 2x+3y=62x + 3y = 6.
  2. Is (1,1)(1, 1) a solution of x+y=2x + y = 2?
  3. Find three solutions of y=2x1y = 2x - 1.
  4. If (k,3)(k, 3) is a solution of 4xy=54x - y = 5, find kk.
  5. Find three solutions of x+y=0x + y = 0 that include negative numbers.
  6. Find a solution of 3xy=73x - y = 7 with x=0x = 0, and one with y=0y = 0.
  7. List three solutions of the equation y=3y = 3.
  8. Is (0,0)(0, 0) a solution of 5x3y=05x - 3y = 0?
  9. Find aa so that (a,2)(a, 2) is a solution of 2x+5y18=02x + 5y - 18 = 0.
  10. Show that (0,4),(3,2)(0, 4), (3, 2) and (6,0)(6, 0) are all solutions of 2x+3y=122x + 3y = 12.

Pitfalls / Insight

  • Pick convenient values. Setting x=0x = 0 gives yy-intercept immediately; setting y=0y = 0 gives xx-intercept immediately.
  • Always check by substitution. It is the only way to be certain a pair is a solution.
  • Infinitely many means infinitely many , not "all". Not every ordered pair is a solution; only those that satisfy the specific equation.

Insight. The solution set of a linear equation is a line in the plane. The table method gives you a few sample points; the next lesson uses two of those points to draw the entire line. Algebra and geometry , equation and graph , are the same story told twice.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Solutions of a linear equation
6 questions · pick the best answer
Q1

Is (3,1)(3, -1) a solution of 2x+y=52x + y = 5?

Q2

Find yy when x=2x = 2 in 4x3y=54x - 3y = 5:

Q3

A linear equation in two variables has how many solutions?

Q4

(0,2)(0, -2) is a solution of which equation?

Q5

If (p,3)(p, 3) is a solution of 5x2y=45x - 2y = 4, then pp equals:

Q6

Which is a solution of 3x+2y=03x + 2y = 0?