How can you quickly find the factors of a number?
Factors are the numbers that divide evenly into another number — that is, with no remainder.
Factors are never greater than the number itself. To find all the factors of a number:
- Start at 1 — since 1 is a factor of every number.
- Then try 2, 3, 4, and so on.
- Stop once you reach or pass the square root of the number.
Let’s go through this process step-by-step for the number 29.
Finding Factors of 29
- Begin with the factor list: $[1, 29]$
- Try 2: $29 \div 2 = 14.5$ → remainder → ❌
- Try 3: $29 \div 3 = 9.66\ldots$ → remainder → ❌
- Try 4: $29 \div 4 = 7.25$ → remainder → ❌
- Try 5: $29 \div 5 = 5.8$ → remainder → ❌
- You’ve now passed $\sqrt{29} \approx 5.38$, so you can stop.
Since no other numbers divide evenly into 29, the only factors are:
$$ [1, 29] $$
This means 29 is a prime number — it has exactly two factors: 1 and itself.
Summary
The factors of 29 are: $[1, 29]$
Because 29 has no divisors other than 1 and itself, it is classified as a prime number.
The more often you practise this factor-checking method, the faster and more intuitive it will become.