L
LLLOS.ai
Learn
L

Chapter 4 — Linear Equations In Two Variables

Class 9 · Mathematics

Overview

This chapter introduces linear equations in two variables as algebraic expressions that define a straight-line relationship between two quantities. Starting from the definition and general form ax + by + c = 0, students learn what constitutes a solution (ordered pair), how to represent solutions graphically on the Cartesian plane, and how to draw the graph of a linear equation by plotting two or more points. The chapter emphasizes practical skills: obtaining solutions, finding x- and y-intercepts, sketching lines, and forming linear equations from simple real-life situations. Understanding this chapter is important because it builds the foundation for coordinate geometry, algebraic modeling, and solving many applied problems in later classes. By the end, students will be able to identify linear equations, check and generate solutions, graph them accurately, and translate verbal situations into linear equations.

Learning Objectives

  • Define a linear equation in two variables and write its general form ax + by + c = 0
  • State what constitutes a solution of a linear equation in two variables and represent it as an ordered pair
  • Identify whether a given ordered pair is a solution of a specified linear equation by substitution
  • Explain why a linear equation in two variables has infinitely many solutions
  • Distinguish between linear and non-linear equations in two variables using simple examples
  • Verify algebraically and graphically if a point lies on the graph of a given linear equation
  • Graph a linear equation by finding and plotting at least two solutions and drawing the corresponding straight line
  • Determine the x-intercept and y-intercept of a linear equation and use them to sketch its graph

Topics in this chapter

9 topics · tap a topic title to jump straight to it.

🟰1

Introduction to Linear Equations in Two Variables

📐 MATHEMATICAL FORMULA / THEOREM

Introduction to Linear Equations in Two Variables

Key Point: General form: ax + by + c = 0 (a and b not both zero)

Definition: A linear equation in two variables is an equation of the form ax + by + c = 0, where a and b are not both zero, and x and y are variables. Often written as ax + by = c.

What is a solution? A solution is an ordered pair (x, y) that satisfies the equation. Unlike linear equations in one variable, a linear equation in two variables has infinitely many solutions (they form a set of ordered pairs).

Geometric meaning: The complete set of solutions of a linear equation in two variables corresponds to all the points lying on a straight line in the Cartesian plane. Thus every linear equation in two variables represents a straight line.

How to find solutions:

  • Give any value to one variable (say x) and solve for the other variable (y) to get a solution pair.
  • To draw the line, it is enough to find two distinct solutions (two points) and join them.

Slope and intercepts: If the equation is written as ax + by = c (with b ≠ 0), we can write y = (-a/b)x + c/b. This is the slope-intercept form y = mx + k where m = -a/b is the slope and k = c/b is the y-intercept. The x-intercept is obtained by putting y = 0, giving x = c/a (if a ≠ 0).

Special cases:

  • If b = 0 and a ≠ 0, the equation reduces to x = constant, which is a vertical line.
  • If a = 0 and b ≠ 0, the equation reduces to y = constant, which is a horizontal line.

Key ideas to remember: A single linear equation in two variables has infinitely many solutions; graph is a straight line; two points determine the line; slope tells steepness and sign tells direction.

📌 Examples
  • Mathematical example: 2x + 3y = 6. Solutions include (0,2), (3,0), (1.5,1). Graphing these points and joining gives a straight line.
  • Real-life (shopping): If pens cost Rs 5 each and pencils cost Rs 2 each, and you spend Rs 40 on a combination, the equation is 5x + 2y = 40 where x = number of pens and y = number of pencils. Any integer solution (x,y) satisfying this represents a feasible purchase combination.
  • Special-case horizontal/vertical: 3x = 9 simplifies to x = 3, a vertical line through x = 3. 5y = 10 simplifies to y = 2, a horizontal line through y = 2.
  • Interpretation example: If a taxi charges a fixed boarding fee of Rs 30 plus Rs 10 per km, cost C and distance d satisfy C = 10d + 30. This is a linear equation in two variables relating cost and distance.
🧮 Formulas
  1. \[General form: ax + by + c = 0 (a and b not both zero)\]
  2. \[Standard form: ax + by = c\]
  3. \[Slope-intercept form: y = mx + k\]
    \[where m = -a/b and k = c/b (when b ≠ 0)\]
  4. \[Slope of line: m = -a/b\]
  5. \[x-intercept: put y = 0 → x = c/a (when a ≠ 0)\]
  6. \[y-intercept: put x = 0 → y = c/b (when b ≠ 0)\]
🎨2

Cartesian Plane and Coordinates

📐 MATHEMATICAL FORMULA / THEOREM

Cartesian Plane and Coordinates

Key Point: Point: P(x, y) — x is abscissa, y is ordinate

What is a Cartesian plane? The Cartesian plane (or coordinate plane) is formed by two number lines that intersect at right angles. The horizontal number line is called the x-axis and the vertical number line is called the y-axis. Their intersection point is the origin, labeled O and having coordinates (0, 0). The plane is named after René Descartes.

Coordinates and ordered pair Every point P in the plane is specified by an ordered pair (x, y). The first number x is the abscissa (horizontal distance from the origin) and the second number y is the ordinate (vertical distance from the origin). Follow the order: x first, then y.

Quadrants and sign conventions The axes divide the plane into four quadrants numbered I to IV counterclockwise from the top-right. Sign of coordinates in each quadrant: quadrant I: ( + , + ), quadrant II: ( - , + ), quadrant III: ( - , - ), quadrant IV: ( + , - ). Points on the x-axis have y = 0; points on the y-axis have x = 0.

How to plot a point (step-by-step) 1) Start at the origin. 2) Move horizontally by x units: right if x is positive, left if x is negative. 3) From there move vertically by y units: up if y is positive, down if y is negative. 4) Mark the point and label it with its ordered pair.

Using the Cartesian plane for linear equations A linear equation in two variables (for example y = mx + c) represents a straight line on the Cartesian plane. To draw it: choose several x-values, compute corresponding y-values to get points, plot those points and join them to form a straight line. Vertical lines have equations x = a and horizontal lines have equations y = b.

Practical tips Always choose a scale and mark equal unit lengths on both axes. Label axes and the origin. Use at least two distinct points to determine a straight line, but plotting three helps verify accuracy.

📌 Examples
  • Plot the point A(2, 3): from origin move 2 units right, then 3 units up; mark A.
  • Plot B(-3, 1): from origin move 3 units left, then 1 unit up; mark B.
  • Points on axes: (5, 0) lies on the x-axis; (0, -4) lies on the y-axis.
  • Graph the linear equation y = 2x + 1 by making a table: x = -1, 0, 1 gives y = -1, 1, 3 respectively. Plot (-1, -1), (0, 1), (1, 3) and join to get the line.
  • Real-life: A city laid out as a grid can use coordinates to locate intersections: (street number, avenue number). Another example is seating in a classroom arranged in rows (x) and columns (y).
🧮 Formulas
  1. \[Point: P(x\]
    \[y) — x is abscissa\]
    \[y is ordinate\]
  2. \[Origin: O(0, 0)\]
  3. \[Horizontal line: y = b (all points have same y)\]
    \[vertical line: x = a (all points have same x)\]
  4. \[Slope of line through (x1\]
    \[y1) and (x2\]
    \[y2): m = (y2 - y1) / (x2 - x1) (when x1 ≠ x2)\]
  5. \[Midpoint of segment joining (x1\]
    \[y1) and (x2\]
    \[y2): ((x1 + x2)/2\]
    \[(y1 + y2)/2)\]
  6. \[Distance between (x1\]
    \[y1) and (x2\]
    \[y2): sqrt((x2 - x1)^2 + (y2 - y1)^2) (useful extension)\]
🧴3

Solutions of a Linear Equation in Two Variables

📐 MATHEMATICAL FORMULA / THEOREM

Solutions of a Linear Equation in Two Variables

Key Point: General form: ax + by + c = 0 (a and b not both zero).

Definition: A linear equation in two variables is an equation of the form ax + by + c = 0 (where a and b are not both zero). A solution is an ordered pair (x, y) which, when substituted into the equation, makes it true.

Key ideas:

  • Every solution is an ordered pair (x, y). Example: for 2x + 3y = 12, (3, 2) is a solution because 2(3)+3(2)=12.
  • A linear equation in two variables has infinitely many solutions. These solutions form a straight line in the xy-plane.
  • To find solutions: pick a value for one variable and solve for the other. Usually we make a small table of values and plot the points.
  • Special cases:
    • If a = b = 0 and c = 0, every ordered pair (x,y) is a solution (infinitely many).
    • If a = b = 0 and c ≠ 0, there is no solution.

Method (step-by-step):

  1. Write equation in the form ax + by + c = 0 or y = mx + c.
  2. Choose convenient values for x (or y) such as -2, -1, 0, 1, 2.
  3. Compute the corresponding y (or x) to make ordered pairs.
  4. Plot at least three points and draw the straight line through them — every point on this line is a solution.

Relation to slope-intercept form: If ax + by + c = 0 and b ≠ 0, then y = (-a/b)x + (-c/b). Here slope m = -a/b and y-intercept = -c/b. If b = 0 (equation ax + c = 0) the graph is a vertical line x = -c/a; if a = 0 (by + c = 0) the graph is a horizontal line y = -c/b.

📌 Examples
  • Example 1: 2x + 3y = 12. Solve by choosing x = 0 → 3y = 12 → y = 4, so (0,4). Choose x = 3 → 2(3) + 3y = 12 → 6 + 3y =12 → y = 2, so (3,2). Points (0,4), (3,2), (6,0) lie on the line and are solutions.
  • Example 2 (real-life - buying items): If a pen costs Rs 5 and a pencil costs Rs 2 and you spend Rs 50, let x = number of pens, y = number of pencils. Equation: 5x + 2y = 50. One solution: x = 6 → 30 + 2y = 50 → y = 10, so (6,10). All nonnegative integer solutions give possible purchase combinations.
  • Example 3 (real-life - tickets): Adult ticket costs Rs 120 and child ticket Rs 80. If total collection is Rs 2000, let x = number of adult tickets and y = number of child tickets: 120x + 80y = 2000. Divide by 40: 3x + 2y = 50. Choose x = 0 → y = 25 so (0,25) is a solution; x = 10 → 30 + 2y = 50 → y = 10 so (10,10).
🧮 Formulas
  1. \[General form: ax + by + c = 0 (a and b not both zero).\]
  2. \[Slope-intercept form: y = mx + c\]
    \[where m is slope and c is y-intercept.\]
  3. \[From ax + by + c = 0 (with b ≠ 0): y = (-a/b)x + (-c/b)\]
    \[So slope m = -a/b and y-intercept = -c/b.\]
  4. \[x-intercept (put y = 0): x = -c/a (if a ≠ 0).\]
  5. \[y-intercept (put x = 0): y = -c/b (if b ≠ 0).\]
  6. \[Special cases: a = b = 0 and c = 0 → infinitely many solutions (identity). a = b = 0 and c ≠ 0 → no solution (contradiction).\]
🟰4

Graph of a Linear Equation

📐 MATHEMATICAL FORMULA / THEOREM

Graph of a Linear Equation

Key Point: General form: ax + by + c = 0

What it is: A linear equation in two variables x and y is an equation of the form ax + by + c = 0 (where a and b are not both zero). The graph of such an equation is the set of all ordered pairs (x,y) that satisfy the equation. All these points lie on a straight line in the Cartesian plane, so the graph is a straight line.

Key ideas:

  • Each solution (x,y) is a point on the line. The line contains infinitely many solutions.
  • To draw the line it is enough to find two distinct solutions (two points) and join them by a straight edge. (Use more points to verify accuracy.)
  • Special lines: if b = 0 the line is vertical (x = constant); if a = 0 the line is horizontal (y = constant).

Procedure to graph a linear equation:

  1. Write the equation in a convenient form, e.g. y = mx + c (if possible).
  2. Make a table of values: choose two or three x-values, compute corresponding y-values.
  3. Plot the computed points (x,y) on the Cartesian plane.
  4. Join the points with a ruler to get the straight line; extend it and draw arrows at ends to show it continues.

Intercepts and slope:

  • x-intercept: point where the line meets x-axis (set y = 0 and solve for x).
  • y-intercept: point where the line meets y-axis (set x = 0 and solve for y). The y-intercept is (0, c) if equation written y = mx + c.
  • Slope (m) measures steepness: for two points (x1,y1) and (x2,y2), m = (y2 - y1)/(x2 - x1). In ax + by + c = 0 form, slope = -a/b (provided b ≠ 0).

Properties to note:

  • If the constant term is zero (ax + by = 0), the line passes through the origin.
  • Parallel lines have equal slopes. Perpendicular lines have slopes whose product is -1 (if both slopes are defined).

Quick example of graphing (method): To graph y = 2x + 1, pick x = 0 → y = 1 gives (0,1); pick x = 1 → y = 3 gives (1,3). Plot (0,1) and (1,3) and join to draw the line.

📌 Examples
  • Taxi fare: A taxi charges a base fare of ₹40 plus ₹12 per km. If y is total fare and x is km travelled, y = 12x + 40. Graph shows how fare increases linearly with distance.
  • Monthly mobile plan: A plan has fixed monthly rent ₹200 and ₹2 per text message. y = 2x + 200 relates number of messages x to total bill y.
  • Uniform speed motion: For constant speed 60 km/h, distance y after x hours is y = 60x. This line passes through origin and slope 60 represents speed.
  • Buying notebooks: One notebook costs ₹15. Total cost y for x notebooks: y = 15x (straight line through origin).
  • Mixture or budget line: If you can spend up to ₹500 and apples cost ₹20 and oranges ₹10, X apples and Y oranges satisfy 20x + 10y = 500 (a straight line showing trade-off).
🧮 Formulas
  1. \[General form: ax + by + c = 0\]
  2. \[Slope-intercept form: y = mx + c (m is slope\]
    \[c is y-intercept)\]
  3. \[Slope between two points: m = (y2 - y1) / (x2 - x1)\]
    \[for (x1,y1) ≠ (x2,y2)\]
  4. \[x-intercept (ax + by + c = 0): set y = 0 ⇒ x = -c/a (if a ≠ 0)\]
  5. \[y-intercept (ax + by + c = 0): set x = 0 ⇒ y = -c/b (if b ≠ 0)\]
  6. \[Slope from general form: for ax + by + c = 0 ⇒ y = (-a/b)x + (-c/b)\]
    \[so m = -a/b (if b ≠ 0)\]
🔢5

Intercepts and Intercept Form

📐 MATHEMATICAL FORMULA / THEOREM

Intercepts and Intercept Form

Key Point: Intercept form: x/a + y/b = 1 (line with x-intercept a and y-intercept b).

Definition. For a line in the coordinate plane, the x-intercept is the x-coordinate of the point where the line meets the x-axis (y = 0). The y-intercept is the y-coordinate of the point where the line meets the y-axis (x = 0).

Intercept Form. If a line cuts the x-axis at (a, 0) and the y-axis at (0, b), and both a and b are finite and nonzero, the equation of the line can be written in intercept form:

x/a + y/b = 1

This form shows immediately the intercepts: x-intercept = a and y-intercept = b.

Derivation from two intercepts. The line joining (a,0) and (0,b) satisfies every point (x,y) that is a convex combination of the intercept points: x = a(1 - t), y = b t for some t. Eliminating t gives x/a + y/b = 1.

Conversion between general form and intercept form. For a general straight line ax + by + c = 0 (with a ≠ 0 and b ≠ 0), the intercepts are:

  • x-intercept = -c/a (put y = 0)
  • y-intercept = -c/b (put x = 0)

If these intercepts are A = -c/a and B = -c/b (both nonzero), the equation can be written as x/A + y/B = 1.

Slope from intercept form. From x/a + y/b = 1, rearrange to y = b - (b/a)x, so the slope m = -b/a (note: here a and b are the intercepts in the intercept form).

Special cases & limitations.

  • If the line is vertical (x = k), it does not meet the y-axis at a finite point so intercept form x/a + y/b = 1 is not applicable.
  • If the line is horizontal (y = k), intercept form with finite a is not applicable in the usual way because one intercept would be infinite.
  • If c = 0 in ax + by + c = 0 then the line passes through the origin; both intercepts are 0 and the intercept form is not meaningful.

How to use intercept form to graph a line. 1) Read the intercepts a and b from x/a + y/b = 1. 2) Plot (a, 0) and (0, b) on the axes. 3) Join the two points with a straight line. That line is the graph of the equation.

📌 Examples
  • Example 1: Convert 2x + 3y - 12 = 0 into intercept form and find intercepts and slope. Step 1: x-intercept = -c/a = 12/2 = 6 → (6, 0). Step 2: y-intercept = -c/b = 12/3 = 4 → (0, 4). Step 3: Intercept form: x/6 + y/4 = 1. Slope: m = -b/a = -4/6 = -2/3.
  • Example 2: Write the line with intercepts a = 4 and b = -2 in standard form and find slope. Intercept form: x/4 + y/(-2) = 1 → x/4 - y/2 = 1. Multiply by 4: x - 2y = 4 (standard form). Slope: m = -b/a = -(-2)/4 = 2/4 = 1/2 (alternatively rearrange to y = (1/2)x - 2).
  • Real-life example: Budgeting. Suppose your monthly budget lets you buy at most 10 units of Food A (and 0 of Food B) or 5 units of Food B (and 0 of Food A). If x units of A and y units of B exhaust the budget, the feasible boundary can be written x/10 + y/5 = 1. The intercepts (10,0) and (0,5) show the extremes of buying only one item.
🧮 Formulas
  1. \[Intercept form: x/a + y/b = 1 (line with x-intercept a and y-intercept b).\]
  2. \[For ax + by + c = 0: x-intercept = -c/a (when a ≠ 0)\]
    \[y-intercept = -c/b (when b ≠ 0).\]
  3. \[Conversion: if A = -c/a and B = -c/b\]
    \[then x/A + y/B = 1.\]
  4. \[Slope from intercept form x/a + y/b = 1: m = -b/a (here a and b are the intercepts).\]
🔢6

Slope and Slope-Intercept Form

📐 MATHEMATICAL FORMULA / THEOREM

Slope and Slope-Intercept Form

Key Point: Slope between two points: m = (y2 − y1) / (x2 − x1)

What is slope?
The slope of a straight line is a number that measures its steepness and direction. It is often denoted by m. Given two distinct points on the line (x1, y1) and (x2, y2), the slope is

m = (y2 − y1) / (x2 − x1)

Interpretation: rise/run — how much y changes when x changes by 1. Types:

  • Positive slope (m > 0): line rises left to right.
  • Negative slope (m < 0): line falls left to right.
  • Zero slope (m = 0): horizontal line (no rise).
  • Undefined slope: vertical line (x = constant).

Slope-intercept form
The slope-intercept form of the equation of a line is

y = mx + c

Here m is the slope and c is the y-intercept (the point where the line crosses the y-axis). From this form you can immediately read the slope and the intercept:

  • Slope = m
  • y-intercept = (0, c)

Converting other forms to slope-intercept form
If a line is given in standard form ax + by + d = 0, solve for y:

y = (−a/b) x + (−d/b)

So slope m = −a/b and y-intercept c = −d/b (provided b ≠ 0).

Relations

  • Two lines are parallel if they have equal slopes (m1 = m2).
  • Two non-vertical lines are perpendicular if m1·m2 = −1 (each slope is the negative reciprocal of the other).

How to graph a line in slope-intercept form y = mx + c

  1. Plot the y-intercept (0, c) on the y-axis.
  2. From that point use the slope m = rise/run: move right by 1 (or run) and up/down by rise; if run is not 1, scale accordingly.
  3. Plot a second point and draw the straight line through the points.

Example visual cues: mark the y-intercept, draw a right triangle under the line showing rise and run, and label the slope as rise/run.

📌 Examples
  • Find the slope of the line through (2, 3) and (5, 11). m = (11 − 3)/(5 − 2) = 8/3.
  • Write the equation of a line with slope 2 and y-intercept 3. y = 2x + 3.
  • Convert 3x + 2y − 6 = 0 to slope-intercept form. 2y = −3x + 6 → y = (−3/2)x + 3, so slope = −3/2, y-intercept = 3.
  • Real-life: A taxi charges a fixed boarding fee of ₹50 plus ₹12 per kilometer. If y is total fare and x is kilometers, y = 12x + 50. Slope 12 = cost per km; intercept 50 = fixed fee.
  • Horizontal and vertical lines: y = 4 has slope 0 (horizontal). x = 2 is vertical and has undefined slope; it cannot be written as y = mx + c.
🧮 Formulas
  1. \[Slope between two points: m = (y2 − y1) / (x2 − x1)\]
  2. \[Slope-intercept form: y = mx + c (m = slope\]
    \[c = y-intercept)\]
  3. \[Convert ax + by + d = 0 → y = (−a/b) x + (−d/b) (so m = −a/b\]
    \[c = −d/b)\]
    \[b ≠ 0\]
  4. \[Parallel lines: m1 = m2\]
  5. \[Perpendicular lines (non-vertical): m1 · m2 = −1\]
  6. \[Rise/Run interpretation: m = rise / run\]
🟰7

Special Linear Equations and Cases

📐 MATHEMATICAL FORMULA / THEOREM

Special Linear Equations and Cases

Key Point: General form: ax + by + c = 0 (a and b not both 0)

What is a linear equation in two variables? A linear equation in two variables x and y is of the form ax + by + c = 0 (or ax + by = c) where a and b are not both zero. Its solution set is all ordered pairs (x, y) that lie on the straight line represented by that equation.

Special cases (geometric meaning)

  • One unique solution: Two lines intersect at exactly one point. Algebraically, for equations a1x + b1y = c1 and a2x + b2y = c2, if a1/a2 ≠ b1/b2, the lines are not parallel and have exactly one common point (unique solution).
  • No solution (inconsistent): Two lines are parallel and distinct, so they never meet. This happens when a1/a2 = b1/b2 but a1/a2 ≠ c1/c2.
  • Infinitely many solutions (dependent): Two equations represent the same line (coincident). This occurs when a1/a2 = b1/b2 = c1/c2. Every point on the line is a solution.

Alternative (determinant) test: For the pair a1x + b1y = c1 and a2x + b2y = c2 define D = a1 b2 - a2 b1.

  • If D ≠ 0 → unique solution (lines intersect).
  • If D = 0 and Dx = 0 and Dy = 0 → infinitely many solutions (coincident lines).
  • If D = 0 and (Dx ≠ 0 or Dy ≠ 0) → no solution (parallel lines).

Slope and intercepts (useful for graphs)

  • Write ax + by = c as y = (-a/b)x + (c/b). The slope m = -a/b and y-intercept = c/b (if b ≠ 0).
  • For form ax + by + c = 0, slope m = -a/b and y-intercept = -c/b; x-intercept = -c/a (when a ≠ 0, b ≠ 0 respectively).

Practical note: If c = 0 (equation ax + by = 0) the line passes through the origin. If b = 0 the line is vertical (x = constant); if a = 0 the line is horizontal (y = constant).

📌 Examples
  • Unique solution (intersection): Solve x + y = 5 and 2x + y = 8. Subtract: x = 3, then y = 2. The two lines meet at (3,2).
  • No solution (parallel): x + y = 4 and 2x + 2y = 9. Here a1/a2 = b1/b2 = 1/2 but c1/c2 = 4/9 ≠ 1/2, so lines are parallel → no common solution.
  • Infinitely many solutions (coincident): x + 2y = 6 and 2x + 4y = 12. Second is 2×(first); every solution of the first is a solution of the second → infinitely many solutions (same line).
  • Special case through origin: 3x - 6y = 0 (or x - 2y = 0). This line passes through (0,0) and has slope 1/2.
🧮 Formulas
  1. \[General form: ax + by + c = 0 (a and b not both 0)\]
  2. \[Slope (from ax + by = c): m = -a/b\]
  3. \[y-intercept (from ax + by = c): y0 = c/b (if b ≠ 0)\]
  4. \[x-intercept (from ax + by = c): x0 = c/a (if a ≠ 0) — for ax+by=c\]
  5. \[Ratio test for two equations a1x + b1y = c1 and a2x + b2y = c2: - Unique solution if a1/a2 ≠ b1/b2 - No solution if a1/a2 = b1/b2 ≠ c1/c2 - Infinitely many solutions if a1/a2 = b1/b2 = c1/c2\]
  6. \[Determinant (Cramer) method: D = a1 b2 - a2 b1\]
    \[Dx = c1 b2 - c2 b1\]
    \[Dy = a1 c2 - a2 c1\]
    \[If D ≠ 0 → x = Dx/D\]
    \[y = Dy/D\]
🔢8

Applications and Word Problems

📐 MATHEMATICAL FORMULA / THEOREM

Applications and Word Problems

Key Point: General form of a linear equation in two variables: ax + by + c = 0 (a and b not both zero).

Applications and word problems using linear equations in two variables teach how to model real-life situations with equations of the form ax + by = c, interpret their solutions, and solve for the unknown quantities. Each problem requires translating a verbal description into one or more linear equations, choosing variables, solving the system (graphically or algebraically), and interpreting the results in context.

Key ideas:

  • Modeling: Assign variables to the unknown quantities (for example x = number of adult tickets, y = number of child tickets) and convert statements into linear equations.
  • Single linear equation in two variables represents a line. Its set of solutions is all ordered pairs (x,y) on that line (useful when the question asks for relation between quantities).
  • Two linear equations in two variables form a system. The intersection of the two lines gives the solution: one intersection = unique solution; parallel lines = no solution; coincident lines = infinitely many solutions.
  • Methods of solution: substitution, elimination (addition/subtraction), graphing, or determinant/Cramer’s rule for 2×2 systems.
  • Always check that the algebraic solution makes sense in the real-life context (e.g., counts must be integers and non‑negative).

Steps to solve a word problem:

  1. Read carefully and identify what is asked.
  2. Choose variables and write them clearly (x = ... , y = ...).
  3. Translate the sentences into one or two linear equations.
  4. Solve the equations by substitution or elimination (or graphically if asked).
  5. Interpret and check the solution in the original context.

Special cases to watch for:

  • If the two equations are proportional (a1/a2 = b1/b2 = c1/c2) the lines coincide → infinitely many solutions.
  • If a1/a2 = b1/b2 but c1/c2 differs, the lines are parallel → no solution.
📌 Examples
  • Ticket sales: A theatre sold 120 tickets. Adult tickets cost Rs 100 and child tickets Rs 60. The total revenue was Rs 10,000. Let x = number of adult tickets, y = number of child tickets. Equations: x + y = 120 and 100x + 60y = 10000. Solve: from first y = 120 − x. Substitute: 100x + 60(120 − x) = 10000 → 40x = 2800 → x = 70, y = 50.
  • Cost of pens and pencils: 3 pens + 2 pencils cost Rs 54 and 5 pens + 4 pencils cost Rs 94. Let p = price of a pen, q = price of a pencil. Equations: 3p + 2q = 54 and 5p + 4q = 94. Multiply first by 2: 6p + 4q = 108. Subtract second: (6p+4q) - (5p+4q) = 108 - 94 → p = 14. Then 3(14) + 2q = 54 → 42 + 2q = 54 → q = 6.
  • Meeting time (distance/speed): Two towns are 300 km apart. Two vehicles start towards each other at the same time from the towns, speeds 40 km/h and 60 km/h. Let t = time (hours) when they meet. Equation: 40t + 60t = 300 → 100t = 300 → t = 3 hours.
  • Perimeter of rectangle: The perimeter of a rectangle is 50 cm. If length L and width W satisfy L = 2W − 3, find dimensions. Equations: 2(L + W) = 50 and L = 2W − 3. From perimeter L + W = 25. Substitute: (2W − 3) + W = 25 → 3W = 28 → W = 28/3 cm, L = 2(28/3) − 3 = (56/3 − 9/3) = 47/3 cm. (Check if integer dimensions are required in problem context.)
  • Mixture / ratio example (linear form): A shopkeeper mixes two varieties of rice priced Rs 40/kg and Rs 60/kg to get 50 kg of mixture costing Rs 52/kg. Let x = kg of Rs 40 rice, y = kg of Rs 60 rice. Equations: x + y = 50 and 40x + 60y = 52*50 = 2600. Solve: from first y = 50 − x. Substitute: 40x + 60(50 − x) = 2600 → 40x + 3000 − 60x = 2600 → −20x = −400 → x = 20, y = 30.
🧮 Formulas
  1. \[General form of a linear equation in two variables: ax + by + c = 0 (a and b not both zero).\]
  2. \[Standard two-variable form: ax + by = c.\]
  3. \[Slope-intercept form: y = mx + b\]
    \[where slope m = −a/b (for ax + by + c = 0) and y-intercept = −c/b.\]
  4. \[x-intercept (put y = 0): x = c/a (for ax + by = c). y-intercept (put x = 0): y = c/b (for ax + by = c).\]
  5. \[Solution of 2×2 linear system (Cramer's rule): For a1 x + b1 y = c1 a2 x + b2 y = c2 determinant D = a1 b2 − a2 b1\]
    \[If D ≠ 0\]
    \[x = (c1 b2 − b1 c2)/D\]
    \[y = (a1 c2 − c1 a2)/D.\]
  6. \[Geometric interpretation: each linear equation represents a line\]
    \[The point of intersection of two lines (if unique) is the solution (x,y).\]
🔢9

Verification, Discussion and Summary

📐 MATHEMATICAL FORMULA / THEOREM

Verification, Discussion and Summary

Key Point: General form: ax + by + c = 0 (a and b not both 0).

Verification: A pair (x, y) is a solution of a linear equation in two variables if, on substituting x and y in the equation, the equality holds. Example: to verify whether (2, 3) is a solution of 2x + 3y = 13, substitute: 2(2) + 3(3) = 4 + 9 = 13, so (2, 3) is a solution.

Discussion: Key properties of a linear equation in two variables (general form ax + by + c = 0 or ax + by = k):

  • Solutions are ordered pairs (x, y). There are infinitely many solutions—each solution corresponds to a point on a straight line (the graph of the equation).
  • Two points are enough to draw the line: pick any two distinct solutions, plot them and join to get the graph representing all solutions.
  • Special cases: if a = 0 (equation becomes by + c = 0) it is a horizontal line; if b = 0 it is a vertical line.
  • For a system of two linear equations in two variables, there are three possibilities: a unique solution (lines intersect at one point), no solution (parallel lines), or infinitely many solutions (coincident lines).

Summary / Practical points:

  • To verify: substitute candidate (x, y) into the equation and check equality.
  • To graph: rewrite into y = mx + c form (if possible), find intercepts or two convenient points, then draw the line.
  • Intercepts: x-intercept is obtained by putting y = 0; y-intercept by putting x = 0.
  • For two lines a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0, compare ratios a1/a2, b1/b2, c1/c2 to decide intersection/parallel/coincident.
📌 Examples
  • Verification: Check if (2, 3) is a solution of 2x + 3y = 13. Substitute: 2(2) + 3(3) = 13 → true, so (2, 3) is a solution.
  • Infinite solutions: For x + 2y = 6, choose y = 0 → x = 6 gives (6, 0); choose y = 1 → x = 4 gives (4, 1). All such points lie on one line (infinitely many solutions).
  • System with unique solution: Solve x + y = 5 and x - y = 1. Adding gives 2x = 6 → x = 3, then y = 2. The two lines intersect at (3, 2).
  • Parallel lines (no solution): x + 2y = 3 and 2x + 4y = 8. The second is not a scalar multiple of the first (RHS inconsistent), so the lines are parallel and do not meet.
🧮 Formulas
  1. \[General form: ax + by + c = 0 (a and b not both 0).\]
  2. \[Slope-intercept form: y = mx + c\]
    \[where slope m = -a/b (if ax + by + c = 0) and y-intercept = -c/b.\]
  3. \[x-intercept: set y = 0 → x = -c/a (for ax + by + c = 0).\]
  4. \[y-intercept: set x = 0 → y = -c/b (for ax + by + c = 0).\]
  5. \[Condition for two lines a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0: if a1/a2 = b1/b2 ≠ c1/c2 → parallel (no solution)\]
    \[if a1/a2 = b1/b2 = c1/c2 → coincident (infinitely many solutions)\]
    \[otherwise → unique solution (intersecting).\]

Key Concepts

Linear equation in two variables
An equation of degree one in two variables x and y, usually written as ax + by + c = 0 with a and b not both zero.
Variable
A symbol (like x or y) that represents an unknown quantity in an equation.
Coefficient
The numerical factor multiplied by a variable in an expression or equation.
Constant term
A number in an equation that does not multiply a variable (the term c in ax + by + c = 0).
Solution
An ordered pair (x,y) that satisfies a given equation when substituted into it.
Ordered pair
A pair of numbers written as (x,y) representing a point or a solution for two variables.
Graph of an equation
The set of all points (x,y) in the Cartesian plane that satisfy the equation; for a linear equation it is a straight line.
Cartesian plane
A plane formed by two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical) used to plot points (x,y).
Origin
The point (0,0) where the x-axis and y-axis intersect.
Quadrant
One of the four regions of the Cartesian plane separated by the axes, numbered I to IV.
X-intercept
The point where the graph of an equation meets the x-axis (y = 0); written as (a,0).
Y-intercept
The point where the graph of an equation meets the y-axis (x = 0); written as (0,b).
Slope (gradient)
The rate of change of y with respect to x for a line; for two points (x1,y1) and (x2,y2), slope m = (y2 - y1)/(x2 - x1).
Slope-intercept form
Form of a line y = mx + c where m is the slope and c is the y-intercept.
Standard form
General form of a linear equation ax + by + c = 0 used for classification and algebraic manipulations.
Intercept form
Form x/a + y/b = 1 expressing x- and y-intercepts directly as a and b (a and b ≠ 0).
Table of values
A list of chosen x-values and corresponding y-values computed from an equation used to plot its graph.
Point of intersection
A point common to the graphs of two equations; it satisfies both equations simultaneously.
Parallel lines
Two distinct lines in the plane with the same slope that never meet; their equations have proportional coefficients for x and y.
Infinite solutions
A single linear equation in two variables has infinitely many solutions—every point on its graph (the line) is a solution.

Practice Questions

  1. Which of the following is a solution of the equation 2x + 3y = 12? (a) (1, 2) (b) (3, 2) (c) (2, 3) (d) (0, 5) / समीकरण 2x + 3y = 12 का हल कौन-सा है? (a) (1, 2) (b) (3, 2) (c) (2, 3) (d) (0, 5)
    Show answer

    (b) (3, 2) / (b) (3, 2) — 2(3) + 3(2) = 6 + 6 = 12. अत: (3, 2) समीकरण को सन्तुष्ट करता है। / Substituting (3, 2): 2×3 + 3×2 = 12 ✓. Option (a): 2+6=8≠12; (c): 4+9=13≠12; (d): 0+15=15≠12.

  2. The graph of a linear equation in two variables is a (a) curve (b) straight line (c) circle (d) parabola / दो चरों में रैखिक समीकरण का आलेख होता है एक (a) वक्र (b) सरल रेखा (c) वृत्त (d) परवलय
    Show answer

    (b) straight line / (b) सरल रेखा — दो चरों में रैखिक समीकरण ax + by + c = 0 का हल सेट कार्तीय तल में एक सरल रेखा को प्रदर्शित करता है। / Every linear equation in two variables represents a straight line on the Cartesian plane.

  3. How many solutions does a single linear equation in two variables have? (a) Exactly one (b) Exactly two (c) Infinitely many (d) None / दो चरों में एकल रैखिक समीकरण के कितने हल होते हैं? (a) ठीक एक (b) ठीक दो (c) अनंत (d) कोई नहीं
    Show answer

    (c) Infinitely many / (c) अनंत — एक चर को कोई भी मान देने पर दूसरे का मान प्राप्त किया जा सकता है, इसलिए अनंत हल होते हैं। / For any chosen value of x we can find a corresponding y, giving infinitely many ordered pair solutions.

  4. Find the x-intercept and y-intercept of the line 3x + 4y = 12. / रेखा 3x + 4y = 12 के x-अंतःखंड और y-अंतःखंड ज्ञात करें।
    Show answer

    x-intercept = 4, y-intercept = 3. / x-अंतःखंड = 4, y-अंतःखंड = 3. For x-intercept set y = 0: 3x = 12 → x = 4. For y-intercept set x = 0: 4y = 12 → y = 3.

  5. The equation y = 5 represents a ______ line in the Cartesian plane. / कार्तीय तल में समीकरण y = 5 एक ______ रेखा प्रदर्शित करती है।
    Show answer

    Horizontal (क्षैतिज) / Horizontal (क्षैतिज) — y = 5 का अर्थ है y-निर्देशांक सदैव 5 रहता है, इसलिए यह x-अक्ष के समानांतर एक क्षैतिज रेखा है। / y = 5 is a horizontal line (parallel to the x-axis) passing through y = 5.

  6. True or False: The point (2, −1) lies on the line x − 2y = 4. / सत्य या असत्य: बिंदु (2, −1) रेखा x − 2y = 4 पर स्थित है।
    Show answer

    True / सत्य — बाईं ओर: 2 − 2(−1) = 2 + 2 = 4 = दाईं ओर। अत: बिंदु (2, −1) इस रेखा पर है। / Substituting: 2 − 2(−1) = 2 + 2 = 4. The point satisfies the equation, so it lies on the line.

  7. A taxi charges a fixed fee of ₹40 plus ₹12 per km. Write a linear equation relating the total fare y (in ₹) and distance x (in km), and find the fare for 5 km. / एक टैक्सी ₹40 की निश्चित फीस लेती है और ₹12 प्रति किमी। कुल किराया y (₹ में) और दूरी x (किमी में) के बीच एक रैखिक समीकरण लिखें और 5 किमी का किराया ज्ञात करें।
    Show answer

    y = 12x + 40; for x = 5, y = 12(5) + 40 = ₹100. / y = 12x + 40; x = 5 के लिए y = 60 + 40 = ₹100. This is a linear equation in the form y = mx + c where slope m = 12 and y-intercept c = 40.

  8. If two linear equations in two variables have equal slopes but different y-intercepts, what can you say about their graphs? Explain. / यदि दो चरों में दो रैखिक समीकरणों की ढलान समान है लेकिन y-अंतःखंड भिन्न है, तो उनके आलेखों के बारे में क्या कहा जा सकता है?
    Show answer

    The lines are parallel and do not intersect, so there is no common solution (no solution). / रेखाएँ समानांतर हैं और कभी नहीं मिलती, इसलिए उनका कोई उभयनिष्ठ हल नहीं है। Equal slopes mean same steepness; different intercepts confirm they are distinct parallel lines.

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 129 content files · LLOS Learn · browse all chapters