Factor Calculator

Find all factors and divisors of any whole number.

Prime Factorization

360 =

2^3 × 3^2 × 5

222335

Factor Calculator Formula & How It Works

Factors of n: all integers d where n mod d = 0, for 1 ≤ d ≤ n
  • Check divisors from 1 to √n; each gives a pair (d, n/d)
  • Perfect square: √n is a factor listed only once
  • Number of factors: (a₁+1)(a₂+1)… from prime factorization
  • Sum of factors formula: useful in number theory

A factor of n is any integer that divides n with no remainder. To find all factors efficiently, check only up to √n — each found divisor d has a corresponding pair n/d. For n=36: check 1(36), 2(18), 3(12), 4(9), 6(6). Factors: 1,2,3,4,6,9,12,18,36.

Factor Calculator FAQs

What is the difference between factors and multiples?

Factors of n are numbers that divide INTO n (factors of 12: 1,2,3,4,6,12). Multiples of n are numbers that n divides INTO (multiples of 3: 3,6,9,12,…). Every number is both a factor and multiple of itself.

How many factors does a perfect square have?

Perfect squares always have an odd number of factors because the square root pairs with itself. 36 = 6² has factors: 1,2,3,4,6,9,12,18,36 — that's 9 factors (odd). Regular numbers have even factor counts (each divisor pairs with a different number).

Related Calculators