L
LLLOS.ai
Learn
L

Chapter 3 — Algebra

Class 9 · Mathematics

Overview

This unit on Algebra introduces the language and tools used to represent and solve numerical and real-life problems using symbols. Starting from the idea of variables and constants, the unit builds skills in forming, simplifying and manipulating algebraic expressions and polynomials. It covers factorisation methods, solution of linear equations and inequalities, and basic coordinate geometry related to straight lines. Emphasis is on understanding rules and procedures, developing algebraic reasoning, and translating word problems into algebraic statements. Mastery of these topics matters because algebra is the foundation for higher mathematics, science and engineering, and it trains students to think logically and solve problems step by step. Students learn to generalise numerical patterns, apply arithmetic operations to expressions, factorise to simplify, and model situations with equations. These skills prepare students for board examinations and for subsequent courses in mathematics where algebraic manipulation is essential.

Learning Objectives

  • Define and identify variables, constants, coefficients, terms and algebraic expressions.
  • Simplify algebraic expressions by combining like terms and applying arithmetic operations.
  • Evaluate algebraic expressions for given numerical values of variables.
  • Factorise algebraic expressions using common factors, identities and factorisation techniques.
  • Formulate and solve linear equations in one variable, including word problems.
  • Understand and solve simple linear inequalities and represent their solutions on a number line.
  • Classify polynomials by degree and number of terms and find their zeroes where applicable.
  • Plot points and understand the relation between linear equations and straight lines in coordinate geometry.
  • Apply algebraic methods to model and solve practical problems from daily life and other subjects.

Topics in this chapter

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

🔣1

Introduction to Algebra

What is algebra?
Algebra is a way of writing general mathematical rules using symbols. Instead of repeating calculations for each number, algebra lets us express a rule that works for many numbers at once. It uses letters to stand for unknown or changing numbers and combines them with operations like addition, subtraction, multiplication and division. This lets us build formulas, solve problems with unknown values, and see patterns in numbers.

Why algebra matters
Algebra is the bridge between arithmetic and higher mathematics. It helps to describe relationships, make predictions and solve practical problems in science, commerce and daily life. When we learn algebra, we learn a method of thinking: translate a situation into symbols, apply rules, and interpret the result. This logical process is useful beyond mathematics in planning, decision-making and reasoning.

Basic language of algebra
To use algebra well, you need to know the basic terms: variable (a letter representing a number), constant (a fixed number), coefficient (a number multiplying a variable), term (a part of an expression separated by plus or minus). You also need to recognise expressions (combinations of terms), equations (statements that two expressions are equal) and identities (equalities true for all allowed values).

Simple examples and reading expressions
Expressions like 2x + 5 read as "two times x plus five". If x = 3, evaluating gives 2×3 + 5 = 11. An equation such as 2x + 5 = 11 asks for the x that makes the sentence true. Solving it follows simple rules: undo operations step-by-step to isolate the variable. Learning to read and write these sentences is the first step in algebra.

Skills to practice
Practice translating words to algebra, substituting numbers for variables, and applying basic laws like distributive law a(b + c) = ab + ac. Work on simple examples, then gradually try longer expressions and equations. Clear writing of steps is important; algebra is as much about method as about the final number.

📌 Examples
  • Translate: 'a number decreased by 7' → x - 7
  • Describe: 'twice a number plus three' → 2x + 3
🧮 Formulas
  1. Term, coefficient, variable definitions
  2. Expression, equation, identity definitions
📊 Visual ideas
Sketch a simple diagram labelling variable x and constant 5 as an example of components of 2x+5
🔢2

Variables, Constants and Terms

Detailed look at variables and constants
Variables are letters that stand for numbers which can change or be unknown. Common letters used are x, y, a, b. Constants are fixed numbers such as 2, -5, 7/3. Distinguishing these is important when forming expressions and solving equations: constants shift the value but variables determine what we must find or what may vary when the situation changes.

What is a term?
A term is a single mathematical object, either a number, a variable, or the product of numbers and variables. In the expression 4x2y - 3xy + 7, there are three terms: 4x2y, -3xy and 7. Each term may have a coefficient (the numerical part) and a variable part. The term 4x2y has coefficient 4 and variable part x2y. Write variable factors in a consistent order to compare terms easily (for example write ab rather than ba).

Exponents and degree
Exponents show repeated multiplication. x2 means x × x, x3 means x × x × x. The degree of a single-term expression (monomial) is the sum of the exponents of its variable factors: degree of 5x2y3 is 2 + 3 = 5. This concept helps in classifying polynomials and deciding which operations combine terms.

Like and unlike terms
Like terms have identical variable parts raised to the same powers, for example 3ab2 and -7ab2. Only like terms can be directly added or subtracted by combining coefficients. Unlike terms, such as 4x and 4x2, cannot be combined. In multi-variable expressions pay close attention to the powers of each variable when checking for likeness.

Practical handling and notation
Always simplify a term by multiplying numeric factors to display a single coefficient. When presenting work, align like terms vertically to combine them, and always factor out common numerical or variable parts when possible. Clear notation prevents errors, especially in longer algebraic manipulations.

📌 Examples
  • Identify terms in 3x2 + 5x - 7: terms are 3x2, 5x, -7
  • Classify 4ab2 as coefficient 4, variables a and b with degree 3
🧮 Formulas
  1. Degree of a term = sum of powers of variables in the term
  2. Like terms have identical variable parts
📊 Visual ideas
Draw a labelled example showing a term 3x2 as coefficient 3 and variable part x2
🔣3

Algebraic Expressions and Operations

Understanding algebraic expressions
An algebraic expression is a combination of terms connected by addition and subtraction, possibly involving multiplication and division inside terms. Expressions do not contain an equals sign. They can be simple like x + 2 or complex like 3x2 - 4xy + 7. Working with expressions requires applying arithmetic rules, keeping track of signs and following the order of operations.

Order and structure
Remember the order: brackets first, then powers, then multiplication and division, and finally addition and subtraction. The distributive law connects multiplication with addition and is heavily used: a(b + c) = ab + ac. This allows expanding brackets and also factoring common parts. The associative and commutative laws let us rearrange and regroup terms for simplification.

Addition and subtraction of expressions
To add expressions, arrange and combine like terms. When subtracting an expression, remove brackets by distributing the negative sign. For example, (3x + 5) - (x - 2) becomes 3x + 5 - x + 2. With multiple terms, group variables and constants separately to simplify carefully and avoid sign mistakes.

Multiplication of expressions
Multiplying monomials: multiply coefficients and add exponents of like variables, e.g., (2x2)(3x3) = 6x5. Multiplying a monomial by a polynomial requires distributing the monomial across each term of the polynomial. Multiplying two polynomials uses distributive law fully: multiply each term of the first by each term of the second, then combine like terms. For binomials, FOIL (First, Outer, Inner, Last) is a useful mnemonic for expansion.

Division and simplification
Division of algebraic expressions is performed by cancelling common factors when possible. For division by a monomial, divide each term of the polynomial by that monomial. For more complex division by a polynomial, use long division or factorisation techniques when applicable. Always factor where possible before dividing to simplify the work.

Common identities and shortcuts
Recognise identities to save time: (a + b)2 = a2 + 2ab + b2, (a - b)2 = a2 - 2ab + b2, and (a + b)(a - b) = a2 - b2. Use them both for expansion and reverse (factorisation). Practise many examples to build speed and avoid sign errors.

📌 Examples
  • Simplify: (2x + 3) + (4x - 5) = 6x - 2
  • Multiply: (x + 2)(x + 5) = x2 + 7x + 10
🧮 Formulas
  1. Distributive law: a(b + c) = ab + ac
  2. Multiplying powers: x^m × x^n = x^(m+n)
📊 Visual ideas
Draw a flow diagram showing steps: Expand → Combine like terms → Simplify
🔢4

Evaluation of Expressions

Meaning of evaluation
Evaluation means substitute specific numerical values for variables in an algebraic expression and carry out the arithmetic to get a number. This process checks understanding of the structure of the expression and the order of operations. It is also a useful tool to test algebraic identities and factorisations by comparing numerical results on both sides.

Step-by-step substitution
First, clearly write the expression and the values given for each variable. Replace each variable by its value, using parentheses around negative numbers to avoid sign errors: for x = -3 and expression x2, write (-3)2. Next, compute powers, products and quotients before performing additions and subtractions. Carry out calculations in a neat order to reduce mistakes.

Handling fractions, decimals and negatives
If substitution gives fractions, you may keep fractional form through calculations or convert to decimals as appropriate, remembering that fraction arithmetic may preserve exactness. With negative values, always use parentheses when raising to powers: (-2)3 = -8, while -2^3 = -(2^3) = -8 also, but clarity of grouping avoids confusion. For mixed signs in products, track sign changes carefully: an odd number of negative factors yields a negative product, even number yields positive.

Use in verification
Evaluation verifies factorisation or identity. If two algebraic expressions are claimed to be equal for all variable values, test several different numbers to build confidence. If they differ for any value, the equality is false. For example, to test (a + b)2 identity pick a = 2, b = 3 and compute both sides to confirm equality.

Common pitfalls and tips
Don’t drop brackets when substituting expressions for variables; for example if x = t + 1 then 2x means 2(t + 1) not 2t + 1. Compute powers before multiplication where necessary and be cautious with division by zero—if substitution makes a denominator zero, the expression is undefined for that value. Write each intermediate result to avoid skipping a step that can cause arithmetic errors.

Practice method
Work through substitution problems slowly at first, always checking the order of operations. For long expressions, evaluate inner brackets first, then exponents, then multiplications/divisions, then additions/subtractions. This disciplined sequence reduces mistakes and prepares for faster accurate work in exams.

📌 Examples
  • Evaluate 3x2 - 2x + 5 when x = 2 → 3(4) - 4 + 5 = 12 - 4 + 5 = 13
  • Evaluate (x - y)/(x + y) for x = 5, y = 2 → (5-2)/(5+2) = 3/7
🧮 Formulas
  1. Substitution rule: replace variable by given value and follow order of operations
📊 Visual ideas
No diagram required for evaluation; draw substitution flow showing replacement and order of operations
🔢5

Like and Unlike Terms; Collecting Like Terms

Meaning and importance
Like terms are terms that have the exact same variable parts, including identical powers on each variable. For example, 7x2y and -3x2y are like terms because both have x2y as the variable part. Unlike terms differ in variables or powers, such as 4x and 4xy. Collecting like terms is the main step in simplifying expressions and writing polynomials in standard form.

How to collect like terms
To collect like terms, first ensure each term is written in a standard form: numerical coefficient first, then variables in alphabetical order with powers. This helps you spot matching variable parts. Group all terms with identical variable parts together and add or subtract their coefficients. Constants (terms without variables) are like terms among themselves and can be combined into a single constant term.

Combining coefficients
When adding like terms, add the coefficients and retain the common variable part. For instance, 5x2 + 3x2 - x2 = (5 + 3 - 1)x2 = 7x2. If coefficients are fractions or negative numbers treat them like ordinary numbers and perform correct arithmetic. Use brackets when removing signs from grouped expressions to avoid errors: a - (b + c) = a - b - c.

Simplifying polynomials
After expanding brackets and performing multiplications, collect like terms to produce the polynomial in simplest form. Arrange terms in descending powers of a chosen variable for clarity, especially when preparing to factorise or solve equations. In multi-variable expressions order variable parts consistently so like terms are easy to find.

Common mistakes to avoid
Do not combine unlike terms. For example, 3x and 4x2 cannot be combined. Also watch out for signs: subtracting a term like -2x needs to be handled as minus negative equals plus. Always re-check the variable parts carefully before combining coefficients.

Exam technique
Write the simplified expression step by step: first expand, then list like terms, then combine coefficients and present the final simplified form. Showing these steps earns method marks and reduces careless errors in exams.

📌 Examples
  • Simplify: 4x + 3 - 2x + 7 = (4x - 2x) + (3 + 7) = 2x + 10
  • Simplify: 5ab - 2ba + 3b = (5ab - 2ab) + 3b = 3ab + 3b
🧮 Formulas
  1. Combine like terms: ax^n + bx^n = (a + b)x^n
📊 Visual ideas
Table layout showing terms aligned by variable parts to combine coefficients
6

Addition, Subtraction and Multiplication of Algebraic Expressions

Adding and subtracting expressions
To add or subtract algebraic expressions, align like terms and combine coefficients of matching variable parts. When subtracting an expression enclosed in brackets, distribute the negative sign across each term inside the brackets before combining. This prevents sign mistakes. For clarity, rewrite expressions with terms arranged in the same variable order before combining.

Multiplication principles
Multiplication uses the distributive law: every term of the first expression must multiply every term of the second expression. For multiplying a monomial by a polynomial, distribute the monomial over each term of the polynomial. For polynomial by polynomial multiplications, multiply term-by-term and then combine like terms. Keep track of exponents: multiply coefficients and add exponents for like bases (x^m • x^n = x^(m+n)).

Multiplication techniques
For binomials, FOIL (First, Outer, Inner, Last) gives an organised way to remember all four term-products. For larger polynomials, write intermediate products in separate lines before summing them to avoid missing a product. With negative signs, multiply carefully and simplify step by step.

Special products
Recognise and use special product identities: (a + b)^2 = a^2 + 2ab + b^2, (a - b)^2 = a^2 - 2ab + b^2, and (a + b)(a - b) = a^2 - b^2. These identities often appear in questions and speed up calculations when correctly applied. They are also the reverse process in factorisation.

Common errors and verification
Errors often come from dropped terms or sign mistakes. Check by expanding the result to ensure it matches the original multiplication. Where possible, factor the result back to see if a known identity applies; this double-checks the arithmetic.

Exam approach
Write each multiplication step cleanly and show the combination of like terms. Use identities where applicable and keep work orderly; examiners value clear, logical steps even if arithmetical slips occur later.

📌 Examples
  • Multiply: (2x + 3)(x - 4) = 2x2 - 8x + 3x - 12 = 2x2 - 5x - 12
  • Multiply monomials: (3x)(-2x2y) = -6x3y
🧮 Formulas
  1. (a + b)^2 = a^2 + 2ab + b^2
  2. (a - b)^2 = a^2 - 2ab + b^2
  3. (a + b)(a - b) = a^2 - b^2
📊 Visual ideas
Draw the FOIL pairing for (x + 2)(x + 3) showing First, Outer, Inner, Last
🔢7

Factorisation: Common Factor and Grouping

Understanding factorisation
Factorisation is expressing an algebraic expression as a product of simpler expressions (factors). It is the reverse of expansion and is central to solving equations and simplifying algebra. The simplest and most frequent factorisation is taking out the greatest common factor (GCF) common to all terms. This reduces the expression and often makes further factorisation possible.

Finding the greatest common factor
To find the GCF, look at the numerical coefficients and variable parts. For coefficients, take their highest common divisor. For variables, take the lowest power of each variable present in all terms. For example, in 12x2y and 8xy2 the GCF is 4xy because 4 is the greatest common divisor of 12 and 8, and the lowest power common to x is x (power 1) and to y is y (power 1). Factor it out to simplify the expression.

Factorisation by grouping
Grouping is useful for expressions with four or more terms. Arrange terms so that you can group them into pairs with a common factor. Factor each pair and then look for a common binomial factor. For example, x3 + 3x2 + 2x + 6 can be grouped as (x3 + 3x2) + (2x + 6) = x2(x + 3) + 2(x + 3) = (x2 + 2)(x + 3). If a direct grouping does not work, try rearranging the terms to reveal a factorable pattern.

Factoring out negatives and checking
Sometimes it is helpful to factor out a negative sign to match binomial factors, for example x2 - y2 = (x + y)(x - y) may be seen by rearranging signs appropriately. Always check your factorisation by expanding the factors to ensure you obtain the original expression; this verifies both signs and coefficients are correct.

Applications to solving equations
Once an expression is factorised, it can be used to solve equations: if a product of factors equals zero, at least one factor must be zero. This converts polynomial equations into simpler linear or quadratic equations. Show each factoring step in exam answers to gain method marks, and solve each resulting simple equation carefully.

Practice strategy
Start by always checking for a common factor before trying other methods. Then look for grouping opportunities or special patterns. With practice you will learn to spot likely factorizations quickly and move to solving polynomial equations efficiently.

📌 Examples
  • Factorise common factor: 8x3 - 4x2 = 4x2(2x - 1)
  • Factorise by grouping: x3 + x2 + 2x + 2 = x2(x + 1) + 2(x + 1) = (x2 + 2)(x + 1)
🧮 Formulas
  1. Greatest common factor pulls out: ax + ay = a(x + y)
📊 Visual ideas
Draw a block diagram showing original polynomial split into grouped pairs and factoring steps
🔢8

Factorisation: Trinomials and Quadratics

Quadratic trinomials overview
Quadratic trinomials are expressions of the form ax2 + bx + c where a, b and c are constants and a ≠ 0. Factorisation aims to write such a trinomial as a product of two binomials. Doing so simplifies solving quadratic equations and helps in algebraic manipulation. The method used depends on whether a = 1 or a ≠ 1 and on whether the trinomial factors over integers.

Case a = 1
When the trinomial is x2 + bx + c, search for two integers m and n with product c and sum b. Then x2 + bx + c = (x + m)(x + n). For instance, x2 + 7x + 12 becomes (x + 3)(x + 4) because 3 × 4 = 12 and 3 + 4 = 7. Trial and error over factors of c often finds the pair quickly.

Case a ≠ 1: split-the-middle-term
For ax2 + bx + c with a ≠ 1, use the split-middle-term (or factor by grouping) method. Multiply a and c, find two numbers whose product is a·c and sum is b, split the middle term bx into these two numbers, group the four-term polynomial into two pairs and factor each pair. Example: 6x2 + 11x + 3, here a·c = 18 and numbers 9 and 2 sum to 11. So 6x2 + 9x + 2x + 3 = 3x(2x + 3) + 1(2x + 3) = (3x + 1)(2x + 3).

Prime quadratics and other methods
Some quadratics cannot be factorised over integers; these are prime with respect to integer factorisation. When integer factorisation fails, use the quadratic formula or complete the square to find roots and express the factorisation over real numbers. However, at Class 9 most exercises focus on quadratics that factor nicely into integers.

Verification and solving equations
After factorisation, expand to verify. To solve ax2 + bx + c = 0, set each factor equal to zero after factoring: (px + q)(rx + s) = 0 gives px + q = 0 or rx + s = 0. Solve each simple linear equation to find the roots of the quadratic.

Practice tips
Always check first for a common factor. List factor pairs of a·c and test sums quickly. With practice, spotting factor pairs becomes easier and factorisation becomes a fast technique in exams.

📌 Examples
  • Factorise x2 + 7x + 10 = (x + 5)(x + 2)
  • Factorise 6x2 + 11x + 3: ac = 18, numbers 9 and 2 → 6x2 + 9x + 2x + 3 = 3x(2x + 3) + 1(2x + 3) = (3x + 1)(2x + 3)
🧮 Formulas
  1. For x^2 + bx + c: find m,n with m+n=b and mn=c → (x+m)(x+n)
  2. Split middle term method for ax^2+bx+c
📊 Visual ideas
Sketch a flow chart for split-the-middle-term method: compute a·c → find pair → split b → group → factor
🔢9

Special Factorisation Identities

Key identities and why they matter
Certain algebraic expressions follow fixed patterns and can be quickly expanded or factorised using identities. Recognising these saves time and reduces errors when working with polynomials, simplifying expressions, or solving equations. The most common identities used at this stage are squares of sums and differences and the difference of squares. Mastery of these makes many problems straightforward.

Basic identities

  • (a + b)^2 = a^2 + 2ab + b^2 — the square of a sum.
  • (a - b)^2 = a^2 - 2ab + b^2 — the square of a difference.
  • (a + b)(a - b) = a^2 - b^2 — the difference of squares.

Applying the identities
When you see an expression that looks like a^2 ± 2ab + b^2, test whether it is a perfect square trinomial. For instance, x^2 + 6x + 9 matches x^2 + 2·3·x + 3^2, so it is (x + 3)^2. For expressions like 4x^2 - 9, observe they are (2x)^2 - 3^2 and thus factor as (2x + 3)(2x - 3) directly using the difference of squares. These shortcuts avoid full expansion and grouping work.

Recognising disguised forms
Sometimes expressions require factoring out a common term before an identity becomes visible. For example, 9x^2 + 12x + 4 can be seen as (3x)^2 + 2·(3x)·2 + 2^2 after noticing a common factor structure, and thus it equals (3x + 2)^2. Also watch for coefficients that are perfect squares or can be rearranged to fit an identity.

Extension to cubes (note)
There are cubic identities such as a^3 - b^3 = (a - b)(a^2 + ab + b^2) and a^3 + b^3 = (a + b)(a^2 - ab + b^2). These are less frequent in Class 9 exercises but are useful to know as they follow the same idea of pattern recognition and quick factorisation.

Verification and practice
Always verify a factorisation by expanding the factors to return to the original expression. Practice spotting identities in varied forms until you can recognise them at a glance. In examinations, clearly state which identity you use — this shows correct method and earns marks for reasoning as well as the final result.

📌 Examples
  • Factorise x2 - 16 = (x + 4)(x - 4)
  • Write 9x2 + 12x + 4 as (3x + 2)^2
🧮 Formulas
  1. (a + b)^2 = a^2 + 2ab + b^2
  2. (a - b)^2 = a^2 - 2ab + b^2
  3. a^2 - b^2 = (a + b)(a - b)
📊 Visual ideas
Draw matching pairs: expression and its identity-based factorised form
⚖️10

Polynomials: Degree, Classification and Basic Operations

Definition and general form
A polynomial is an expression composed of terms, each term being a constant multiplied by variables raised to non-negative integer powers. For a single variable x, a general polynomial is written as anaxn + an-1x^{n-1} + ... + a1x + a0 where coefficients ai are constants and n is a non-negative integer. Polynomials are central because they appear in many algebra problems and their structure determines the methods we use.

Degree and leading coefficient
The degree of a polynomial is the highest exponent with non-zero coefficient. The coefficient of the highest-degree term is the leading coefficient. For example, in 5x4 - x2 + 7, degree = 4 and leading coefficient = 5. The degree gives important information: it sets an upper bound on the number of possible roots and influences shape when graphed.

Classification by terms
Polynomials are called monomials (one term), binomials (two terms) and trinomials (three terms). This naming helps pick suitable factorisation or operation methods. For instance, many trinomials are quadratics that can often be factorised into binomials.

Operations on polynomials
Addition and subtraction: combine like terms. Multiplication: distribute each term of one polynomial across every term of the other and then combine like terms. Division by a monomial: divide each term individually. For division by a polynomial of higher degree, techniques such as polynomial long division or factorisation are used; these go beyond basic operations but understanding degree helps decide which method to use.

Zeros and basic root facts
A zero (root) of a polynomial is a number x for which P(x) = 0. A non-zero polynomial of degree n can have at most n distinct real roots. This fact offers a guideline when solving polynomial equations: if you already found n roots for degree n, no further real roots exist. Simple polynomials often have integer roots that divide the constant term; checking these candidates is a useful technique.

Practice and presentation
Always write polynomials in standard form with descending powers. Show work when combining terms and keep coefficients clear. Knowing how to classify and perform basic operations on polynomials gives a strong foundation for factorisation, solving polynomial equations and later study of functions.

📌 Examples
  • Identify degree: 7x4 - 3x + 1 has degree 4
  • Add polynomials: (2x2 + 3x - 1) + (x2 - x + 4) = 3x2 + 2x + 3
🧮 Formulas
  1. Degree of polynomial = highest exponent with non-zero coefficient
📊 Visual ideas
Plot schematic showing polynomial terms arranged in descending powers labeled with degree and leading coefficient
🔢11

Zeroes of Polynomials and The Factor Theorem (Introductory)

Connection between zeros and factors
The factor theorem links numerical roots of a polynomial to its algebraic factors. It states: if f(a) = 0 for some number a, then (x - a) is a factor of f(x). Conversely, if (x - a) is a factor, substituting x = a into the polynomial gives zero. This connection is valuable when factorising polynomials and finding their zeros.

Testing likely roots
For polynomials with integer coefficients, possible integer roots must divide the constant term. To find integer roots, list all divisors (positive and negative) of the constant term and test them by substituting into f(x). This trial-and-test method often works quickly for Class 9 problems where roots are small integers.

Synthetic or direct substitution
Evaluating f(a) directly helps establish whether a candidate is a root. If f(a) = 0, proceed to divide f(x) by (x - a) to reduce the polynomial's degree. Use polynomial long division or synthetic division (a compact tabular method) to find the quotient polynomial. The quotient can then be factorised further to find more roots.

Example worked approach
Consider f(x) = x3 - 4x2 + x + 6. Test x = 1: f(1) = 1 - 4 + 1 + 6 = 4 (not zero). Test x = 2: f(2) = 8 - 16 + 2 + 6 = 0; so (x - 2) is a factor. Dividing by (x - 2) gives a quadratic which can often be factorised further to find remaining roots. This stepwise reduction is practical and exam-friendly.

Limitations and next steps
Not all polynomials have integer roots; some have fractional or irrational roots. In such cases other methods (quadratic formula, completing the square, or numerical methods) are used later. For Class 9, focus on recognising integer roots and applying the factor theorem to reduce the polynomial and factorise it into simpler factors.

Exam technique
Show substitution clearly and perform division steps neatly. Write down the factor (x - a) when you find a zero and then continue factorisation; partial credit is given for correct intermediate results even if final factorisation is incomplete.

📌 Examples
  • Check root: For f(x) = x3 - x2 - 6x, f(3) = 27 - 9 - 18 = 0 so (x - 3) is a factor
  • Factor: x3 - 4x2 + x + 6 → (x - 2)(x2 - 2x - 3) = (x - 2)(x - 3)(x + 1)
🧮 Formulas
  1. Factor theorem: If f(a) = 0 then (x - a) is a factor of f(x)
📊 Visual ideas
Sketch number line showing testing of candidate integer roots ± divisors of constant term
🟰12

Linear Equations in One Variable: Basics

Understanding linear equations
A linear equation in one variable is an equation that can be written in the form ax + b = 0 where a and b are constants and a ≠ 0. It represents a simple relationship where the variable appears to the first power only. Solving a linear equation means finding all values of the variable that make the equation true. These equations model many everyday situations such as budgeting, simple distance problems and balancing quantities.

General method to solve
Start by simplifying both sides: remove brackets using distributive law and combine like terms. Then move all terms containing the variable to one side and constants to the other using addition or subtraction. Finally, divide or multiply to isolate the variable. Always perform the same operation on both sides to maintain equality. For example, to solve 3x + 4 = 10, subtract 4 from both sides to get 3x = 6, then divide by 3 to get x = 2.

Equations with variables on both sides
If a variable appears on both sides, bring the variable terms to one side by adding or subtracting and the constants to the other side. For instance, solve 5x - 3 = 2x + 9: subtract 2x to get 3x - 3 = 9, then add 3 to get 3x = 12, so x = 4. This keeps the steps logical and reduces mistakes.

Handling fractions and clearing denominators
When fractions occur, multiply both sides by the least common denominator to clear fractions before simplifying. For example, solve (x/3) + 2 = 4: subtract 2 to get x/3 = 2, then multiply by 3 to obtain x = 6. Clearing denominators early often simplifies algebra and arithmetic in later steps.

Special cases: infinite or no solutions
Some equations reduce to identities like 0 = 0 after simplification; such equations are true for all values of the variable and so have infinitely many solutions. Other equations reduce to contradictions like 0 = 5 and therefore have no solution. Recognising these cases by simplification is important and examiners look for the correct conclusion.

Verification and exam tips
Always substitute your answer back into the original equation to verify correctness. Write each algebraic step neatly and state the final answer with clear units if the problem is contextual. This presentation helps secure method marks even if a minor arithmetic mistake appears.

📌 Examples
  • Solve 5x - 3 = 2x + 9 → 3x = 12 → x = 4
  • Solve (x/3) + 2 = 5 → x/3 = 3 → x = 9
🧮 Formulas
  1. Linear form: ax + b = 0 → x = -b/a
📊 Visual ideas
Plot showing a straight line y = ax + b and highlight that x-intercept corresponds to solving ax + b = 0
🟰13

Word Problems Leading to Linear Equations

Translating words into equations
Many everyday problems can be solved by turning the description into an algebraic equation. The key is to define a variable clearly for the unknown quantity and then express all relationships in the problem using that variable. Writing the relation step by step and substituting carefully makes the problem manageable.

Systematic problem-solving steps
1. Read the problem thoroughly and underline important data. 2. Choose a suitable variable and state what it represents. 3. Translate sentences into algebraic expressions. Use operations that reflect the words: 'sum' means addition, 'product' means multiplication, 'difference' means subtraction. 4. Form an equation and solve. 5. Check the result in the original context to ensure it makes sense.

Common types of word problems
Examples include age problems, consecutive numbers, mixture problems, ratio problems and cost or distance problems. For consecutive integers, use x, x+1, x+2 etc. For age problems, express past or future ages carefully: 'three years ago' means current age minus 3. For mixtures, total amount and proportion determine the equation.

Forming equations from relations
Translate each relation carefully. If the problem states 'one number is 7 more than the other' and you let the smaller be x, then the other is x + 7. If their sum is 25, write x + (x + 7) = 25. Solve and interpret the solution back in the original context to give final answers in words with units when required.

Checking and interpreting answers
Always check the obtained values by substituting into the original problem statement. Make sure answers are realistic (ages non-negative, counts integer where expected). When writing the final answer, state the quantities found and describe them in simple sentences to show you understand what the variables represent.

Exam advice
Label the variable clearly, show algebraic steps, and explain the final numerical answer in context. Examiners award marks for correct setup even if minor calculation slips occur later, so clear modelling is crucial.

📌 Examples
  • Problem: Sum of two numbers is 25. One number is 7 more than the other. Find the numbers. Solution: Let smaller = x, then x + (x+7)=25 → 2x+7=25 → x=9, other=16
  • Age: Three years ago, Ria was twice her brother's age. If Ria is now 15, find brother's present age. Solution: Ria's age 3 years ago = 12 = 2(b-3) → b-3=6 → b=9
📊 Visual ideas
Flowchart mapping words to variable → equation → solution
🔢14

Linear Inequalities in One Variable

What an inequality expresses
An inequality compares two expressions and states that one is less than or greater than the other. Symbols used include <, > for strict inequalities and ≤, ≥ for inclusive inequalities. Linear inequalities in one variable are similar to linear equations but their solution sets are ranges of numbers rather than a single value.

Procedure to solve
To solve a linear inequality, use the same algebraic steps as for equations: simplify, collect variable terms on one side, and isolate the variable. If you add or subtract the same number from both sides, the inequality sign remains unchanged. However, a critical rule: when you multiply or divide both sides by a negative number, reverse the direction of the inequality sign. For example, if -2x > 6, dividing both sides by -2 gives x < -3.

Clearing fractions and brackets
To clear fractions, multiply every term on both sides by the least common denominator. If this involves multiplication by a negative number, remember to reverse the inequality sign. Expand brackets first to combine like terms when needed. Work step-by-step and keep track of sign changes to avoid errors.

Representation of solutions
Solutions are ranges and are usually shown on a number line. Use an open dot for < and >, and a closed dot for ≤ and ≥, then shade the region of numbers that satisfy the inequality. Solutions can also be written in inequality form or interval notation. For example x ≤ 2 corresponds to (-∞, 2] in interval notation and a closed dot at 2 with shading to the left on a number line.

Compound inequalities and interpretation
Compound inequalities, such as 1 < x ≤ 5, combine two simple inequalities; solve each part and present the combined range. Always interpret results in the context of a word problem: if the variable represents a count, the solution must be an integer and non-negative; if it represents time, negative values are often not meaningful.

Exam strategy
Show the step where you reverse the inequality sign when multiplying or dividing by a negative; examiners expect this explicit action. Draw a clear number line for the final answer when requested and check endpoints for inclusion or exclusion.

📌 Examples
  • Solve: 2x + 3 ≤ 7 → 2x ≤ 4 → x ≤ 2
  • Solve: -3x > 9 → x < -3
🧮 Formulas
  1. Rule: Multiplying/dividing by negative number reverses inequality sign
📊 Visual ideas
Number line showing shaded region x ≤ 2 with closed dot at 2
🟰15

Simultaneous Linear Equations (Introductory)

Two equations with two unknowns
Simultaneous linear equations are pairs of linear equations in two variables, commonly x and y. Each equation represents a straight line on the coordinate plane. The solution of the simultaneous pair is a point (x, y) where the lines intersect. Understanding algebraic methods to find this point is important because many practical problems lead to two related linear conditions.

Substitution method
In substitution, solve one equation for one variable in terms of the other, then substitute this expression into the second equation. This reduces the system to a single equation in one variable. After solving for that variable, substitute back to find the other. Clear algebraic steps and correct substitution prevent errors. Example: from x + y = 7, write y = 7 - x and substitute into 2x - y = 3 to solve for x.

Elimination method
Elimination (or addition) removes one variable by adding or subtracting suitably multiplied equations. Multiply one or both equations so that the coefficients of one variable become opposites, then add or subtract to eliminate it. Solve the resulting single-variable equation and back-substitute to find the other variable. Choose multipliers to keep arithmetic manageable and avoid fractions when possible.

Types of solutions
Three cases arise: a unique solution (lines intersect at one point), no solution (parallel lines, same slope but different intercepts), or infinitely many solutions (coincident lines, identical equations). In exams, show algebraic justification for the existence of a unique solution or the nature of inconsistency if lines are parallel.

Checking solutions
Always substitute the found pair into both original equations to verify. Writing the final answer as an ordered pair (x, y) and commenting that it satisfies both equations strengthens the presentation. For graphing checks, sketching the two lines provides a visual verification of the intersection point.

Exam tips
Present either substitution or elimination method neatly and justify each algebraic operation. If coefficients are large, choose elimination multipliers strategically. Partial credit is given for correct intermediate results even if final arithmetic slips occur.

📌 Examples
  • Solve by elimination: x + y = 5 and x - y = 1 → add → 2x = 6 → x = 3, y = 2
  • Solve by substitution: y = 2x + 1 and x + y = 7 → x + 2x + 1 = 7 → 3x = 6 → x = 2, y = 5
📊 Visual ideas
Draw two intersecting lines on Cartesian plane showing the intersection point (x,y)
📐16

Coordinate Geometry: Straight Line Basics

Cartesian coordinate system
The Cartesian plane has two perpendicular number lines crossing at the origin (0, 0): the horizontal x-axis and the vertical y-axis. Every point is located by an ordered pair (x, y), where x is the horizontal distance from the origin and y is the vertical distance. Understanding coordinates is the first step to connect algebraic equations with geometric graphs.

Equation of a straight line
A linear equation in two variables such as ax + by + c = 0 represents a straight line. To draw the line from its equation, find two convenient points by setting x = 0 to find the y-intercept and y = 0 to find the x-intercept. Plot these two points and join them with a straightedge to sketch the line accurately.

Slope or gradient
The slope m of a line measures how steep the line is: m = (change in y)/(change in x) = (y2 - y1)/(x2 - x1). In the slope-intercept form y = mx + c, m is the slope and c is the y-intercept. A positive slope means the line rises left to right, negative slope means it falls, zero slope is horizontal, and an undefined slope corresponds to a vertical line.

Intercepts and plotting
Y-intercept is where the line meets the y-axis (x = 0). X-intercept is where it meets the x-axis (y = 0). These intercepts are quick ways to plot a line. For example, y = 2x - 1 gives y-intercept (0, -1) and another point for x = 1 is (1, 1). Plot both and draw the line. For accurate graphs use two or three points and check straightness with a ruler.

Relation to linear equations and solutions
Graphical solutions of simultaneous equations correspond to intersection points of lines. If two lines intersect at a point, its coordinates solve both equations. Parallel lines have no intersection (no solution); coincident lines overlap completely (infinitely many solutions). Practise plotting and reading coordinates as these skills link algebraic manipulations to geometric intuition.

Exam technique
Label axes, mark scales evenly, plot points precisely and draw neat lines. State slope and intercepts when asked. For small-scale graph work, select integer intercepts to avoid plotting fractions where possible.

📌 Examples
  • Plot (2,3) and (-1,4) and draw the line through them
  • Draw line y = -x + 2 by plotting x = 0 → (0,2) and x = 2 → (2,0)
🧮 Formulas
  1. Slope m = (y2 - y1)/(x2 - x1)
  2. Slope-intercept form: y = mx + c
📊 Visual ideas
Students should be able to draw: Cartesian axes, plot two points and draw the straight line through them; draw slope triangle between two points and label rise/run
🔣17

Modelling and Problem Solving with Algebra

Algebra as a modelling tool
Algebra is used to model real-world situations by translating words and relationships into mathematical expressions and equations. This process helps solve practical questions in physics, commerce, biology and everyday life. A model simplifies the situation into essential quantities and relations and then uses algebraic methods to obtain numerical answers or general expressions describing behaviour.

Structured modelling steps
1. Read the problem carefully and identify what is asked. 2. Assign variables and clearly state what each variable represents. 3. Convert sentences into algebraic relations using known formulas or reasoning. 4. Combine relations to form equations or systems and solve them. 5. Interpret the solution in the original context and check its plausibility (units, sign, range).

Common model types
Many practical problems lead to linear equations, simultaneous equations, or simple quadratic equations. Examples include distance = speed × time, cost = unit price × quantity, mixtures where concentrations are combined, and sharing problems where totals and ratios are known. Use consistent units and careful algebraic set-up to avoid mistakes.

Multi-step and complex problems
Complex problems may require expressing several quantities in terms of one variable, creating multiple relations, or using substitution to reduce the problem. Break larger problems into smaller parts, write intermediate expressions clearly, and solve step by step. If the context requires integer answers (e.g., count of items), ensure solutions are integers or explain rounding considerations.

Interpreting results
After solving, interpret the numerical result back in the context: state what the number represents and include units where relevant. Reject unrealistic answers (negative time or negative age) and check alternative roots if an equation gives more than one solution. Where appropriate, give both the mathematical solution and a short sentence explaining it in the problem’s language.

Exam strategy
Display your modelling steps clearly: choice of variable, formed equations, algebraic solution, and interpretation. Examiners award marks for correct formulation even if arithmetic slips occur. Practise converting many word problems to algebra to gain confidence and speed in exams.

📌 Examples
  • Problem: A car covers 240 km in 3 hours faster than planned. If planned speed was v km/h and actual speed is v+3, set 240/(v+3) = 240/v - 3 and solve (example shows modelling technique)
  • Mixing: To get 20 litres of 30% solution from 50% and 10% solutions, let x litres of 50% and 20-x litres of 10% then solve 0.5x + 0.1(20-x) = 0.3×20
📊 Visual ideas
Draw a diagram labelling quantities and relations when setting up a word problem (e.g., distance-time graph sketch)

Key Concepts

Variable
A symbol, usually a letter, that represents a number which can vary.
Constant
A fixed numerical value that does not change.
Coefficient
The numerical factor multiplying a variable in a term.
Term
A single part of an expression separated by + or − signs.
Like terms
Terms with identical variable parts and powers that can be combined.
Polynomial
An expression that is a sum of terms with non-negative integer powers of variables.
Degree of a polynomial
The highest power of the variable present in the polynomial.
Factorisation
Writing an expression as a product of simpler expressions called factors.
Factor theorem
If a polynomial f(a) = 0, then (x - a) is a factor of f(x).
Linear equation
An equation of the form ax + b = 0 representing a straight-line relationship in one variable.
Inequality
A statement that one expression is greater than or less than another, using symbols <, >, ≤, ≥.
Slope (gradient)
The measure of steepness of a line; change in y over change in x.
Zero (root) of polynomial
A value of x for which the polynomial evaluates to zero.
Distributive law
The rule a(b + c) = ab + ac allowing multiplication over addition.

Practice Questions

  1. Simplify 3x + 5 - 2x + 4 / 3x + 5 - 2x + 4 / 3x + 5 - 2x + 4 / Simplify 3x + 5 - 2x + 4 / 3x + 5 - 2x + 4 / सिंप्लिफाई कीजिए: 3x + 5 - 2x + 4
    Show answer

    Answer: 3x + 5 - 2x + 4 = x + 9. / उत्तर: 3x + 5 - 2x + 4 = x + 9।

  2. Factorise x2 + 5x + 6 / Factorise x2 + 5x + 6 / Factorise x2 + 5x + 6 / गुणनखण्डों में लिखिए: x2 + 5x + 6
    Show answer

    Answer: x2 + 5x + 6 = (x + 2)(x + 3). / उत्तर: x2 + 5x + 6 = (x + 2)(x + 3)।

  3. Solve for x: 5x - 3 = 2x + 9 / Solve for x: 5x - 3 = 2x + 9 / x का मान ज्ञात कीजिए: 5x - 3 = 2x + 9
    Show answer

    Answer: 5x - 2x = 9 + 3 → 3x = 12 → x = 4. / उत्तर: 5x - 2x = 9 + 3 → 3x = 12 → x = 4।

  4. If f(x) = x3 - 4x2 + x + 6, show that x = 2 is a root and factorise f(x) / यदि f(x) = x3 - 4x2 + x + 6 है, तो दिखाइए कि x = 2 एक मूल है और f(x) को गुणनखण्डों में लिखिए
    Show answer

    Answer: f(2)=8-16+2+6=0 so (x - 2) is a factor. Divide to get x2 - 2x - 3 so f(x) = (x - 2)(x2 - 2x - 3) = (x - 2)(x - 3)(x + 1). / उत्तर: f(2)=8-16+2+6=0 अतः (x - 2) एक गुणनखण्ड है। विभाजन पर शेष x2 - 2x - 3 मिलता है तो f(x)=(x - 2)(x2 - 2x - 3)=(x - 2)(x - 3)(x + 1)।

  5. Solve and represent on number line: -3x + 5 ≥ 2 / -3x + 5 ≥ 2 / -3x + 5 ≥ 2 / अनिवार्य रूप से हल कीजिए और संख्या रेखा पर दर्शाइए: -3x + 5 ≥ 2
    Show answer

    Answer: -3x ≥ -3 → x ≤ 1. On number line mark closed dot at 1 and shade leftwards. / उत्तर: -3x ≥ -3 → x ≤ 1। संख्या रेखा पर 1 पर भरा बिंदु लगाकर बाएँ छायांकित कीजिए।

  6. Translate into an equation and solve: The sum of two consecutive integers is 55 / दो क्रमागत पूर्णांकों का योग 55 है / दो क्रमागत पूर्णांकों का योग 55 है
    Show answer

    Answer: Let integers be x and x+1: x + x + 1 = 55 → 2x + 1 = 55 → 2x = 54 → x = 27. Integers: 27 and 28. / उत्तर: पूर्णांक x और x+1 लें: x + x + 1 = 55 → 2x + 1 = 55 → 2x = 54 → x = 27। पूर्णांक 27 और 28 हैं।

  7. Find the slope of the line passing through (2, 3) and (5, 9) / बिंदु (2, 3) और (5, 9) से गुजरने वाली रेखा का ढलान ज्ञात कीजिए
    Show answer

    Answer: slope m = (9 - 3)/(5 - 2) = 6/3 = 2. / उत्तर: ढलान m = (9 - 3)/(5 - 2) = 6/3 = 2।

  8. Solve by elimination: x + y = 5 and 2x - y = 1 / x + y = 5 और 2x - y = 1
    Show answer

    Answer: Add equations: 3x = 6 → x = 2. Then y = 5 - 2 = 3. Solution (2, 3). / उत्तर: समीकरण जोड़ने पर 3x = 6 → x = 2। फिर y = 5 - 2 = 3। हल (2, 3)।

  9. Evaluate for x = -2: 3x2 - 4x + 5 / x = -2 के लिए 3x2 - 4x + 5 का मान निकालिए
    Show answer

    Answer: 3(4) - 4(-2) + 5 = 12 + 8 + 5 = 25. / उत्तर: 3(4) - 4(-2) + 5 = 12 + 8 + 5 = 25।

  10. Factorise by grouping: x3 + 3x2 + 2x + 6 / x3 + 3x2 + 2x + 6 / वर्गों में बाँटकर गुणनखण्डों में लिखिए: x3 + 3x2 + 2x + 6
    Show answer

    Answer: Group: x2(x + 3) + 2(x + 3) = (x2 + 2)(x + 3). / उत्तर: वर्गों में बाँटकर: x2(x + 3) + 2(x + 3) = (x2 + 2)(x + 3)।

Related Laws & Principles

Explore all

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

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