Factor Calculator
Enter any positive integer to find all its factors in pairs, its prime factorization, the total number of factors, and whether it is perfect, abundant, or deficient.
Enter a positive integer (up to 1,000,000).
Classifications Explained
Frequently Asked Questions
A factor (or divisor) of an integer n is any integer that divides n without a remainder. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12.
Prime factorization expresses a number as a product of prime numbers. Every integer greater than 1 has a unique prime factorization. For example, 360 = 2³ × 3² × 5.
If n = p₁^a₁ × p₂^a₂ × … × pₖ^aₖ, then the number of factors is (a₁+1)(a₂+1)…(aₖ+1). For 360 = 2³ × 3² × 5¹, that is (3+1)(2+1)(1+1) = 24 factors.
A perfect number equals the sum of its proper divisors. The first few perfect numbers are 6, 28, 496, and 8128. Only 51 perfect numbers are known, and all known ones are even.
A factor divides evenly into a number. A multiple is the result of multiplying a number by an integer. For 4: factors are 1, 2, 4; multiples are 4, 8, 12, 16…
Related Calculators
Prime Number Calculator
Check if a number is prime and find prime numbers up to any limit.
GCF Calculator
Calculate the Greatest Common Factor (GCF/GCD) of two or more numbers.
LCM Calculator
Calculate the Least Common Multiple (LCM) of two or more numbers.