Calculator Uni

Factor Calculator

List all factors and prime factorization of a number.

Number

Factors of 120

1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60, 120

Prime factorization

2^3 × 3 × 5

Factor count

16

Prime?

No

Trial division to the square root

Factors come in pairs that multiply to the number, one on each side of its square root — so checking divisors only up to √n finds them all. 120 = 2³ × 3 × 5, and its factor count follows from the exponents: (3+1)(1+1)(1+1) = 16 factors.

Primes are the atoms

The fundamental theorem of arithmetic says every whole number has exactly one prime factorization. That uniqueness underpins fraction arithmetic, GCF/LCM shortcuts, and — at hundreds of digits — the difficulty assumption behind RSA encryption.

Related calculators