Chapter

Factorisation Methods

The module teaches recognition of common factors, grouping, special identities, factorisation by a root, homogeneity, and hidden factors in problems on divisibility, compositeness, and integer solutions.
Log in to track solved progress and bookmarks.

Theory

Key Idea

Factorisation in olympiad algebra is not only a way to simplify an expression. It is a way to reveal hidden reasons for divisibility, compositeness, equality to zero, or impossibility.

The main question of the module is: which factor should appear, and why?

Basic Facts

The most common tools are a common factor, grouping, quadratic factorisation, difference of squares, sum and difference of cubes, and the identity

\[a^3+b^3+c^3-3abc=(a+b+c)(a^2+b^2+c^2-ab-bc-ca).\]

For polynomials, remember: if \(P(r)=0\), then \(x-r\) is a factor of \(P(x)\).

When to Use This Method

Factorisation is useful when the task asks for divisibility, integer solutions, compositeness, equations involving products, or a non-negative factor.

In parameter problems, first look for the parameter value that creates the required root or common factor.

How to Recognise the Method

Look for repeated blocks, forms \(U^2-V^2\), homogeneity, symmetry, vanishing at \(a=b\), \(b=c\), or \(x=r\). If an expression becomes zero under a simple substitution, it often has a hidden linear factor.

Typical Mistakes

Do not expand everything immediately: expansion may hide the structure. When proving compositeness, do not forget to check that the factors are actually greater than \(1\). In integer problems, signs and parity of factor pairs matter.

Mini-Checklist

Before computing, ask: is there a common factor? can the terms be grouped? is there a difference of squares or cubes? does the polynomial have a root? is the expression homogeneous? what happens when variables are equal?

Examples

Example 1. Common Factor and Trinomial

Even a simple common factor often reveals the next formula.

Problem. Factor \(6x^3y-9x^2y^2+3xy^3\).

Solution.

First factor out \(3xy\):

\[6x^3y-9x^2y^2+3xy^3=3xy(2x^2-3xy+y^2).\]

Now \(2x^2-3xy+y^2=(2x-y)(x-y)\). Hence the answer is \(3xy(2x-y)(x-y)\).

Comment. The method has two steps: a common factor, then quadratic factorisation.

Example 2. Grouping

If a common factor is not visible at once, grouping can create it.

Problem. Factor \(ab+ac+bd+cd\).

Solution.

Group the terms:

\[ab+ac+bd+cd=a(b+c)+d(b+c).\]

Now factor out \(b+c\), obtaining \((a+d)(b+c)\).

Comment. Good grouping makes an expression shorter, not longer.

Example 3. A Quadratic Trinomial with Parameters

The roots are sometimes visible without using the discriminant.

Problem. Factor \(x^2-(p+q)x+pq\).

Solution.

We need two numbers whose sum is \(p+q\) and product is \(pq\). They are \(p\) and \(q\).

Therefore \(x^2-(p+q)x+pq=(x-p)(x-q)\).

Comment. This form often appears after a substitution or Vieta's formulas.

Example 4. The Factor Theorem

If a root of a polynomial is known, a linear factor is known as well.

Problem. Find \(k\) if \(x^3+kx^2-5x-2k\) is divisible by \(x-2\), and factor the polynomial for this value of \(k\).

Solution.

Let \(P(x)=x^3+kx^2-5x-2k\). Divisibility by \(x-2\) means \(P(2)=0\).

\[P(2)=8+4k-10-2k=2k-2.\]

Thus \(k=1\). Then \(P(x)=x^3+x^2-5x-2=(x-2)(x^2+3x+1)\).

Comment. We did not guess the factorisation; we first forced the needed factor to appear.

Example 5. Sophie Germain's Trick

Sometimes a difference of squares must be created artificially.

Problem. Factor \(x^4+4y^4\).

Solution.

Add and subtract \(4x^2y^2\):

\[x^4+4y^4=(x^2+2y^2)^2-(2xy)^2.\]

Therefore

\[x^4+4y^4=(x^2-2xy+2y^2)(x^2+2xy+2y^2).\]

Comment. This is one of the main olympiad examples of hidden factorisation.

Example 6. The Cubic Identity

A symmetric expression in three variables often factors in a non-obvious way.

Problem. Factor \(a^3+b^3+c^3-3abc\).

Solution.

Use the identity

\[a^3+b^3+c^3-3abc=(a+b+c)(a^2+b^2+c^2-ab-bc-ca).\]

It can be checked by expansion. In problems, the important point is to remember that the first factor is \(a+b+c\).

Comment. When \(a+b+c=0\), this identity immediately gives \(a^3+b^3+c^3=3abc\).

Example 7. A Homogeneous Expression

Homogeneity suggests factors of matching degree.

Problem. Factor \(a^4+a^2b^2+b^4\).

Solution.

Add and subtract \(a^2b^2\):

\[a^4+a^2b^2+b^4=(a^2+b^2)^2-a^2b^2.\]

This is a difference of squares:

\[(a^2-ab+b^2)(a^2+ab+b^2).\]

Comment. Not every fourth-degree expression should be treated as a full expansion.

Example 8. Compositeness After a Shift

Factorisation helps not only to factor, but also to decide primality.

Problem. Find all integers \(n\) for which \((n+1)^4+4\) is prime.

Solution.

Set \(m=n+1\). We need to understand when \(m^4+4\) is prime.

By Sophie Germain's trick, \(m^4+4=(m^2-2m+2)(m^2+2m+2)\).

If \(|m|>1\), this is a non-trivial factorisation. If \(m=0\), the number is \(4\), not prime. If \(m=1\) or \(m=-1\), the number is \(5\). Hence \(n=0\) or \(n=-2\).

Comment. A shift of variable keeps the same idea but hides the familiar structure.

Problems

Problems

#2.1
#2.1

Common Factor with a Second Step

Common Factor Grade 7 Grade 8 Grade 9 ★☆☆☆☆

Factor \(6x^3y-9x^2y^2+3xy^3\).

Details
Problem: ALG-B1-M02-P001
Difficulty: Level 1 of 5
Tag: Common Factor
Grade: Grade 7, Grade 8, Grade 9
#2.2
#2.2

Grouping Four Terms

Factorisation Grade 7 Grade 8 Grade 9 ★☆☆☆☆

Factor \(ab+ac+bd+cd\).

Details
Problem: ALG-B1-M02-P002
Difficulty: Level 1 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.3
#2.3

A Trinomial with Letter Roots

Parameter Grade 7 Grade 8 Grade 9 ★☆☆☆☆

Factor \(x^2-(p+q)x+pq\).

Details
Problem: ALG-B1-M02-P003
Difficulty: Level 1 of 5
Tag: Parameter
Grade: Grade 7, Grade 8, Grade 9
#2.4
#2.4

Difference of Square Blocks

Difference Of Squares Grade 7 Grade 8 Grade 9 ★☆☆☆☆

Factor \( (2a+b)^2-(a-2b)^2 \).

Details
Problem: ALG-B1-M02-P004
Difficulty: Level 1 of 5
Tag: Difference Of Squares
Grade: Grade 7, Grade 8, Grade 9
#2.5
#2.5

A Square Minus a Square

Difference Of Squares Grade 7 Grade 8 Grade 9 ★☆☆☆☆

Factor \(a^2+2ab+b^2-c^2\).

Details
Problem: ALG-B1-M02-P005
Difficulty: Level 1 of 5
Tag: Difference Of Squares
Grade: Grade 7, Grade 8, Grade 9
#2.6
#2.6

A Hidden Difference of Squares

Factorisation Grade 7 Grade 8 Grade 9 ★★☆☆☆

Factor \(x^4+4y^4\).

Details
Problem: ALG-B1-M02-P006
Difficulty: Level 2 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.7
#2.7

Odd Sum of Powers

Divisibility Grade 7 Grade 8 Grade 9 ★★☆☆☆

Prove that \(a+b\) divides \(a^{2n+1}+b^{2n+1}\) for every integer \(n\ge0\).

Details
Problem: ALG-B1-M02-P007
Difficulty: Level 2 of 5
Tag: Divisibility
Grade: Grade 7, Grade 8, Grade 9
#2.8
#2.8

A Parameter and a Linear Factor

Parameter Grade 7 Grade 8 Grade 9 ★★☆☆☆

Find \(k\) if \(x^3+kx^2-5x-2k\) is divisible by \(x-2\), and factor the polynomial for this \(k\).

Details
Problem: ALG-B1-M02-P008
Difficulty: Level 2 of 5
Tag: Parameter
Grade: Grade 7, Grade 8, Grade 9
#2.9
#2.9

A Fourth Degree as a Quadratic Trinomial

Quadratic Factorisation Grade 7 Grade 8 Grade 9 ★★☆☆☆

Factor \(x^4+x^2+1\).

Details
Problem: ALG-B1-M02-P009
Difficulty: Level 2 of 5
Tag: Quadratic Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.10
#2.10

Compositeness of a Quadratic Form

Factorisation Grade 7 Grade 8 Grade 9 ★★☆☆☆

Prove that for every positive integer \(n\), the number \(n^4+4n^2+3\) is composite.

Details
Problem: ALG-B1-M02-P010
Difficulty: Level 2 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.11
#2.11

Divisibility of a Cubic Expression

Divisibility Grade 7 Grade 8 Grade 9 ★★☆☆☆

Prove that for integers \(a,b,c\), the expression \(a^3+b^3+c^3-3abc\) is divisible by \(a+b+c\).

Details
Problem: ALG-B1-M02-P011
Difficulty: Level 2 of 5
Tag: Divisibility
Grade: Grade 7, Grade 8, Grade 9
#2.12
#2.12

Homogeneous Difference of Squares

Difference Of Squares Grade 7 Grade 8 Grade 9 ★★☆☆☆

Factor \(x^2y^2-9z^4\).

Details
Problem: ALG-B1-M02-P012
Difficulty: Level 2 of 5
Tag: Difference Of Squares
Grade: Grade 7, Grade 8, Grade 9
#2.13
#2.13

When the Cubic Expression Is Zero

Nonnegative Grade 7 Grade 8 Grade 9 ★★★☆☆

Let \(a+b+c>0\) and \(a^3+b^3+c^3=3abc\). Prove that \(a=b=c\).

Details
Problem: ALG-B1-M02-P013
Difficulty: Level 3 of 5
Tag: Nonnegative
Grade: Grade 7, Grade 8, Grade 9
#2.14
#2.14

Primality in Sophie Germain's Expression

Sophie Germain Grade 7 Grade 8 Grade 9 ★★★☆☆

Find all positive integer pairs \(x,y\) for which \(x^4+4y^4\) is prime.

Details
Problem: ALG-B1-M02-P014
Difficulty: Level 3 of 5
Tag: Sophie Germain
Grade: Grade 7, Grade 8, Grade 9
#2.15
#2.15

Complete Factorisation of a Sixth Power

Factorisation Grade 7 Grade 8 Grade 9 ★★★☆☆

Factor \(x^6-1\) into factors with integer coefficients.

Details
Problem: ALG-B1-M02-P015
Difficulty: Level 3 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.16
#2.16

A Divisor of a Sixth Power Difference

Divisibility Grade 7 Grade 8 Grade 9 ★★★☆☆

Prove that \(a^6-b^6\) is divisible by \(a^2+ab+b^2\).

Details
Problem: ALG-B1-M02-P016
Difficulty: Level 3 of 5
Tag: Divisibility
Grade: Grade 7, Grade 8, Grade 9
#2.17
#2.17

Integer Solutions After Completing a Square

Difference Of Squares Grade 7 Grade 8 Grade 9 ★★★☆☆

Find all integers \(x,y\) such that \(x^2-y^2=2x+6\).

Details
Problem: ALG-B1-M02-P017
Difficulty: Level 3 of 5
Tag: Difference Of Squares
Grade: Grade 7, Grade 8, Grade 9
#2.18
#2.18

A Fourth Degree Without Expansion

Homogeneous Expression Grade 7 Grade 8 Grade 9 ★★★☆☆

Factor \(a^4+a^2b^2+b^4\).

Details
Problem: ALG-B1-M02-P018
Difficulty: Level 3 of 5
Tag: Homogeneous Expression
Grade: Grade 7, Grade 8, Grade 9
#2.19
#2.19

A Cyclic Expression

Factorisation Grade 7 Grade 8 Grade 9 ★★★☆☆

Factor \(a(b^2-c^2)+b(c^2-a^2)+c(a^2-b^2)\).

Details
Problem: ALG-B1-M02-P019
Difficulty: Level 3 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.20
#2.20

All Prime Values of a Shifted Expression

Sophie Germain Grade 7 Grade 8 Grade 9 ★★★★☆

Find all integers \(n\) for which \(n^4+4n^3+6n^2+4n+5\) is prime.

Details
Problem: ALG-B1-M02-P020
Difficulty: Level 4 of 5
Tag: Sophie Germain
Grade: Grade 7, Grade 8, Grade 9
#2.21
#2.21

When a Fourth Power Is Almost a Square

Difference Of Squares Grade 7 Grade 8 Grade 9 ★★★★☆

Prove that for positive integer \(n\), the number \(n^4+4\) is not a square.

Details
Problem: ALG-B1-M02-P021
Difficulty: Level 4 of 5
Tag: Difference Of Squares
Grade: Grade 7, Grade 8, Grade 9
#2.22
#2.22

Two Differences of Squares

Factorisation Grade 7 Grade 8 Grade 9 ★★★★☆

Find all integer pairs \(x,y\) such that \(x^2-y^2=24\) and \(x-y>0\).

Details
Problem: ALG-B1-M02-P022
Difficulty: Level 4 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.23
#2.23

Factoring by Vanishing

Factorisation Grade 7 Grade 8 Grade 9 ★★★★☆

Prove that \(a^2(b-c)+b^2(c-a)+c^2(a-b)=-(a-b)(b-c)(c-a)\).

Details
Problem: ALG-B1-M02-P023
Difficulty: Level 4 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.24
#2.24

Fifth Powers with Zero Sum

Factorisation Grade 7 Grade 8 Grade 9 ★★★★★

Let \(a+b+c=0\). Prove that \(a^5+b^5+c^5=\frac{5}{2}abc(a^2+b^2+c^2)\).

Details
Problem: ALG-B1-M02-P024
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.25
#2.25

Factoring a Cyclic Fifth-Degree Expression

Factorisation Grade 7 Grade 8 Grade 9 ★★★★★

Factor \(a^4(b-c)+b^4(c-a)+c^4(a-b)\).

Details
Problem: ALG-B1-M02-P025
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
#2.26
#2.26

Increasing a Product After a Shift

Factorisation Grade 7 Grade 8 Grade 9 ★★★★★

In a product of three positive integers, each factor was decreased by \(4\). Could the new product be exactly \(2020\) greater than the original one? If yes, give an example and explain how to find it.

Details
Problem: ALG-B1-M02-P026
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
Source: Inspired by regional olympiad method · 2017 · Grade 9 · Problem 1
#2.27
#2.27

A Product Became 78 Times Larger

Factorisation Grade 7 Grade 8 Grade 9 ★★★★★

In a product of five positive integers, each factor was decreased by \(4\). Could the new product become exactly \(78\) times the original one? If yes, find a suitable set of numbers.

Details
Problem: ALG-B1-M02-P027
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
Source: Inspired by regional olympiad method · 2017 · Grade 10 · Problem 1
#2.28
#2.28

Seven Factors and a Hidden Coefficient

Factorisation Grade 7 Grade 8 Grade 9 ★★★★★

In a product of seven positive integers, each factor was decreased by \(4\). Could the new product become exactly \(80\) times the original one? If yes, give an example and justify it.

Details
Problem: ALG-B1-M02-P028
Difficulty: Level 5 of 5
Tag: Factorisation
Grade: Grade 7, Grade 8, Grade 9
Source: Inspired by regional olympiad method · 2017 · Grade 11 · Problem 1

Ladders

No published ladders were found.
Previous Chapter
Next Chapter