What is Factor Calculator?
Decomposes any composite integer into its complete list of integer divisors and canonical prime factor decomposition.
How to Use This Calculator
- Enter an integer to factor.
- View all divisor pairs, total factor count, and prime factorization tree.
The Mathematical Formula & Variables
Prime Factorization: N = p1^a1 * p2^a2 * ... * pk^ak
Step-by-Step Worked Example
Scenario: Find prime factors of 72.
- 72 / 2 = 36.
- 36 / 2 = 18.
- 18 / 2 = 9.
- 9 / 3 = 3.
- 3 / 3 = 1 -> 2 * 2 * 2 * 3 * 3 = 2^3 * 3^2.
Result: 2^3 * 3^2
Frequently Asked Questions
What is an abundant number?
An abundant number is an integer whose sum of proper factors exceeds the number itself (e.g. 72 has factor sum 123 > 72).