The Factors Calculator finds all positive divisors (factors) of any integer. It also shows factor pairs, prime factorisation, and the total number of factors. For example, the factors of 21 are 1, 3, 7, 21 (since 21 = 3 × 7). This tool is perfect for algebra, simplifying fractions, finding common divisors, and exploring number theory.
What Are Factors?
A factor (or divisor) of a whole number n is another whole number that divides n exactly with no remainder. Every number has at least two factors: 1 and itself. For 21, the complete set is 1, 3, 7, 21. Notice that 3 and 7 are primes, so the prime factorisation of 21 is 3 × 7.
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 21 items into equal groups – possible into 1, 3, 7, or 21 groups.