Enter a whole number to find its prime factors, exponent form, factor tree, and division steps. The prime checker is included as a secondary result.
Prime factorization FAQ
How do you find prime factorization?
Divide the number by the smallest prime that divides it exactly, record that prime, and repeat with the quotient. Stop when the quotient is prime. The recorded primes are the prime factorization.
What is the difference between factors and prime factors?
Factors are all whole numbers that divide a number exactly. Prime factors are only the prime numbers in its multiplicative decomposition. For 12, the factors are 1, 2, 3, 4, 6, and 12, while the prime factors are 2 and 3.
What is a factor tree?
A factor tree repeatedly splits a composite number into two factors until every leaf is prime. Multiplying the prime leaves reconstructs the original number.
Why is 1 not prime?
A prime must have exactly two positive divisors: 1 and itself. The number 1 has only one positive divisor, so it is neither prime nor composite.
Can a prime number be factorized?
Its prime factorization is the prime number itself. For example, the prime factorization of 997 is 997.
How are repeated factors written with exponents?
Count how many times each prime occurs and use that count as its exponent. For example, 2 × 2 × 2 × 3 is 2³ × 3.
How large a number can this calculator handle?
It accepts whole numbers n with 2 ≤ |n| ≤ 1,000,000,000,000. It uses trial division in a Web Worker with a time limit; large primes and semiprimes can be slower because they have no small factor.