Lesson Notes By Weeks and Term v3 - Junior Secondary 2

Algebraic expressions

Download the Lessonotes Mobile Nigeria 2025 app for faster lesson access on Android and iPhone.

Subject: General Mathematics

Class: Junior Secondary 2

Term: 2nd Term

Week: 3

Theme: Algebraic Processes

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

Expand a given algebraic expression Expand a given algebraic expression; Factorize simple algebraic expressions Apply the use of quadratic equation box in expanding and factorizing algebraic expressions Solve quantitative reasoning problem Simplify algebraic expression on fractions with monomial denominators in terpret and solve word problems in volving algebraic fractions.

Lesson notes

Algebraic Processes Algebraic expressions Term: 2nd Term Week: 6 ---

1. Overview and Learning Objectives This topic introduces students to fundamental operations involving algebraic expressions, building upon their foundational knowledge of variables, constants, and basic operations. Algebraic expressions are the bedrock of higher mathematics and are crucial for solving real-world problems systematically. Understanding how to expand, factorize, and simplify these expressions equips learners with essential analytical skills applicable across various fields. By the end of this lesson, students will be able to: Determine the product of algebraic terms, thereby expanding given algebraic expressions. Break down algebraic expressions into their constituent factors, focusing on simple forms. Utilize the "quadratic box" method to both expand and factorize algebraic expressions, especially those involving two binomials or trinomials with `a=1`. Solve quantitative reasoning problems that require forming and simplifying algebraic expressions. Simplify algebraic expressions presented as fractions with single-term (monomial) denominators. Translate and solve word problems that lead to algebraic fractions, interpreting the solution in the context of the problem.

Real-world Connection: These skills are vital in various aspects of Nigerian daily life and professions: Budgeting and Commerce: Calculating total costs, profits, or discounts when quantities are unknown or variable (e.g., determining the total cost of `x` bags of rice and `y` tubers of yam at varying market prices).

Engineering and Construction: Designing structures, calculating material requirements, or estimating project timelines where dimensions or rates are expressed algebraically.

Science and Technology: Understanding and manipulating formulas in physics, chemistry, and computing, which are fundamentally algebraic.

Resource Allocation: Solving problems related to sharing resources (land, money, goods) fairly among people or groups, often leading to algebraic equations and fractions.

2. Key Concepts and Explanations

A. Recall: What is an Algebraic Expression? An algebraic expression is a mathematical phrase that combines numbers (constants), variables (letters representing unknown values), and operation symbols (+, -, ×, ÷).

Term: Parts of an expression separated by + or - signs. E.g., in `3x + 5y - 2`, `3x`, `5y`, and `2` are terms.

Coefficient: The numerical factor of a term containing a variable. E.g., in `3x`, `3` is the coefficient.

Variable: A letter representing an unknown value. E.g., `x, y, a, b`.

Constant: A term with no variable (a fixed numerical value). E.g., `5`, `-2`. B. Expansion of Algebraic Expressions (P.O. 1) Expanding an algebraic expression means removing parentheses by multiplying out the terms. The distributive property `a(b+c) = ab + ac` is fundamental.

Type 1: Monomial by Binomial/Trinomial Rule: Multiply the single term outside the bracket by each term inside the bracket.

Example 1: Expand `2(x + 3)` `2 x + 2 3` `2x + 6` Example 2: Expand `-3(2y - 5)` `-3 2y + (-3) (-5)` `-6y + 15` Example 3: Expand `x(x^2 + 2x - 4)` `x x^2 + x 2x - x 4` `x^3 + 2x^2 - 4x` Type 2: Binomial by Binomial Rule: Each term in the first binomial multiplies each term in the second binomial. The FOIL method (First, Outer, Inner, Last) is a useful mnemonic for `(a+b)(c+d) = ac + ad + bc + bd`.

Example 4: Expand `(x + 2)(x - 3)` `First`: `x x = x^2` `Outer`: `x (-3) = -3x` `Inner`: `2 x = 2x` `Last`: `2 (-3) = -6` Combine: `x^2 - 3x + 2x - 6 = x^2 - x - 6` Example 5: Expand `(2a - 1)(a + 4)` `First`: `2a a = 2a^2` `Outer`: `2a 4 = 8a` `Inner`: `-1 a = -a` `Last`: `-1 4 = -4` Combine: `2a^2 + 8a - a - 4 = 2a^2 + 7a - 4` Type 3: Special Cases (Perfect Squares) `(a + b)^2 = (a + b)(a + b) = a^2 + 2ab + b^2` `(a - b)^2 = (a - b)(a - b) = a^2 - 2ab + b^2` Example 6: Expand `(y + 1)(a + 4)` `First`: `2a a = 2a^2` `Outer`: `2a 4 = 8a` `Inner`: `-1 a = -a` `Last`: `-1 4 = -4` Combine: `2a^2 + 8a - a - 4 = 2a^2 + 7a - 4` Type 3: Special Cases (Perfect Squares) `(a + b)^2 = (a + b)(a + b) = a^2 + 2ab + b^2` `(a - b)^2 = (a - b)(a - b) = a^2 - 2ab + b^2` Example 6: Expand `(y + 5)^2` `(y + 5)(y + 5) = yy + y5 + 5y + 55` `= y^2 + 5y + 5y + 25` `= y^2 + 10y + 25` Example 7: Expand `(3m - 2)^2` `(3m - 2)(3m - 2) = 3m3m + 3m(-2) + (-2)3m + (-2)(-2)` `= 9m^2 - 6m - 6m + 4` `= 9m^2 - 12m + 4` C. Factorization of Simple Algebraic Expressions (P.O. 2) Factorization is the reverse of expansion. It involves expressing an algebraic expression as a product of its factors.

Type 1: Common Factor Factorization Rule: Find the greatest common factor (GCF) of all terms and factor it out using the distributive property in reverse.

Example 8: Factorize `4x + 8` GCF of `4x` and `8` is `4`. `4(x + 2)` Example 9: Factorize `6ab - 9a^2` GCF of `6ab` and `9a^2` is `3a`. `3a(2b - 3a)` Example 10: Factorize `5x^2y + 10xy^2 - 15xy` GCF is `5xy`. `5xy(x + 2y - 3)` Type 2: Difference of Two Squares Rule: An expression in the form `a^2 - b^2` can be factorized as `(a - b)(a + b)`.

Example 11: Factorize `x^2 - 9` This is `x^2 - 3^2`. `(x - 3)(x + 3)` Example 12: Factorize `4y^2 - 25` This is `(2y)^2 - 5^2`. `(2y - 5)(2y + 5)` Type 3: Factorizing Quadratic Trinomials (`ax^2 + bx + c` where `a = 1`)

Rule: Find two numbers that multiply to `c` (the constant term) and add up to `b` (the coefficient of the middle term). Let these numbers be `p` and `q`. Then `x^2 + bx + c = (x + p)(x + q)`.

Example 13: Factorize `x^2 + 7x + 12` Numbers that multiply to 12 and add to 7 are 3 and 4. `(x + 3)(x + 4)` Example 14: Factorize `y^2 - 5y + 6` Numbers that multiply to 6 and add to -5 are -2 and -3. `(y - 2)(y - 3)` Example 15: Factorize `a^2 + 2a - 8` Numbers that multiply to -8 and add to 2 are 4 and -2. `(a + 4)(a - 2)` D. Applying the Quadratic Equation Box (P.O. 3) The "quadratic box" (or grid method) is a visual tool particularly useful for multiplying binomials (expansion) and for factoring quadratic trinomials.

Expansion using the Box Method: Rule: Draw a 2x2 grid. Write the terms of one binomial along the top and the terms of the other binomial along the side. Multiply the terms corresponding to each box.

Example 16: Expand `(x + 2)(x + 3)` using the quadratic box. ``` +-----+-----+ | x | +3 | +--+-----+-----+ | x| x^2 | 3x | +--+-----+-----+ |+2| 2x | 6 | +--+-----+-----+ ``` Sum the terms inside the boxes: `x^2 + 3x + 2x + 6 = x^2 + 5x + 6`.

Example 17: Expand `(2y - 1)(y + 4)` using the quadratic box. ``` +-----+-----+ | 2y | -1 | +--+-----+-----+ | y| 2y^2| -y | +--+-----+-----+ |+4| 8y | -4 | +--+-----+-----+ ``` Sum the terms: `2y^2 - y + 8y - 4 = 2y^2 + 7y - 4`. Factorization using the Box Method (for `ax^2 + bx + c` where `a=1`): Rule: For `x^2 + bx + c`:

1. Find two numbers `p` and `q` that multiply to `c` and add to `b`.

2. Draw a 2x2 Example 17: Expand `(2y - 1)(y + 4)` using the quadratic box. ``` +-----+-----+ | 2y | -1 | +--+-----+-----+ | y| 2y^2| -y | +--+-----+-----+ |+4| 8y | -4 | +--+-----+-----+ ``` Sum the terms: `2y^2 - y + 8y - 4 = 2y^2 + 7y - 4`. Factorization using the Box Method (for `ax^2 + bx + c` where `a=1`): Rule: For `x^2 + bx + c`:

1. Find two numbers `p` and `q` that multiply to `c` and add to `b`.

2. Draw a 2x2 grid. Place `x^2` in the top-left box and `c` in the bottom-right box.

3. Place `px` and `qx` (the two numbers multiplied by `x`) in the remaining two boxes.

4. Find the GCF of each row and each column. These GCFs form the factors.

Example 18: Factorize `x^2 + 5x + 6` using the quadratic box. Numbers that multiply to 6 and add to 5 are 2 and

3. So, `5x` becomes `2x + 3x`. ``` +-----+-----+ | | | 1` (e.g., `2x^2 + 7x + 3`), possibly using the `ac` method or more complex box methods.

Activity: Explore algebraic identities such as `(a+b)^3` or `a^3+b^3`.

2. Solving More Complex Algebraic Fractional Equations: Activity: Provide word problems that lead to algebraic fractional equations where variables appear in the denominator, requiring cross-multiplication or more intricate LCM manipulation (e.g., `1/x + 1/(x+1) = 5/6`).

Teacher Role: Challenge students to think critically about restrictions on variable values (e.g., denominators cannot be zero).

3. Application in Problem Solving: Activity: Present open-ended, multi-step real-world problems (e.g., optimizing area or volume with given constraints, more complex quantitative reasoning puzzles) that require the use of multiple algebraic techniques learned.

Teacher Role: Encourage students to explore different methods of solving and justify their chosen approaches.

4. Introduction to Functions: Activity: Briefly introduce the concept of an algebraic expression as a function `f(x)`. For example, if `f(x) = x+3`, evaluate `f(2)` or `f(y+1)`. This lays groundwork for future topics.

Teacher activity

Evaluation guide

Reference guide