Prime Factorization Calculator
CalculatorA prime factorization calculator decomposes an integer into a product of prime numbers.
What is it
Prime factorization expresses a natural number as a product of prime factors. For example, 84 factors into 2×2×3×7.
n = p₁ × p₂ × ... × pₖ, where each p is prime
How to use
- 1Enter an integer of 1 or greater.
- 2Press calculate.
- 3Check the product of prime factors.
Reference
| n | Factorization |
|---|---|
| 84 | 2 × 2 × 3 × 7 |
| 97 | 97 |
Sources & standards
- MDN Web Docs: Client-side web APIs - MDN Web Docs
FAQ
What is the prime factorization of 84?
84 = 2 × 2 × 3 × 7.
Is prime factorization input sent to a server?
No. This tool runs in your browser and does not send input to a server.