Decompose any number into its prime factors instantly
Your calculations will appear here
Prime factorization is the process of breaking down a composite number into the product of its prime factors. Every composite number can be expressed as a unique product of prime numbers (this is known as the Fundamental Theorem of Arithmetic).
The number 72 can be factorized into primes as:
72 = 2 × 2 × 2 × 3 × 3
Or using exponents: 72 = 23 × 32
Instantly factorizes numbers up to 15 digits using optimized algorithms.
Visualize the factorization process with a detailed factor tree diagram.
Keep track of your recent calculations for reference.
Essential for finding greatest common divisors (GCD), least common multiples (LCM), and simplifying fractions.
Forms the basis of RSA encryption and other public-key cryptographic systems.
Used in algorithm design, particularly in number-theoretic algorithms.
Fundamental concept in elementary number theory and school mathematics.