Exercise 12.1 — Common Factors
Factorisation method and grouping the terms.
What Is Factorisation?
Factorisation (also spelled factorization) is the process of writing an algebraic expression as a product of its factors. Think of it as the reverse of multiplication: instead of expanding brackets, you compress an expression back into a multiplied form.
For example, the number 12 can be written as 2 × 6, or 3 × 4, or 2 × 2 × 3. Similarly, the expression 6x + 9 can be written as 3(2x + 3). Factorisation is one of the most powerful tools in algebra — it simplifies expressions, helps solve equations, and appears throughout Class 8, 9, and 10 mathematics in CBSE, Telangana, and Andhra Pradesh board examinations.
Question 1 — Finding Common Factors of Given Terms
Before you can factorise an expression, you need to find the common factors of its individual terms. This means listing all factors of each term, identifying those that appear in all of them, and listing every such common factor — not just the Highest Common Factor (HCF), but all common factors including 1.
The method used in Exercise 12.1 is prime factorisation: break each term into its prime building blocks (smallest prime numbers and individual variables), then read off the common pieces.
To find all common factors:
1. Write each term as a product of primes and variables
2. Find HCF = product of primes/variables common to ALL terms
3. List ALL factors of the HCF (those are the common factors)
Prime Factorisation
Common factors of 8x and 24 → 1, 2, 4, 8
Common factors → 1, 3, a, 3a
Common factors → 1, 7, x, y, 7x, 7y, xy, 7xy
Common factors → 1, 2, 3, 6, x, y, 2x, 2y, 3x, 3y, xy, 6x, 6y, 2xy, 3xy, 6xy
Question 2 — Factorise the Expressions (Taking Out Common Factor)
In Question 2, you move from identifying common factors to using them to rewrite an expression in factorised form. The process is: find the HCF of all terms → take it outside the bracket → divide each term by the HCF and write the quotients inside the bracket.
If HCF of (ax² + bxy) = x, then:
ax² + bxy = x(ax + by)
5x² − 25xy = 5x(x) − 5x(5y) = 5x(x − 5y)
9a² − 6ax = 3a(3a) − 3a(2x) = 3a(3a − 2x)
7p² + 49pq = 7p(p) + 7p(7q) = 7p(p + 7q)
36a²b − 60a²bc = 12a²b(3) − 12a²b(5c) = 12a²b(3 − 5c)
HCF = 3 × a × b × c = 3abc
= 3abc(a) + 3abc(2b) + 3abc(3c) = 3abc(a + 2b + 3c)
HCF = p (only p is common to all three)
= p(4p) + p(5q) − p(6q²) = p(4p + 5q − 6q²)
HCF = t
= t(u) + t(at) = t(u + at)
Question 3 — Factorisation by Regrouping Terms
Sometimes, no single factor is common to all terms of an expression. In such cases, we use a powerful technique called factorisation by grouping: split the expression into two pairs, factor out the common factor from each pair separately, and then notice that a common bracket appears — which you then take out as the final factor.
ax + ay + bx + by
= a(x + y) + b(x + y) ← same bracket appears
= (a + b)(x + y)
2 Factor each pair: = 3x(a − 2y) + 4b(2y − a)
3 Rewrite second group to match bracket: = 3x(a − 2y) − 4b(a − 2y)
4 Take out common bracket (a − 2y): = (3x − 4b)(a − 2y)
2 Factor each pair: = x²(x + 2) + 5(x + 2)
3 Both pairs have (x + 2) — take it out: = (x² + 5)(x + 2)
2 Factor each pair: = m(m − n) + 4(m − n)
3 Common bracket (m − n): = (m + 4)(m − n)
2 Factor each group: = a²(a − b²) − b(a − b²)
3 Common bracket (a − b²): = (a² − b)(a − b²)
2 Factor each group: = p(pq − r²) − 1(pq − r²)
3 Common bracket (pq − r²): = (p − 1)(pq − r²)
Quick Reference — All Answers at a Glance
| Question | Expression | HCF / Method | Factorised Form |
|---|---|---|---|
| Q1(i) | 8x, 24 | HCF = 8 | 1, 2, 4, 8 |
| Q1(ii) | 3a, 21ab | HCF = 3a | 1, 3, a, 3a |
| Q1(iii) | 7xy, 35x²y³ | HCF = 7xy | 1, 7, x, y, 7x, 7y, xy, 7xy |
| Q1(iv) | 4m², 6m², 8m³ | HCF = 2m² | 1, 2, m, 2m, m², 2m² |
| Q1(v) | 15p, 20qr, 25rp | HCF = 5 | 1, 5 |
| Q1(vi) | 4x², 6xy, 8y²x | HCF = 2x | 1, 2, x, 2x |
| Q1(vii) | 12x²y, 18xy² | HCF = 6xy | 1, 2, 3, 6, x, y, 6x, 6y, … 6xy |
| Q2(i) | 5x² − 25xy | HCF = 5x | 5x(x − 5y) |
| Q2(ii) | 9a² − 6ax | HCF = 3a | 3a(3a − 2x) |
| Q2(iii) | 7p² + 49pq | HCF = 7p | 7p(p + 7q) |
| Q2(iv) | 36a²b − 60a²bc | HCF = 12a²b | 12a²b(3 − 5c) |
| Q2(v) | 3a²bc + 6ab²c + 9abc² | HCF = 3abc | 3abc(a + 2b + 3c) |
| Q2(vi) | 4p² + 5pq − 6pq² | HCF = p | p(4p + 5q − 6q²) |
| Q2(vii) | ut + at² | HCF = t | t(u + at) |
| Q3(i) | 3ax − 6xy + 8by − 4ab | Grouping | (3x − 4b)(a − 2y) |
| Q3(ii) | x³ + 2x² + 5x + 10 | Grouping | (x² + 5)(x + 2) |
| Q3(iii) | m² − mn + 4m − 4n | Grouping | (m + 4)(m − n) |
| Q3(iv) | a³ − a²b² − ab + b³ | Grouping | (a² − b)(a − b²) |
| Q3(v) | p²q − pr² − pq + r² | Grouping | (p − 1)(pq − r²) |
Common Mistakes to Avoid in Factorisation
- Not using the full HCF: Students sometimes take out only a partial common factor (e.g., taking out 3 instead of 12a²b in Q2(iv)). Always fully factorise — find the complete HCF before taking it out.
- Forgetting to list ALL common factors in Q1: The question asks for all common factors, not just the HCF. If the HCF is 6xy, you must also list 1, 2, 3, 6, x, y, 2x, 2y, 3x, 3y, xy, 2xy, 3xy, and 6xy.
- Sign errors in regrouping (Q3): When the second pair yields a bracket like (2y − a), you must flip it to −(a − 2y) to match the first pair's bracket. Missing this flip gives the wrong answer.
- Including variables not present in every term: In Q1(v) — 15p, 20qr, 25rp — students may include r or p in the HCF. But 20qr has no p, so p cannot be a common factor of all three terms.
- Incorrect grouping: In Q3, if your two groups don't produce the same bracket, try regrouping the terms in a different order before concluding it can't be done.
- Not verifying the answer: Always expand your factorised form mentally to check you get back the original expression — a step that takes 10 seconds and saves full marks.
What Exercise 12.1 Prepares You For
The skills in this exercise are the foundation for the rest of Chapter 12 — Factorisation. The common-factor method learned in Q1 and Q2 is used directly in Exercise 12.2, where you use algebraic identities to factorise expressions like perfect squares and difference of squares.
The regrouping method from Q3 is essential for Exercise 12.3, which deals with factorising quadratic trinomials of the form x² + bx + c — a topic that bridges directly into Class 9 Polynomials.
For students in CBSE, Telangana, and Andhra Pradesh boards, factorisation appears in 2-mark, 3-mark, and 4-mark questions in SA-1 and SA-2 examinations. Strong command of HCF-based factorisation and regrouping is essential for scoring in Chapter 12. The regrouping technique also underpins simplification of rational expressions in Class 9 and 10.