Solved Examples

NCERT Solutions for Class 8 Maths Chapter 12: Factorisation — Free PDF

Complete solutions for all exercises — common factors, regrouping, identities, and division of algebraic expressions with detailed worked examples and practice questions.

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202638 min read
NCERT Solutions Class 8 Maths Chapter 12 Factorisation — SparkEd

Chapter 12 Overview: Factorisation

Factorisation is the reverse of expansion. While Chapter 8 taught you how to multiply and expand algebraic expressions, Chapter 12 teaches you how to break an expression into a product of simpler factors.

You will learn four methods of factorisation: taking out common factors, regrouping, using algebraic identities, and dividing polynomials. These skills are critical for simplifying expressions and solving equations in Classes 9 and 10.

This chapter has three exercises. Exercise 12.1 covers factorisation by common factors, regrouping, and identities. Exercise 12.2 focuses on division of algebraic expressions (monomial by monomial, polynomial by monomial, and polynomial by polynomial). Exercise 12.3 contains error-finding questions where you identify and correct mistakes in simplification — these are excellent for building deep understanding.

Key Concepts and Definitions

Factor: A factor of an algebraic expression is an expression that divides it exactly. For example, 2x2x and (x+3)(x + 3) are factors of 2x(x+3)=2x2+6x2x(x + 3) = 2x^2 + 6x.

Factorisation: The process of writing an algebraic expression as a product of its factors. It is the reverse of expansion (multiplication of brackets).

Irreducible Factors: A factor that cannot be broken down further. For example, in 6x2y=2×3×x×x×y6x^2y = 2 \times 3 \times x \times x \times y, the irreducible factors are 22, 33, xx, xx, and yy.

HCF (Highest Common Factor): The largest factor common to all terms. This is key to the common factor method. For 12x3y12x^3y and 8x2y28x^2y^2, the HCF is 4x2y4x^2y.

Algebraic Identities used in factorisation:
- a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2 — perfect square (sum)
- a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2 — perfect square (difference)
- a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b) — difference of squares
- x2+(a+b)x+ab=(x+a)(x+b)x^2 + (a + b)x + ab = (x + a)(x + b) — splitting the middle term

Recognising which identity applies is the most important skill in this chapter. With practice, the patterns become second nature.

Key Methods of Factorisation

Method 1: Common Factor Method

Find the HCF of all terms and take it out as a common factor.

6x2+12x=6x(x+2)6x^2 + 12x = 6x(x + 2)

Steps: (i) Find the HCF of all terms. (ii) Divide each term by the HCF. (iii) Write as HCF ×\times (remaining expression).

Another example: 15a3b225a2b3+10ab=5ab(3a2b5ab2+2)15a^3b^2 - 25a^2b^3 + 10ab = 5ab(3a^2b - 5ab^2 + 2).

Method 2: Regrouping

When no single factor is common to all terms, group terms that share a common factor, then factor again.

ax+ay+bx+by=a(x+y)+b(x+y)=(a+b)(x+y)ax + ay + bx + by = a(x+y) + b(x+y) = (a+b)(x+y)

The key is choosing the right grouping. Sometimes the first grouping you try does not work, and you need to rearrange the terms.

Method 3: Using Identities (in Reverse)

Recognise the pattern and apply the appropriate identity.
- x2+6x+9=x2+2(x)(3)+32=(x+3)2x^2 + 6x + 9 = x^2 + 2(x)(3) + 3^2 = (x + 3)^2
- 25m249=(5m)272=(5m+7)(5m7)25m^2 - 49 = (5m)^2 - 7^2 = (5m + 7)(5m - 7)

Method 4: Division of Polynomials

When dividing one polynomial by another, first factorise both, then cancel common factors.
- Monomial ÷\div Monomial: Divide coefficients, subtract exponents.
- Polynomial ÷\div Monomial: Divide each term separately.
- Polynomial ÷\div Polynomial: Factor the dividend, then cancel.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 12.1 — Solved Examples

**Q1. Factorise: 15x3y2+10x2y315x^3y^2 + 10x^2y^3.**

Solution:

Step 1: Find HCF. HCF of 1515 and 1010 is 55. Common variable factors: x2y2x^2y^2.
HCF =5x2y2= 5x^2y^2.

Step 2: Divide each term by the HCF.
15x3y25x2y2=3x\dfrac{15x^3y^2}{5x^2y^2} = 3x and 10x2y35x2y2=2y\dfrac{10x^2y^3}{5x^2y^2} = 2y.

Step 3: Write the result.

15x3y2+10x2y3=5x2y2(3x+2y)15x^3y^2 + 10x^2y^3 = 5x^2y^2(3x + 2y)

---

**Q2. Factorise by regrouping: x2+xy+8x+8yx^2 + xy + 8x + 8y.**

Solution:

Group the first two and last two terms:

(x2+xy)+(8x+8y)=x(x+y)+8(x+y)=(x+8)(x+y)(x^2 + xy) + (8x + 8y) = x(x + y) + 8(x + y) = (x + 8)(x + y)

Verification: (x+8)(x+y)=x2+xy+8x+8y(x + 8)(x + y) = x^2 + xy + 8x + 8y. Correct.

---

**Q3. Factorise: x216x^2 - 16.**

Solution:

This is a difference of squares: a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b) with a=x,b=4a = x, b = 4:

x216=(x+4)(x4)x^2 - 16 = (x + 4)(x - 4)

---

**Q4. Factorise: 4x2+12x+94x^2 + 12x + 9.**

Solution:

Check if this is a perfect square trinomial.
4x2=(2x)24x^2 = (2x)^2, 9=329 = 3^2, and 12x=2×2x×312x = 2 \times 2x \times 3.

Yes! This matches a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a+b)^2 with a=2x,b=3a = 2x, b = 3:

4x2+12x+9=(2x+3)24x^2 + 12x + 9 = (2x + 3)^2

---

**Q5. Factorise: x2+5x+6x^2 + 5x + 6.**

Solution:

We need two numbers that add to 55 and multiply to 66. Those numbers are 22 and 33.

x2+5x+6=x2+2x+3x+6=x(x+2)+3(x+2)=(x+3)(x+2)x^2 + 5x + 6 = x^2 + 2x + 3x + 6 = x(x + 2) + 3(x + 2) = (x + 3)(x + 2)

---

**Q6. Factorise: 9p224pq+16q29p^2 - 24pq + 16q^2.**

Solution:

9p2=(3p)29p^2 = (3p)^2, 16q2=(4q)216q^2 = (4q)^2, 24pq=2×3p×4q24pq = 2 \times 3p \times 4q.

This matches (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2 with a=3p,b=4qa = 3p, b = 4q:

9p224pq+16q2=(3p4q)29p^2 - 24pq + 16q^2 = (3p - 4q)^2

Exercise 12.2 & 12.3 — Solved Examples (Division)

**Q1. Divide: 14x3y2÷2x2y14x^3y^2 \div 2x^2y.**

Solution:

Divide the coefficients and subtract exponents:

14x3y22x2y=7x32y21=7xy\dfrac{14x^3y^2}{2x^2y} = 7x^{3-2}y^{2-1} = 7xy

---

**Q2. Divide: 6x3+9x2+3x6x^3 + 9x^2 + 3x by 3x3x.**

Solution:

Divide each term of the polynomial by the monomial:

6x3+9x2+3x3x=6x33x+9x23x+3x3x=2x2+3x+1\dfrac{6x^3 + 9x^2 + 3x}{3x} = \dfrac{6x^3}{3x} + \dfrac{9x^2}{3x} + \dfrac{3x}{3x} = 2x^2 + 3x + 1

---

**Q3. Divide x2+7x+12x^2 + 7x + 12 by (x+3)(x + 3).**

Solution:

First factorise the numerator:

x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4)

Now divide:

(x+3)(x+4)(x+3)=x+4\dfrac{(x+3)(x+4)}{(x+3)} = x + 4

---

**Q4. Divide a2b2a^2 - b^2 by (a+b)(a + b).**

Solution:

a2b2a+b=(a+b)(ab)(a+b)=ab\dfrac{a^2 - b^2}{a + b} = \dfrac{(a+b)(a-b)}{(a+b)} = a - b

---

**Q5. Find the error: 3x+13=x+1\dfrac{3x + 1}{3} = x + 1.**

Solution:

This is incorrect. You cannot cancel the 33 with only the coefficient of xx. Every term in the numerator must be divided by the denominator:

3x+13=3x3+13=x+13\dfrac{3x + 1}{3} = \dfrac{3x}{3} + \dfrac{1}{3} = x + \dfrac{1}{3}

The mistake is treating the 33 as if it were a factor of the entire numerator, but 33 is not a factor of (3x+1)(3x + 1).

---

**Q6. Find the error: 4x+54x=5\dfrac{4x + 5}{4x} = 5.**

Solution:

This is incorrect. You cannot cancel 4x4x with the 4x4x in the numerator because 4x4x is a term, not a factor of the entire numerator.

Correct simplification: 4x+54x=4x4x+54x=1+54x\dfrac{4x + 5}{4x} = \dfrac{4x}{4x} + \dfrac{5}{4x} = 1 + \dfrac{5}{4x}.

Alternatively, since (4x+5)(4x + 5) cannot be factored further, the expression is already in simplest form as a fraction.

Worked Examples — Additional Practice

**Example 1. Factorise: 12m2n18mn2+24mn12m^2n - 18mn^2 + 24mn.**

Solution:

HCF of 12,18,2412, 18, 24 is 66. Common variables: mnmn. HCF =6mn= 6mn.

=6mn(2m3n+4)= 6mn(2m - 3n + 4)

Verification: 6mn×2m=12m2n6mn \times 2m = 12m^2n, 6mn×(3n)=18mn26mn \times (-3n) = -18mn^2, 6mn×4=24mn6mn \times 4 = 24mn. Correct.

---

**Example 2. Factorise: x211x+30x^2 - 11x + 30.**

Solution:

We need two numbers that multiply to 3030 and add to 11-11. Those are 5-5 and 6-6.

x211x+30=x25x6x+30=x(x5)6(x5)=(x6)(x5)x^2 - 11x + 30 = x^2 - 5x - 6x + 30 = x(x - 5) - 6(x - 5) = (x - 6)(x - 5)

---

**Example 3. Factorise: 49a264b249a^2 - 64b^2.**

Solution:

(7a)2(8b)2=(7a+8b)(7a8b)(7a)^2 - (8b)^2 = (7a + 8b)(7a - 8b).

---

**Example 4. Factorise by regrouping: pqpr+sqsrpq - pr + sq - sr.**

Solution:

Group: (pqpr)+(sqsr)=p(qr)+s(qr)=(p+s)(qr)(pq - pr) + (sq - sr) = p(q - r) + s(q - r) = (p + s)(q - r).

---

**Example 5. Divide: (x29x+20)÷(x5)(x^2 - 9x + 20) \div (x - 5).**

Solution:

Factorise: x29x+20=(x4)(x5)x^2 - 9x + 20 = (x - 4)(x - 5).

(x4)(x5)(x5)=x4\dfrac{(x-4)(x-5)}{(x-5)} = x - 4

Common Mistakes to Avoid

Mistake 1: Cancelling terms instead of factors.
This is the single most important error to avoid. You can only cancel complete factors, never individual terms.

Wrong: x2+3xx=x+3x=4x\dfrac{x^2 + 3x}{x} = x + 3x = 4x.
Correct: x2+3xx=x(x+3)x=x+3\dfrac{x^2 + 3x}{x} = \dfrac{x(x + 3)}{x} = x + 3.

Wrong: 5x+105=x+10\dfrac{5x + 10}{5} = x + 10.
Correct: 5x+105=5(x+2)5=x+2\dfrac{5x + 10}{5} = \dfrac{5(x + 2)}{5} = x + 2.

**Mistake 2: Sign errors with (ab)2(a - b)^2.**
(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2, NOT a2b2a^2 - b^2. The middle term 2ab-2ab is crucial.

Mistake 3: Incomplete factorisation.
Always check if your factors can be factored further. For example, 2(x24)2(x^2 - 4) is not fully factorised — it should be 2(x+2)(x2)2(x + 2)(x - 2).

Mistake 4: Wrong identification of the identity.
x2+9x^2 + 9 is NOT (x+3)2(x + 3)^2. The identity (a+b)2(a + b)^2 requires a middle term: (x+3)2=x2+6x+9(x + 3)^2 = x^2 + 6x + 9. The expression x2+9x^2 + 9 cannot be factorised using real numbers at this level.

Mistake 5: Errors in finding the splitting numbers.
When factorising x2+bx+cx^2 + bx + c, you need two numbers that ADD to bb and MULTIPLY to cc. Getting these mixed up (adding to cc, multiplying to bb) leads to wrong factors.

Quick Reference — Which Method to Use?

Here is a decision flowchart for choosing the right factorisation method:

Step 1: Is there a common factor in all terms?
If yes, take it out first. Example: 6x2+12x=6x(x+2)6x^2 + 12x = 6x(x + 2).

Step 2: How many terms are there after taking out common factors?
- 2 terms: Check for difference of squares (a2b2a^2 - b^2). Example: x225=(x+5)(x5)x^2 - 25 = (x+5)(x-5). Note: sum of squares (a2+b2a^2 + b^2) cannot be factorised.
- 3 terms (trinomial): Check for perfect square (a2±2ab+b2a^2 \pm 2ab + b^2). If not, try splitting the middle term. Example: x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x+3)(x+4).
- 4 terms: Try regrouping. Example: ax+ay+bx+by=(a+b)(x+y)ax + ay + bx + by = (a+b)(x+y).

**Step 3: For splitting the middle term of x2+bx+cx^2 + bx + c:**
Find two numbers pp and qq such that p+q=bp + q = b and p×q=cp \times q = c.
- If c>0c > 0 and b>0b > 0: both numbers are positive.
- If c>0c > 0 and b<0b < 0: both numbers are negative.
- If c<0c < 0: one number is positive and the other is negative.

Expression typeMethodIdentity used
6x2+9x6x^2 + 9xCommon factorHCF method
x249x^2 - 49Difference of squares(a+b)(ab)(a+b)(a-b)
x2+10x+25x^2 + 10x + 25Perfect square(a+b)2(a+b)^2
x26x+9x^2 - 6x + 9Perfect square(ab)2(a-b)^2
x2+5x+6x^2 + 5x + 6Split middle term(x+a)(x+b)(x+a)(x+b)
ax+bx+ay+byax + bx + ay + byRegroupingGroup and factor

Exam Tips for Factorisation

1. Try common factors first — it is the simplest method and often simplifies the expression enough.
2. For identity-based factorisation, check the pattern: Is it a2±2ab+b2a^2 \pm 2ab + b^2 or a2b2a^2 - b^2? Identify aa and bb.
3. Regrouping requires experimentation. If one grouping does not work, try a different arrangement.
4. In division questions, always factorise first, then cancel common factors.
5. The "find the error" questions in Exercise 12.3 are very important — they test whether you truly understand the rules.
6. When splitting the middle term for x2+bx+cx^2 + bx + c, find two numbers whose sum is bb and product is cc.
7. Always verify your factorisation by expanding back — this catches most errors.
8. In exams, factorisation questions often carry 22-33 marks. Show each step clearly for full marks.

Practice Questions with Answers

Q1. Factorise: 8a3b12a2b2+4ab8a^3b - 12a^2b^2 + 4ab.

Answer: HCF =4ab= 4ab. 8a3b12a2b2+4ab=4ab(2a23ab+1)8a^3b - 12a^2b^2 + 4ab = 4ab(2a^2 - 3ab + 1).

---

Q2. Factorise: x281x^2 - 81.

Answer: (x+9)(x9)(x + 9)(x - 9).

---

Q3. Factorise: x2+14x+49x^2 + 14x + 49.

Answer: (x+7)2(x + 7)^2. (Since 49=7249 = 7^2 and 14x=2×x×714x = 2 \times x \times 7.)

---

Q4. Factorise: x23x10x^2 - 3x - 10.

Answer: We need numbers that multiply to 10-10 and add to 3-3: those are 5-5 and 22.
x25x+2x10=x(x5)+2(x5)=(x+2)(x5)x^2 - 5x + 2x - 10 = x(x - 5) + 2(x - 5) = (x + 2)(x - 5).

---

Q5. Divide: (x2+5x+6)÷(x+2)(x^2 + 5x + 6) \div (x + 2).

Answer: x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3). So the answer is (x+3)(x + 3).

---

Q6. Find and correct the error: (x+2)2=x2+4(x + 2)^2 = x^2 + 4.

Answer: Wrong! The correct expansion is (x+2)2=x2+4x+4(x + 2)^2 = x^2 + 4x + 4. The middle term 4x4x was missing.

Key Takeaways

  • Factorisation is the reverse of expansion: expressing an expression as a product of factors.
    - Four methods: common factors, regrouping, identities, and division.
    - The algebraic identities from Chapter 8 are used in reverse here.
    - When dividing polynomials, factorise first and then cancel common factors.
    - Never cancel parts of terms — only complete factors can be cancelled.
    - Always check your work by expanding back to the original expression.
    - Factorisation is a foundation skill for solving quadratic equations in Class 10 and beyond.

Practise factorisation on SparkEd for adaptive questions that build your skill step by step!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now