Break a number into its prime factors with exponents. Enter a whole number above 1.
Usage Tip
Start dividing by 2, then 3, 5, 7, and so on — you only need primes up to the square root, with whatever is left being prime.
Divisor count = product of (each exponent + 1)
The factorization underlies GCF, LCM, and fraction reduction.
A prime number factors to just itself.
The total divisor count comes from the exponents.
