Math

Prime Factorization

Break any integer into prime factors.

Result
2^3 × 3^2 × 5
Prime factorization
Factor count
6
Is prime?
No

Decompose an integer into its prime factors and detect whether the number itself is prime.

How it works

Trial-divides n by every prime p ≤ √n; the remaining factor (if > 1) is also prime.

Example

360 = 2³ × 3² × 5.

Popular calculators

The most-used tools on Calcly.

Related calculators