- Enter a positive integer up to 1,000,000. The default is 360, which has an interesting number of factors.
- View all factors listed in sorted order. A factor is any integer that divides evenly into the number.
- See the prime factorization: the number expressed as a product of prime numbers with exponents. For 360: 2³ × 3² × 5.
- Check special properties: is the number prime? Is it a perfect number (where all its proper divisors sum to itself)?
Factor Calculator
Find all factors of any number, prime factorization, number of factors, and sum of factors.
Enter a positive integer (up to 1,000,000)
Prime Factorization
360 = 2^3 × 3^2 × 5
All Factors (24)
How to Use the Factor Calculator
How Factorization Works
Finding all factors of n:
For each integer i from 1 to √n:
If n ÷ i has no remainder, then i and n/i are both factors.
Prime factorization (trial division):
Divide by 2 until odd, then by 3, 5, 7... up to √n.
Example: 360
360 ÷ 2 = 180
180 ÷ 2 = 90
90 ÷ 2 = 45
45 ÷ 3 = 15
15 ÷ 3 = 5
5 is prime
Result: 2^3 × 3^2 × 5
Number of factors from prime factorization:
If n = p^a × q^b × r^c ...
Number of factors = (a+1)(b+1)(c+1)...
Example: 360 = 2^3 × 3^2 × 5^1
Count = (3+1)(2+1)(1+1) = 4×3×2 = 24 factors
Perfect number: sum of proper divisors = n
6 = 1+2+3, so 6 is perfect
28 = 1+2+4+7+14, so 28 is perfectFrequently Asked Questions
360 has 24 factors: 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, 360. Its prime factorization is 2³ × 3² × 5. 360 is popular in geometry because it has so many factors, making it easy to divide a circle into equal parts (halves, thirds, fourths, fifths, sixths, eighths, tenths, twelfths...).
Related Calculators
Prime Factorization Calculator
Find the prime factorization of any number with factor tree and GCD/LCM using prime factors.
GCF and LCM Calculator
Find the Greatest Common Factor (GCF) and Least Common Multiple (LCM) of two or more numbers.
Square Root Calculator
Calculate square roots, cube roots, and nth roots with step-by-step solutions.
Exponent Calculator
Calculate any base raised to any power, including negative and fractional exponents.