L
LLLOS.ai
Learn
L

Chapter 2 — Linear Equations In One Variable

Class 8 · Mathematics

Overview

This chapter introduces linear equations in one variable — algebraic equations that can be written in the form ax + b = c — and the methods used to solve them. Students learn what variables, constants and coefficients are, how to transform and simplify equations using the balancing principle (inverse operations), and how to handle special cases (no solution, infinitely many solutions). Emphasis is placed on solving equations with variables on both sides, with fractional and decimal coefficients, and on translating word problems into linear equations to model and solve real-life situations. Mastery of these skills builds a foundation for higher algebra and problem solving across mathematics.

Learning Objectives

  • Define a linear equation in one variable and state its general form.
  • Explain the meaning of coefficient, constant term, degree and root of an equation.
  • Identify whether a given equation is linear, an identity, or inconsistent.
  • Translate verbal statements and word problems (ages, consecutive integers, ratios, money) into linear equations.
  • Formulate linear equations from real-life situations and algebraic relations.
  • Solve linear equations using addition, subtraction, multiplication and division properties of equality.
  • Solve linear equations with the variable on both sides and those containing fractional or decimal coefficients.
  • Simplify equations by collecting like terms, expanding brackets and using transposition of terms.

Topics in this chapter

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

🟰1

Introduction to linear equations in one variable

📐 MATHEMATICAL FORMULA / THEOREM

Introduction to linear equations in one variable

Key Point: General form: ax + b = 0 (a ≠ 0).

What is a linear equation in one variable?

A linear equation in one variable is an equation that can be written in the form ax + b = 0, where x is the unknown (variable), and a and b are constants with a ≠ 0. The variable has power 1 (degree 1).

Key characteristics

  • Only one variable appears (for example, x).
  • The highest power of the variable is 1.
  • It has a unique solution when a ≠ 0, or may have no solution or infinitely many solutions in special cases.

How to solve a linear equation — basic steps

  1. Simplify both sides (expand brackets, combine like terms).
  2. Use the properties of equality to isolate the variable: you can add/subtract the same number from both sides or multiply/divide both sides by the same non-zero number.
  3. If the variable appears on both sides, bring all terms with the variable to one side and constants to the other.
  4. Solve for the variable and always check the solution by substituting it into the original equation.

Properties of equality (allowed operations)

  • Add or subtract the same number on both sides.
  • Multiply or divide both sides by the same non-zero number.
  • For equations with fractions, multiply both sides by the LCM of denominators to clear fractions.

Special cases

  • If after simplification you get a false statement like 0 = 5, the equation has no solution.
  • If you get a true identity like 0 = 0 (all terms cancel), the equation has infinitely many solutions.

Meaning on a graph

Rewrite the equation as y = ax + b and plot that line. The solution of ax + b = 0 is the x-intercept of the line (point where y = 0). For equations in one variable you can also represent the final solution on a number line.

📌 Examples
  • 1) Solve 2x - 5 = 11. Steps: 2x = 11 + 5 = 16 ⇒ x = 16/2 = 8. Check: 2(8)-5 = 16-5 = 11 ✓.
  • 2) Solve 3x + 4 = x + 10. Steps: 3x - x = 10 - 4 ⇒ 2x = 6 ⇒ x = 3. Check: 3(3)+4 = 13 and x+10 = 13 ✓.
  • 3) Solve 5(x - 2) = 3x + 4. Steps: 5x -10 = 3x + 4 ⇒ 5x - 3x = 4 + 10 ⇒ 2x = 14 ⇒ x = 7. Check: 5(7-2)=25 and 3(7)+4=25 ✓.
  • 4) Solve (1/2)x + 3 = 7. Steps: (1/2)x = 4 ⇒ x = 4 × 2 = 8. (Or multiply both sides by 2: x + 6 = 14 ⇒ x = 8). Check: 0.5×8+3=7 ✓.
  • 5) Word problem: Priya has some pens. She buys 4 more and then has 12. How many did she have? Let x = initial pens. x + 4 = 12 ⇒ x = 8. Priya had 8 pens.
🧮 Formulas
  1. \[General form: ax + b = 0 (a ≠ 0).\]
  2. \[Solution formula: x = -b / a (for ax + b = 0).\]
  3. \[Transposition (moving a term to the other side): change its sign\]
    \[Example: ax + b = c ⇒ ax = c - b.\]
  4. \[Operations preserving equality: if A = B then A + k = B + k\]
    \[A - k = B - k\]
    \[A·k = B·k (k ≠ 0)\]
    \[A/k = B/k (k ≠ 0).\]
  5. \[To clear fractions: multiply both sides by the LCM of denominators\]
    \[then simplify.\]
⚖️2

Properties of equality and basic operations

📐 MATHEMATICAL FORMULA / THEOREM

Properties of equality and basic operations

Key Point: Addition property: a = b ⇒ a + c = b + c

What is equality? An equality is a statement that two expressions have the same value, written as a = b. The properties of equality tell us what operations we may perform on both sides of an equation without changing its truth.

Basic properties

  • Addition property: If a = b, then a + c = b + c for any number c. Adding the same number to both sides preserves equality.
  • Subtraction property: If a = b, then a − c = b − c for any number c. Subtracting the same number from both sides preserves equality.
  • Multiplication property: If a = b, then a·c = b·c for any number c. Multiplying both sides by the same number preserves equality.
  • Division property: If a = b and c ≠ 0, then a/c = b/c. Dividing both sides by the same nonzero number preserves equality.
  • Transitive property: If a = b and b = c, then a = c.
  • Substitution principle: If a = b, then one can replace a by b in any expression or equation.

Why these hold (intuition)
Think of an equality as a balanced scale. If both pans balance, adding/removing the same weight, or scaling both pans by the same factor (except zero) keeps the balance. That is the intuition behind these properties.

Using properties to solve linear equations
To solve an equation for a variable, perform inverse operations in a way that keeps both sides equal: (1) remove/add constants (use addition/subtraction property), (2) remove coefficients (use multiplication/division property). Always do the same operation to both sides and check the solution by substitution.

Important cautions

  • Never divide by 0. Division property requires the divisor ≠ 0.
  • When multiplying or dividing by a negative number, the equality remains true; for inequalities the direction changes, but that does not apply here.
  • Operations must be applied to both sides of the equation to preserve equality.
📌 Examples
  • Example 1 (simple): Solve 3x + 5 = 20. Subtract 5 from both sides: 3x = 15. Divide both sides by 3: x = 5. Check: 3·5 + 5 = 20 ✓.
  • Example 2 (negative coefficient): Solve -2x + 7 = 1. Subtract 7: -2x = -6. Divide by -2: x = 3. Check: -2·3 + 7 = 1 ✓.
  • Example 3 (fraction): Solve x/3 + 4 = 9. Subtract 4: x/3 = 5. Multiply both sides by 3: x = 15. Check: 15/3 + 4 = 9 ✓.
  • Example 4 (distribute then solve): Solve 4(x − 2) = 12. Expand or divide first: 4x − 8 = 12 → 4x = 20 → x = 5. Check: 4(5 − 2) = 12 ✓.
  • Real-life example (recipe): A recipe for 4 people uses 300 g flour. For one person use 300/4 = 75 g. If x grams are needed per person and total is 600 g: 4x = 600 → x = 150 g. The same operation applied to both sides gives the per-person amount.
  • Real-life example (money sharing): Two friends have equal amounts. If each gives 50 to a third friend, equality remains: a = b → a − 50 = b − 50. If they both double their money, equality remains: 2a = 2b.
🧮 Formulas
  1. \[Addition property: a = b ⇒ a + c = b + c\]
  2. \[Subtraction property: a = b ⇒ a − c = b − c\]
  3. \[Multiplication property: a = b ⇒ a·c = b·c\]
  4. \[Division property: a = b and c ≠ 0 ⇒ a/c = b/c\]
  5. \[Transitive property: a = b and b = c ⇒ a = c\]
  6. \[Substitution: if a = b then replace a by b in any expression\]
🟰3

Solving simple linear equations

📐 MATHEMATICAL FORMULA / THEOREM

Solving simple linear equations

Key Point: General form: ax + b = c. Solution: x = (c − b)/a, provided a ≠ 0.

What is a linear equation in one variable? A linear equation in one variable is an equation that can be written in the form ax + b = c, where x is the unknown, and a, b, c are known numbers with a ≠ 0. The highest power of x is 1.

Goal: Find the value of x that makes the equation true.

Basic idea (balancing method): An equation is like a balanced scale. Whatever you do to one side must be done to the other side to keep it balanced. Use inverse operations to isolate x:

  • Add or subtract the same number from both sides to remove constant terms.
  • Multiply or divide both sides by the same nonzero number to remove coefficients of x.

Steps to solve ax + b = c (standard procedure):

  1. Subtract b from both sides: ax = c − b.
  2. Divide both sides by a: x = (c − b)/a.

Other common cases:

  • If variable appears on both sides, collect x-terms on one side: ax + b = dx + e ⇒ (a − d)x = e − b ⇒ x = (e − b)/(a − d), provided a ≠ d.
  • If there are fractions, multiply both sides by the least common denominator (LCD) first to remove denominators.
  • Special outcomes: If simplification leads to a true statement like 0 = 0, the equation is an identity (infinitely many solutions). If it leads to a false statement like 0 = 5, there is no solution (inconsistent).

Checking: Always substitute the found value of x back into the original equation to verify it satisfies the equation.

📌 Examples
  • Example 1 (simple): x + 7 = 15. Subtract 7 from both sides: x = 15 − 7 = 8. Check: 8 + 7 = 15.
  • Example 2 (coefficient): 3x = 24. Divide both sides by 3: x = 24/3 = 8. Check: 3·8 = 24.
  • Example 3 (variable both sides): 2(x − 3) = x + 7. Expand: 2x − 6 = x + 7. Subtract x: x − 6 = 7. Add 6: x = 13. Check: 2(13−3)=20 and 13+7=20.
  • Example 4 (fractions): (x/4) + 5 = 11. Subtract 5: x/4 = 6. Multiply by 4: x = 24. Check: 24/4 + 5 = 6 + 5 = 11.
  • Real-life Example 1 (money): A notebook costs Rs 12. If 5 notebooks and one pen cost Rs 62, find the price of the pen. Equation: 5·12 + p = 62 ⇒ 60 + p = 62 ⇒ p = 2. The pen costs Rs 2.
  • Real-life Example 2 (sharing): A group shares Rs 180 equally. If each person gets Rs x and there are 9 people, 9x = 180 ⇒ x = 20. Each person gets Rs 20.
🧮 Formulas
  1. \[General form: ax + b = c\]
    \[Solution: x = (c − b)/a\]
    \[provided a ≠ 0.\]
  2. \[Variables on both sides: ax + b = dx + e ⇒ (a − d)x = e − b ⇒ x = (e − b)/(a − d) if a ≠ d.\]
  3. \[When equation has ax = b\]
    \[divide: x = b/a (a ≠ 0).\]
  4. \[To clear fractions: multiply both sides by LCM of denominators\]
    \[then solve the resulting linear equation.\]
  5. \[Transposition rule (shortcut language): Move a term to the other side and change its sign — this is just adding/subtracting the same term from both sides.\]
🟰4

Equations with variable on both sides

📐 MATHEMATICAL FORMULA / THEOREM

Equations with variable on both sides

Key Point: If ax + b = cx + d and a ≠ c, then x = (d − b) / (a − c).

What it means: An equation with the variable on both sides is a linear equation where the unknown (usually x) appears in terms on both the left and the right side of the equals sign, for example 2x + 3 = x + 7. The goal is to find the value(s) of x that make the equality true.

General form and short method: A general linear equation with variable on both sides can be written as ax + b = cx + d. To solve, collect all x-terms on one side and constants on the other:

  1. Subtract (or add) terms to get all x-terms together: (a - c)x = d - b.
  2. If a - c ≠ 0, divide both sides by a - c to get x = (d - b)/(a - c).

Special cases:

  • If a - c = 0 and d - b = 0, then both sides are identical for every x; there are infinitely many solutions (identity).
  • If a - c = 0 but d - b ≠ 0, then no value of x will satisfy the equation; there is no solution (contradiction).

Steps to solve (practical):

  1. Simplify both sides (remove parentheses, combine like terms).
  2. Move variable terms to one side (use +/− same term on both sides).
  3. Move constants to the opposite side.
  4. Combine like terms and divide by the coefficient of x (if nonzero).
  5. Check by substituting back into the original equation.

Checking and pitfalls: Always check the solution in the original equation. Do not divide by an expression that could be zero. Keep operations balanced by doing same operation on both sides.

📌 Examples
  • Simple algebraic: Solve 2x + 3 = x + 7. Subtract x from both sides: x + 3 = 7. Subtract 3: x = 4. Check: 2(4)+3 = 11 and 4+7 = 11, OK.
  • General formula use: Solve 5x - 2 = 2x + 10. Move x-terms: 5x - 2x = 10 + 2 → 3x = 12 → x = 4.
  • No solution case: Solve 3x + 5 = 3x - 1. Subtract 3x: 5 = -1, which is false. So there is no solution (contradiction).
  • Infinite solutions case: Solve 4(x - 1) = 4x - 4. Simplify left: 4x - 4 = 4x - 4 → identity, so every real number x is a solution (infinitely many).
  • Real-life example 1 (pens): A shop sells pen sets. Set A costs 2x + 50 rupees (x = number of pens) and Set B costs x + 100 rupees. For what x do they cost the same? Solve 2x + 50 = x + 100 → x = 50. So when each set has 50 pens, the total costs match.
  • Real-life example 2 (age): Two friends' ages satisfy: (3 years from now) 2(a + 3) = (b + 3) + 9, and now a = current age of A, b of B. Rearranging gives an equation with both ages on both sides; solve for one age if the other is known.
🧮 Formulas
  1. \[If ax + b = cx + d and a ≠ c\]
    \[then x = (d − b) / (a − c).\]
  2. \[Properties of equality used: you may add\]
    \[subtract\]
    \[multiply or divide both sides of an equation by the same nonzero number without changing the equality.\]
  3. \[Special-case recognition: if a = c and b = d → infinitely many solutions\]
    \[if a = c and b ≠ d → no solution.\]
🟰5

Equations involving parentheses (brackets)

📐 MATHEMATICAL FORMULA / THEOREM

Equations involving parentheses (brackets)

Key Point: Distributive property: a(b + c) = ab + ac

An equation involving parentheses (brackets) is a linear equation in which one or more terms are grouped inside parentheses or other brackets, for example 3(x + 2) = 15 or 2[3x - (x + 4)] = 10. To solve such equations we use the distributive property to remove brackets, collect like terms, and then isolate the variable.

  • Types of brackets: (), [], {} — they all indicate grouping. Work from the innermost brackets outward when brackets are nested.
  • Distributive property (key tool): a(b + c) = ab + ac and a(b - c) = ab - ac. Use this to expand expressions inside brackets.
  • Steps to solve:
    1. Remove brackets by expansion using the distributive law (or by factoring if convenient).
    2. Simplify each side: combine like terms and clear any parentheses left from negatives.
    3. Bring variable terms to one side and constants to the other (use addition/subtraction).
    4. Divide (or multiply) to get the variable alone.
    5. Check the solution by substituting it back into the original equation.
  • Common mistakes: forgetting to distribute a negative sign, distributing incorrectly when there are nested brackets, or failing to check the solution at the end.

Example strategy for nested brackets: first simplify the innermost parentheses, then expand outward. When the same expression appears on both sides, you may factor it to simplify the equation.

📌 Examples
  • Example 1 (simple expansion): 3(x + 2) = 15. Expand: 3x + 6 = 15. Subtract 6: 3x = 9. Divide by 3: x = 3. Check: 3(3 + 2) = 3*5 = 15 ✓.
  • Example 2 (nested brackets): 2[3x - (x + 4)] = 10. First simplify inner bracket: 3x - (x + 4) = 3x - x - 4 = 2x - 4. Now expand outer: 2(2x - 4) = 4x - 8. So 4x - 8 = 10. Add 8: 4x = 18. Divide by 4: x = 18/4 = 9/2 = 4.5. Check by substitution to verify.
  • Example 3 (real-life — pens in boxes): Four boxes contain (x + 3) pens each and together they have 68 pens. Equation: 4(x + 3) = 68. Expand: 4x + 12 = 68. Subtract 12: 4x = 56. Divide: x = 14. So each box has 14 + 3 = 17 pens? (Check: x is the extra pens, so x = 14 is correct for the intended model.)
  • Example 4 (real-life — shared cost): Three friends share the cost of items; each pays (x + 5) rupees and the total paid is 24 rupees. Equation: 3(x + 5) = 24. Expand: 3x + 15 = 24. Subtract 15: 3x = 9. x = 3. Each friend paid 3 + 5 = 8 rupees.
  • Example 5 (factor then solve): Solve x + 2(x + 3) = 5(x - 1). Expand: x + 2x + 6 = 5x - 5. Simplify: 3x + 6 = 5x - 5. Bring x terms left: 6 + 5 = 5x - 3x → 11 = 2x. So x = 11/2 = 5.5.
🧮 Formulas
  1. \[Distributive property: a(b + c) = ab + ac\]
  2. \[Distributive property (subtraction): a(b - c) = ab - ac\]
  3. \[Removing common factor: ab + ac = a(b + c) (useful when factoring)\]
  4. \[General linear equation form after expansion: ax + b = cx + d → (a - c)x = d - b → x = (d - b)/(a - c)\]
    \[provided a ≠ c\]
  5. \[Check solution by substitution into original equation to avoid sign/distribution errors\]
6

Equations involving fractions and decimals

📐 MATHEMATICAL FORMULA / THEOREM

Equations involving fractions and decimals

Key Point: General linear form: ax + b = 0 ⇒ x = -b / a (a ≠ 0).

What this topic means

An equation involving fractions and/or decimals is a linear equation in one variable where terms contain fractional numbers (like 2/3) or decimals (like 0.75). The goal is the same as any linear equation: isolate the variable and find its numerical value.

General strategy — fractions

  1. Write the equation clearly and identify all denominators.
  2. Find the least common multiple (LCM) of the denominators.
  3. Multiply every term on both sides of the equation by the LCM to clear denominators; this gives an equivalent equation with integers.
  4. Solve the resulting linear equation (bring variable terms together, isolate the variable).
  5. Check the solution by substituting it back into the original equation.

General strategy — decimals

  1. Count the maximum number of decimal places (say n) among all terms.
  2. Multiply every term on both sides by 10^n to convert decimals to integers.
  3. Solve the resulting integer linear equation and check the solution in the original equation (or after converting back to decimals).

Mixed fractions and decimals

Either convert decimals to fractions (or fractions to decimals), or use a combined approach: clear denominators (using LCM) and remove decimals (multiply by 10^n). Always perform the same multiplication on both sides to keep the equation equivalent.

Important checks and cautions

  • Never divide or multiply by an expression that could be zero unless you check that case separately (for linear one-variable equations this typically means avoid dividing by the variable if it could be zero).
  • Always substitute your solution into the original equation to verify (especially when clearing denominators).
📌 Examples
  • Example 1 (fractions): Solve (2/3)x - 5/4 = 1/6. Step 1: Denominators 3, 4, 6 → LCM = 12. Step 2: Multiply both sides by 12: 12*(2/3)x - 12*(5/4) = 12*(1/6) → 8x - 15 = 2. Step 3: 8x = 17 → x = 17/8 = 2.125. Check: (2/3)*17/8 - 5/4 = 34/24 - 5/4 = 17/12 - 15/12 = 2/12 = 1/6 ✓
  • Example 2 (decimals): Solve 0.25x + 1.6 = 2.95. Step 1: Maximum decimal places = 2 → multiply both sides by 100: 25x + 160 = 295. Step 2: 25x = 135 → x = 135/25 = 27/5 = 5.4. Check: 0.25*5.4 + 1.6 = 1.35 + 1.6 = 2.95 ✓
  • Example 3 (mixed): Solve x/2 + 0.75 = 1/3. Step 1: Convert 0.75 to fraction: 0.75 = 3/4. Equation: x/2 + 3/4 = 1/3. Step 2: Denominators 2, 4, 3 → LCM = 12. Multiply by 12: 6x + 9 = 4. Step 3: 6x = -5 → x = -5/6 ≈ -0.8333. Check by substitution to confirm ✓
🧮 Formulas
  1. \[General linear form: ax + b = 0 ⇒ x = -b / a (a ≠ 0).\]
  2. \[To clear fractions: multiply both sides by LCM of all denominators to obtain integer coefficients.\]
  3. \[To clear decimals: multiply both sides by 10^n where n is the maximum number of decimal places present.\]
  4. \[Convert decimal to fraction: 0.ab... = integer / 10^n\]
    \[then simplify (use this when convenient).\]
  5. \[After clearing denominators/decimals\]
    \[use algebraic rules (collect like terms\]
    \[transpose\]
    \[divide) and always check by substitution.\]
🟰7

Equations reducible to linear form

📐 MATHEMATICAL FORMULA / THEOREM

Equations reducible to linear form

Key Point: Standard linear form: ax + b = 0. Solution: x = -b/a (for a ≠ 0).

What it means
An equation is called reducible to linear form when it is not written as ax + b = 0 at first, but can be transformed into this standard linear form by simple algebraic operations (expanding brackets, clearing fractions, cross‑multiplication or substitution). Once reduced, it can be solved by the usual method for linear equations.

General steps to reduce and solve

  1. Simplify both sides: expand brackets and collect like terms.
  2. If there are fractions, multiply both sides by the least common denominator (LCD) to remove denominators. (Be careful about values that make denominators zero.)
  3. If you have a proportion or a simple rational equation, apply cross‑multiplication when appropriate.
  4. Bring all x‑terms to one side and constants to the other, factor if needed, and reduce to ax + b = 0.
  5. Solve x = -b/a (provided a ≠ 0) and check any domain restrictions (e.g., denominators not zero).

Important caution: If you multiply both sides by an expression that may be zero for some x (for example, a denominator containing x), mention and exclude those values before finalizing the solution. Multiplying can introduce extraneous solutions.

Short example (illustration)
Solve 3(2x - 4) = 5 - x.
Expand: 6x - 12 = 5 - x. Collect x: 6x + x = 5 + 12 = 17. So 7x = 17 and x = 17/7.

📌 Examples
  • Example 1 (brackets): Solve 3(2x - 4) = 5 - x. Expand: 6x - 12 = 5 - x → 6x + x = 5 + 12 → 7x = 17 → x = 17/7.
  • Example 2 (fractions): Solve (2x + 3)/5 = x + 7. Multiply both sides by 5: 2x + 3 = 5x + 35 → 2x - 5x = 35 - 3 → -3x = 32 → x = -32/3.
  • Example 3 (rational reducible by cross‑multiplication): Solve (x + 2)/(x - 1) = 3. Note x ≠ 1. Cross‑multiply: x + 2 = 3(x - 1) → x + 2 = 3x - 3 → 2 + 3 = 3x - x → 5 = 2x → x = 5/2. (x = 1 is excluded; 5/2 is valid.)
🧮 Formulas
  1. \[Standard linear form: ax + b = 0\]
    \[Solution: x = -b/a (for a ≠ 0).\]
  2. \[Clear fractions: multiply both sides by LCD to eliminate denominators.\]
  3. \[Cross‑multiplication (proportion): If A/B = C/D and B\]
    \[D ≠ 0\]
    \[then AD = BC.\]
  4. \[If (ax + b)/(cx + d) = k (k is constant)\]
    \[then ax + b = k(cx + d) → (a - kc)x + (b - kd) = 0 → x = (kd - b)/(a - kc)\]
    \[provided a - kc ≠ 0 and cx + d ≠ 0 for solution.\]
🧴8

Special cases: no solution and infinitely many solutions

📐 MATHEMATICAL FORMULA / THEOREM

Special cases: no solution and infinitely many solutions

Key Point: General simplified form: A x = B

What the topic is about
When we solve linear equations in one variable, we usually get one value for the variable. But two special outcomes are possible after simplifying an equation:

  • No solution (inconsistent): The equation simplifies to a contradiction such as 0 = non-zero (for example, 0 = 5). This means there is no value of the variable that can make the equation true.
  • Infinitely many solutions (identity): The equation simplifies to a true statement like 0 = 0. This means every value of the variable satisfies the equation.

How to detect these cases (general approach)
1. Expand brackets and simplify both sides. 2. Collect the terms containing the variable on one side and constants on the other. 3. You obtain an equation of the form A x = B.

  • If A ≠ 0, there is exactly one solution x = B/A.
  • If A = 0 and B ≠ 0, we get 0 = B (B ≠ 0) → no solution.
  • If A = 0 and B = 0, we get 0 = 0 → infinitely many solutions.

Equivalent condition for two linear expressions
For equations of the form a x + b = c x + d, bring x-terms together to get (a - c)x = d - b. Then apply the same test on coefficient (a - c) and constant (d - b).

Interpretation on graphs
Treat the left and right sides as two straight lines y = a x + b and y = c x + d in the xy-plane. If the lines are:

  • Intersecting at one point → one solution (x-coordinate of intersection).
  • Parallel (same slope, different intercepts) → no solution.
  • Coincident (exactly the same line) → infinitely many solutions.

📌 Examples
  • Example 1 — No solution: 2x + 3 = 2x + 5. Subtract 2x from both sides: 3 = 5, which is false. So the equation has no solution.
  • Example 2 — Infinitely many solutions: 4(x - 1) = 4x - 4. Expand left: 4x - 4 = 4x - 4. Subtract 4x: -4 = -4 (true). So the equation is always true for every x — infinitely many solutions.
  • Example 3 — Using 0 coefficient: 0·x = 7. This gives 0 = 7, impossible, so no solution.
  • Example 4 — Using 0 coefficient: 0·x = 0. This gives 0 = 0, always true, so infinitely many solutions.
  • Real-life example — No solution: Two stores post conflicting, fixed policies that cannot both be true. Suppose policy A says "delivery starts at 9 AM" and policy B (for the same route and day) says "delivery starts at 10 AM" but both claim to be the only schedule — if you model a single start time x and get 9 = 10 after simplifying, there is no possible start time that satisfies both policies simultaneously.
  • Real-life example — Infinitely many solutions: Two different wordings of the same rule. For example, one instruction says "give 3 apples to each child" and another says "each child gets three apples" — when modeled they reduce to the same equation, so any assignment satisfying one satisfies the other (their conditions are identical).
🧮 Formulas
  1. \[General simplified form: A x = B\]
  2. \[If A ≠ 0 then unique solution x = B / A\]
  3. \[If A = 0 and B ≠ 0 then no solution (contradiction)\]
  4. \[If A = 0 and B = 0 then infinitely many solutions (identity)\]
  5. \[For a x + b = c x + d\]
    \[rewrite as (a - c) x = d - b and apply the above rules\]
🧴9

Verification and checking solutions

📐 MATHEMATICAL FORMULA / THEOREM

Verification and checking solutions

Key Point: Standard linear form: ax + b = 0 → x = -b / a (valid if a ≠ 0).

What it means
Verification and checking of solutions means confirming that a number obtained after solving an equation really satisfies the original equation. For a linear equation in one variable, after finding x = value, we substitute this value into the original equation and see whether the left-hand side (LHS) equals the right-hand side (RHS).

Why it is important
Mistakes in algebraic manipulation (sign errors, wrong simplification, illegal division by zero) can give wrong answers. Verification catches these errors. It also helps handle special cases like no solution or infinitely many solutions.

Step-by-step checking procedure

  • 1. Solve the equation to get a candidate solution(s).
  • 2. Substitute the candidate value into the original equation exactly as given (do not use the rearranged form only).
  • 3. Simplify both sides. If LHS = RHS, the value is a valid solution.
  • 4. If any algebraic step used division, make sure you did not divide by zero; check coefficients that could be zero (0x = 0 or 0x = c).

Special cases

  • If substitution gives a true statement like 0 = 0, the equation is an identity and has infinitely many solutions (every real number is a solution).
  • If substitution gives a false statement like 0 = 5, the equation has no solution.

Quick tips

  • Always check by substituting into the original equation, not a changed form that may hide domain restrictions.
  • Use the balance idea: every operation performed on one side must be performed on the other to preserve equality.

Worked verification example (illustrative)
Solve and verify: 2(x + 3) = x + 11.
Solution steps: 2x + 6 = x + 11 → 2x - x = 11 - 6 → x = 5. Verification: Substitute x = 5 into original: 2(5 + 3) = 5 + 11 → 2(8) = 16 → 16 = 16, so x = 5 is correct.

📌 Examples
  • Simple equation: Solve 3x - 5 = 16. Found x = 7. Verify: 3(7) - 5 = 21 - 5 = 16, equals RHS, so correct.
  • Variable both sides: Solve 4x + 2 = 2x + 10. Solution x = 4. Verify: 4(4)+2 = 18 and 2(4)+10 = 18, so valid.
  • No solution / infinite: 0x = 5 gives 0 = 5 (false) so no solution. 0x = 0 gives 0 = 0 (true) so infinitely many solutions.
  • Real-life: If 50x + 200 = 1000 (cost model), solve x = 16. Verify by substitution: 50(16) + 200 = 800 + 200 = 1000, matches budget.
🧮 Formulas
  1. \[Standard linear form: ax + b = 0 → x = -b / a (valid if a ≠ 0).\]
  2. \[Preserving equality: If A = B then A + c = B + c\]
    \[A - c = B - c\]
    \[A·k = B·k (for any k)\]
    \[A / k = B / k (only if k ≠ 0).\]
  3. \[Verification rule: After solving for x = s\]
    \[substitute into original equation\]
    \[if LHS(s) = RHS(s) then s is a solution.\]
  4. \[Special cases: If after simplification you get 0 = c (c ≠ 0) → no solution\]
    \[if 0 = 0 → infinitely many solutions.\]
🧴10

Formulation and solution of word problems

📐 MATHEMATICAL FORMULA / THEOREM

Formulation and solution of word problems

Key Point: General linear equation in one variable: ax + b = 0. Solution: x = -b/a (a ≠ 0).

What it means
Formulation and solution of word problems means translating a real-life situation into a linear equation in one variable, solving the equation, and interpreting the result in the context of the problem.

Steps to solve

  1. Read carefully: Understand what is asked and the quantities given.
  2. Choose a variable: Let one unknown be x (or any letter). State clearly what x represents (for example, x = Raj's present age).
  3. Translate to an equation: Use relationships given in words to form an equation. Replace phrases like 'sum', 'difference', 'product', 'increased by', 'decreased by', 'times', 'per' with +, −, ×, ÷, etc.
  4. Solve the equation: Use algebraic operations (collect like terms, transpose, multiply/divide) to find x.
  5. Check and interpret: Substitute back into the original statement to check; give the answer with units and context.

Common modelling hints
- Use n, n+1, n+2 for consecutive integers; n, n+2 for consecutive even/odd integers.
- For ages, phrases like '5 years hence' mean add 5: (x+5). '5 years ago' means (x−5).
- For money problems, keep currency units consistent.
- For distance-speed-time with constant speed, use distance = speed × time and form linear equations when one variable remains unknown.

Checking and units
Always check the solution in the original wording and ensure the result is reasonable (ages non-negative, integers when required, etc.).

📌 Examples
  • 1) Age problem: 'Sunita is 8 years older than Rina. The sum of their ages is 40. Find their ages.' Let Rina's age = x. Then Sunita = x + 8. Equation: x + (x + 8) = 40 → 2x + 8 = 40 → 2x = 32 → x = 16. Rina = 16 years, Sunita = 24 years. Check: 16 + 24 = 40.
  • 2) Consecutive integers: 'Find two consecutive integers whose sum is 89.' Let the smaller integer = n. Next integer = n + 1. Equation: n + (n + 1) = 89 → 2n + 1 = 89 → 2n = 88 → n = 44. Integers: 44 and 45. Check: 44 + 45 = 89.
  • 3) Money/shopping problem: 'A pencil costs Rs 3 less than a pen. If together they cost Rs 33, find the price of each.' Let price of pen = x. Pencil = x - 3. Equation: x + (x - 3) = 33 → 2x - 3 = 33 → 2x = 36 → x = 18. Pen = Rs 18, pencil = Rs 15. Check: 18 + 15 = 33.
  • 4) Distance-time (linear situation): 'A cyclist covers a certain distance in 3 hours at a steady speed. If speed is increased by 2 km/h he takes 2 hours. Find the distance.' Let speed = v km/h. Time at speed v: 3 h, so distance = 3v. Time at speed (v + 2): 2 h, distance = 2(v + 2). Equate distances: 3v = 2(v + 2) → 3v = 2v + 4 → v = 4 km/h. Distance = 3v = 12 km. Check: at 6 km/h (4+2) it takes 2 h: 6×2 = 12 km.
🧮 Formulas
  1. \[General linear equation in one variable: ax + b = 0\]
    \[Solution: x = -b/a (a ≠ 0).\]
  2. \[Transposition rules: you may add/subtract the same number to/from both sides\]
    \[multiply/divide both sides by the same non-zero number.\]
  3. \[Consecutive integers: n\]
    \[n+1\]
    \[n+2, ...\]
    \[consecutive even/odd: n\]
    \[n+2\]
    \[n+4, ...\]
  4. \[Distance-speed-time relation: distance = speed × time. (Use to make linear equations when one unknown remains.)\]
  5. \[Clear fractions by multiplying both sides by the least common multiple (LCM) of denominators before solving.\]
🔢11

Problem-solving strategies and tips

📐 MATHEMATICAL FORMULA / THEOREM

Problem-solving strategies and tips

Key Point: General linear equation: ax + b = 0. Solution: x = -b/a (a ≠ 0).

What this topic covers
Problem-solving strategies for linear equations in one variable teach how to convert word problems into an equation of the form ax + b = 0 (or more generally, expressions with x on both sides), solve for x, and check the answer. The aim is to develop systematic steps so you can solve any one-variable linear problem correctly and quickly.

Step-by-step strategy

  • 1. Read and understand: Read the problem twice. Identify what is asked and what information is given. Look for keywords (total, more than, less than, twice, thrice, difference, per).
  • 2. Choose a variable: Let x denote the unknown quantity. Write exactly what x represents (e.g., let x = the number of pens).
  • 3. Translate to an equation: Convert sentences to algebraic expressions and form an equation using equality or relationships described in the problem.
  • 4. Simplify both sides: Expand brackets, combine like terms, and bring like terms together (collect x-terms on one side and constants on the other).
  • 5. Solve for x: Use inverse operations (add/subtract, multiply/divide) to isolate x. Keep the equation balanced: perform the same operation on both sides.
  • 6. Check and interpret: Substitute the obtained value back into the original statement to verify. Make sure the solution makes sense in context (e.g., non-negative ages).

Helpful tips and shortcuts

  • Estimate first: Quickly estimate the answer to spot calculation errors later.
  • Clear fractions early: Multiply both sides by the LCM of denominators to avoid fractional arithmetic.
  • Use the balance model: Visualize the equation as a balance scale — whatever you do to one side, do to the other.
  • Move x-terms together: If x appears on both sides, subtract or add to move all x terms to one side before simplifying.
  • Watch for special cases: If after simplification you get 0x = c (c ≠ 0) → no solution; if 0x = 0 → infinitely many solutions.
  • Clear parentheses carefully: Distribute negative signs correctly when removing brackets.
  • Check domain constraints: Some problems require integer or positive solutions only; discard extraneous answers that violate these.

Visual aids
Use diagrams (bar models), number lines, and simple graphs to understand and check solutions. A straight-line graph of y = ax + b helps find the x-intercept (where y = 0) which is the solution of ax + b = 0.

📌 Examples
  • Example 1 — Money sharing: Ravi had some money. He spent 120 and now has one-fourth of what he had. Find how much he had. Let x = original money. After spending 120 he has x - 120 = x/4. Solve: x - 120 = x/4 → multiply by 4: 4x - 480 = x → 3x = 480 → x = 160. Check: 160 - 120 = 40, and 160/4 = 40. So original money = 160.
  • Example 2 — Age problem: A mother's age is 5 times her daughter's age. After 8 years, she will be 3 times as old as the daughter. Find current ages. Let d = daughter's present age, m = 5d. After 8 years: m + 8 = 3(d + 8). Substitute m = 5d: 5d + 8 = 3d + 24 → 2d = 16 → d = 8. Daughter = 8 years, mother = 40 years.
  • Example 3 — Buying notebooks: A notebook costs ₹x. If Priya buys 3 notebooks and a pen for ₹62 and the pen costs ₹8, find x. Equation: 3x + 8 = 62 → 3x = 54 → x = 18. Notebook costs ₹18.
  • Example 4 — Clearing fractions: (x/3) + 5 = 11. Multiply both sides by 3 to clear denominators: x + 15 = 33 → x = 18. Always multiply by LCM to avoid mistakes with fractions.
  • Example 5 — Variable on both sides: Solve 4x - 7 = 2x + 9. Move 2x across: 4x - 2x = 9 + 7 → 2x = 16 → x = 8. Check by substitution: 4(8)-7=25 and 2(8)+9=25.
🧮 Formulas
  1. \[General linear equation: ax + b = 0\]
    \[Solution: x = -b/a (a ≠ 0).\]
  2. \[If ax + b = cx + d then (a - c)x = d - b → x = (d - b)/(a - c) provided a ≠ c.\]
  3. \[To clear fractions: multiply both sides by LCM of denominators before simplifying.\]
  4. \[Operations rule: If A = B\]
    \[then A ± k = B ± k and A·k = B·k (for nonzero k)\]
    \[Always perform same operation on both sides.\]
  5. \[Special cases: 0x = c (c ≠ 0) → no solution\]
    \[0x = 0 → infinitely many solutions.\]

Key Concepts

Variable
A symbol (usually a letter) that represents an unknown number in an equation.
Constant
A fixed number that does not change its value in an expression or equation.
Coefficient
The numerical factor multiplying a variable in a term.
Linear equation in one variable
An equation that can be written in the form ax + b = 0 where a and b are constants and a ≠ 0; the variable has power 1.
Degree (of an equation)
The highest power (exponent) of the variable in the equation. For a linear equation it is 1.
Like terms
Terms that have the same variable(s) raised to the same power(s); they can be combined by addition or subtraction.
Unlike terms
Terms that have different variables or same variables with different powers and cannot be directly combined.
Linear expression
An algebraic expression of degree one, typically of the form ax + b.
Standard form
A common way to write a linear equation as ax + b = 0 (or ax + b = c rearranged to this form).
Balance method
Solving equations by performing the same operation on both sides to keep the equality true.
Transposition
Moving a term from one side of an equation to the other by changing its sign.
Inverse operation
The operation that reverses the effect of another operation (e.g., subtraction is inverse of addition).
Solution (or root) of an equation
A number which, when substituted for the variable, makes the equation true.
Verification
Checking whether a found value of the variable actually satisfies the original equation by substitution.
Identity
An equation that is true for all values of the variable (infinitely many solutions).
Contradiction (No solution)
An equation that is false for every value of the variable; it has no solution.
Extraneous root
A value obtained while solving (usually after manipulations like multiplication) that does not satisfy the original equation.
Rational equation
An equation in which the variable appears in the denominator of a fraction.
Cross-multiplication
A method to solve equations of the form A/B = C/D by multiplying across to get AD = BC.
Substitution (method)
Replacing the variable by a number or expression to solve or verify an equation.

Practice Questions

  1. The general form of a linear equation in one variable is: (a) ax² + bx + c = 0 (b) ax + b = 0, where a ≠ 0 (c) ax + by = c (d) a/x + b = 0 / एक चर में रैखिक समीकरण का सामान्य रूप है: (a) ax² + bx + c = 0 (b) ax + b = 0, जहाँ a ≠ 0 (c) ax + by = c (d) a/x + b = 0
    Show answer

    (b) ax + b = 0, where a ≠ 0 / ax + b = 0, जहाँ a ≠ 0 — A linear equation in one variable has the variable with degree (power) 1, and the general form is ax + b = 0. / एक चर में रैखिक समीकरण में चर की घात 1 होती है, और सामान्य रूप ax + b = 0 है।

  2. Solve: 3x + 5 = 20. The value of x is ________. / हल करें: 3x + 5 = 20. x का मान ________ है।
    Show answer

    x = 5 — Subtract 5 from both sides: 3x = 15; then divide by 3: x = 5. Verification: 3(5) + 5 = 20. ✓ / दोनों ओर से 5 घटाएँ: 3x = 15; फिर 3 से विभाजित करें: x = 5। जाँच: 3(5) + 5 = 20. ✓

  3. If after simplifying a linear equation we get 0 = 5, the equation has: (a) infinitely many solutions (b) exactly one solution (c) no solution (d) two solutions / यदि किसी रैखिक समीकरण को सरल करने के बाद 0 = 5 प्राप्त हो, तो समीकरण का: (a) अनंत हल हैं (b) ठीक एक हल है (c) कोई हल नहीं है (d) दो हल हैं
    Show answer

    (c) no solution / कोई हल नहीं है — A false statement like 0 = 5 (a contradiction) means there is no value of the variable that satisfies the equation. / 0 = 5 जैसा असत्य कथन (अंतर्विरोध) का अर्थ है कि चर का कोई भी मान समीकरण को संतुष्ट नहीं करता।

  4. To solve an equation with fractions, we multiply both sides by the ________ of the denominators. / भिन्न वाले समीकरण को हल करने के लिए, हम दोनों पक्षों को हरों के ________ से गुणा करते हैं।
    Show answer

    LCM (Least Common Multiple) / लघुत्तम समापवर्त्य (LCM) — Multiplying by the LCM clears all denominators, converting the equation to one with integers, which is easier to solve. / LCM से गुणा करने पर सभी हर समाप्त हो जाते हैं, जिससे समीकरण पूर्णांकों वाली हो जाती है और हल करना आसान होता है।

  5. Solve: 2(x − 3) = x + 7. What is x? (a) 10 (b) 13 (c) 7 (d) 1 / हल करें: 2(x − 3) = x + 7. x का मान क्या है? (a) 10 (b) 13 (c) 7 (d) 1
    Show answer

    (b) 13 — Expand: 2x − 6 = x + 7; subtract x: x − 6 = 7; add 6: x = 13. Check: 2(13−3)=20 and 13+7=20. ✓ / विस्तार करें: 2x − 6 = x + 7; x घटाएँ: x − 6 = 7; 6 जोड़ें: x = 13। जाँच: 2(13−3)=20 और 13+7=20. ✓

  6. True or False: If a linear equation simplifies to 0 = 0, it has exactly one solution. / सत्य या असत्य: यदि कोई रैखिक समीकरण 0 = 0 में सरल होती है, तो उसका ठीक एक हल होता है।
    Show answer

    False / असत्य — 0 = 0 is a true identity, which means the equation is satisfied by every real number, giving infinitely many solutions. / 0 = 0 एक सत्य तत्समक है, जिसका अर्थ है समीकरण प्रत्येक वास्तविक संख्या से संतुष्ट होती है, अर्थात अनंत हल होते हैं।

  7. Priya is 8 years older than Riya. The sum of their ages is 40. Set up and solve the equation to find Riya's age. / प्रिया, रिया से 8 वर्ष बड़ी है। दोनों की आयु का योग 40 है। समीकरण बनाकर रिया की आयु ज्ञात करें।
    Show answer

    Let Riya's age = x. Then Priya's age = x + 8. Equation: x + (x + 8) = 40 → 2x + 8 = 40 → 2x = 32 → x = 16. Riya is 16 years old. / माना रिया की आयु = x वर्ष। तब प्रिया की आयु = x + 8। समीकरण: x + (x + 8) = 40 → 2x + 8 = 40 → 2x = 32 → x = 16। रिया की आयु 16 वर्ष है।

  8. Solve the equation: x/3 + 5 = 11. Show each step. / समीकरण हल करें: x/3 + 5 = 11. प्रत्येक चरण दिखाएँ।
    Show answer

    Step 1: Subtract 5 from both sides: x/3 = 6. Step 2: Multiply both sides by 3: x = 18. Verification: 18/3 + 5 = 6 + 5 = 11 ✓ / चरण 1: दोनों पक्षों से 5 घटाएँ: x/3 = 6। चरण 2: दोनों पक्षों को 3 से गुणा करें: x = 18। जाँच: 18/3 + 5 = 6 + 5 = 11 ✓

Related Laws & Principles

Explore all

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

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