The Factors Calculator finds all positive divisors (factors) of any integer. It also shows factor pairs, prime factorisation, and the total number of factors. Whether you need to factor a number for algebra, simplify fractions, find greatest common divisors (GCD), or just explore divisibility, this tool provides instant results with a complete step‑by‑step explanation.
What Are Factors?
A factor (or divisor) of a whole number n is another whole number that divides n exactly with no remainder. For example, the factors of 15 are 1, 3, 5, and 15 because 15 ÷ 1 = 15, 15 ÷ 3 = 5, 15 ÷ 5 = 3, 15 ÷ 15 = 1. Every number has at least two factors: 1 and itself.
Methods to Find Factors
1. Trial division: Test each integer from 1 to √n. If i divides n, then both i and n/i are factors.
2. Prime factorisation first: Find the prime factors, then generate all combinations to list factors.
3. Using factor pairs: List pairs (i, n/i) for i up to √n.
Real‑World Applications of Factors
- Simplifying fractions: Finding common factors between numerator and denominator.
- Finding greatest common divisor (GCD): The largest factor common to two numbers.
- Algebra and number theory: Factoring polynomials, solving Diophantine equations.
- Everyday grouping: Dividing items into equal groups (e.g., 15 candies can be shared among 1, 3, 5, or 15 people).