IB Class 9 Algebra Expansion and Factorisation Questions
IB Class 9 Algebra Expansion and Factorisation Questions
IB Class 9 Algebra Expansion and Factorisation Questions help students master polynomial expansion and identity-based simplification. These exercises focus on applying algebraic formulas accurately. Moreover, learners develop logical reasoning skills through structured practice. Clear step-by-step examples improve understanding.
Build Strong Algebra Foundations
IB Class 9 Algebra Expansion and Factorisation Questions support effective revision before exams. Therefore, students gain confidence while solving complex expressions. Additionally, consistent practice increases calculation speed. As a result, learners perform better in assessments. Strong fundamentals ensure long-term academic success.
Expansion and Factorisation Practice Resources
Students can download IB Math Class 9 Expansion and Factorisation Worksheet PDF for structured revision. Moreover, IB Math Expansion and Factorisation Practice Problems PDF provide additional exercises. Therefore, regular practice strengthens algebra skills and improves exam performance efficiently.
Expansion and Factorisation
Expansion and factorisation are inverse processes in algebra. Expanding means removing brackets by multiplying, while factorisation involves writing an expression as a product of its factors. These skills are essential for solving equations, simplifying expressions, and understanding algebraic relationships.
1. Expansion (Removing Brackets)
Expansion is the process of multiplying out brackets. It is based on the distributive law: a(b + c) = ab + ac.
1.1 Single Brackets
Multiply the term outside the bracket by each term inside.
Example 1: Expand 3(2x + 5).
3(2x + 5) = 3 × 2x + 3 × 5 = 6x + 15
Example 2: Expand -4(3y – 7).
-4(3y – 7) = -4 × 3y + (-4) × (-7) = -12y + 28
1.2 Double Brackets (FOIL Method)
To expand (a + b)(c + d), multiply each term in the first bracket by each term in the second bracket. FOIL stands for First, Outer, Inner, Last.
(a + b)(c + d) = ac + ad + bc + bd
Example 1: Expand (x + 4)(x + 7).
(x + 4)(x + 7) = x·x + x·7 + 4·x + 4·7
= x² + 7x + 4x + 28 = x² + 11x + 28
Example 2: Expand (2y – 3)(y + 5).
(2y – 3)(y + 5) = 2y·y + 2y·5 + (-3)·y + (-3)·5
= 2y² + 10y – 3y – 15 = 2y² + 7y – 15
1.3 Perfect Squares
These are special cases of double brackets worth memorising.
(a + b)² = a² + 2ab + b²
(a – b)² = a² – 2ab + b²
Example 1: Expand (x + 5)².
(x + 5)² = x² + 2·x·5 + 5² = x² + 10x + 25
Example 2: Expand (3y – 2)².
(3y – 2)² = (3y)² – 2·(3y)·2 + 2² = 9y² – 12y + 4
1.4 Difference of Two Squares
This is another special product pattern.
(a + b)(a – b) = a² – b²
Example 1: Expand (x + 3)(x – 3).
(x + 3)(x – 3) = x² – 9
Example 2: Expand (2y + 7)(2y – 7).
(2y + 7)(2y – 7) = (2y)² – 7² = 4y² – 49
1.5 More Than Two Brackets
Expand step by step, multiplying two brackets at a time.
Example: Expand (x + 1)(x + 2)(x + 3).
First, (x + 1)(x + 2) = x² + 3x + 2
Then multiply by (x + 3): (x² + 3x + 2)(x + 3)
= x³ + 3x² + 2x + 3x² + 9x + 6
= x³ + 6x² + 11x + 6
2. Factorisation (Putting Brackets Back)
Factorisation is the reverse of expansion. We write an expression as a product of its factors. It’s like finding what was multiplied together to get the expression.
2.1 Common Factors (Highest Common Factor)
Identify the greatest factor common to all terms and factor it out.
Example 1: Factorise 6x + 9.
HCF of 6 and 9 is 3. 6x + 9 = 3(2x + 3)
Example 2: Factorise 12y² – 8y.
HCF of 12 and 8 is 4, and both terms have y. So HCF = 4y.
12y² – 8y = 4y(3y – 2)
Example 3: Factorise 5x²y – 10xy².
HCF = 5xy. 5x²y – 10xy² = 5xy(x – 2y)
2.2 Factorising by Grouping
Used for expressions with four terms. Group terms in pairs, factor each pair, then factor out the common bracket.
Example 1: Factorise x³ + 3x² + 2x + 6.
Group: (x³ + 3x²) + (2x + 6)
= x²(x + 3) + 2(x + 3)
= (x + 3)(x² + 2)
Example 2: Factorise 2xy – 6x + 5y – 15.
Group: (2xy – 6x) + (5y – 15)
= 2x(y – 3) + 5(y – 3)
= (y – 3)(2x + 5)
3. Factorising Quadratics: x² + bx + c
We want to find two numbers that multiply to give ‘c’ and add to give ‘b’.
Step-by-Step Process
For x² + bx + c, find two numbers p and q such that:
p × q = c and p + q = b
Then the factorised form is (x + p)(x + q).
Example 1: Factorise x² + 7x + 12.
Find factors of 12 that add to 7: 3 and 4 (3×4=12, 3+4=7)
= (x + 3)(x + 4)
Example 2: Factorise x² – 5x + 6.
Find factors of 6 that add to -5: (-2) and (-3) [(-2)×(-3)=6, (-2)+(-3)=-5]
= (x – 2)(x – 3)
Example 3: Factorise x² – x – 12.
Find factors of -12 that add to -1: 3 and -4 [3×(-4)=-12, 3+(-4)=-1]
= (x + 3)(x – 4)
4. Factorising Quadratics: ax² + bx + c (a ≠ 1)
This requires a systematic approach. We’ll use the ‘ac method’.
AC Method (Grouping Method)
Multiply a and c to get ac.
Find two numbers that multiply to ac and add to b.
Split the middle term (bx) using these two numbers.
Factor by grouping.
Example 1: Factorise 2x² + 7x + 3.
a=2, c=3 → ac = 6. Find factors of 6 that add to 7: 1 and 6.
Incorrect: Thinking a² – b² = (a – b)². ✓ Correct: (a – b)² = a² – 2ab + b², which is different from a² – b².
Incorrect: Leaving out the HCF when factorising (e.g., 4x + 6 = 2(2x + 3) is correct, but 2(2x+3) is fully factorised? Actually, it is fine, but if you miss a common factor, it’s incomplete.
Incorrect: For the ac method, forgetting to split the middle term correctly or not grouping properly.
Expansion and Factorisation: Word Problems (Level 1)
Question 1: A rectangular garden has length (3x + 4) m and width (2x – 1) m. Find an expanded expression for the area. If x = 5, calculate the actual area.
Answer: Area = 6x2 + 5x – 4 m2; If x = 5, Area = 171 m2
Question 2: A number when multiplied by (x + 3) gives (x2 + 7x + 12). Find the number.
Answer: (x + 4)
Question 3: The product of two consecutive integers is 56 more than the square of the smaller integer (n). Form an equation and find the integers.
Answer: n(n+1) = n2 + 56; Integers are 56 and 57
Question 4: A square cardboard of side (2x + 3) cm has a small square of side x cm cut from each corner. Write the remaining area in factorised form.
Answer: 3(4x + 3) square cm (Note: Logic corrected from source)
Question 5: The sum of two numbers is 15 and their product is 56. Let one be ‘a’. Form a quadratic equation and find the numbers.
Answer: a2 – 15a + 56 = 0; Numbers are 7 and 8
Question 6: A pool (x + 6)m by (x – 2)m is surrounded by a path of uniform width x m. Find the total area expression.
Answer: 9x2 + 12x – 12 m2
Question 7: Difference between two numbers is 4 and sum of squares is 136. If smaller is y, find the numbers.
Answer: (y+4)2 + y2 = 136; Numbers are 6 and 10
Question 8: Area of a field is (x2 + 5x – 24). If length is (x + 8), find the width.
Answer: Width = (x – 3)
Question 9: (x + a)(x + b) = x2 + 11x + 30. Find positive integers a and b (where a > b).
Answer: a = 6, b = 5
Question 10: A number (p) plus its reciprocal is 41/20. Form a quadratic and find p.
Answer: 20p2 – 41p + 20 = 0; p = 5/4 or 4/5
Question 11: Length is 3 cm more than twice its width. Area is 65 cm2. Find dimensions.
Answer: Width = 5 cm, Length = 13 cm