Factor Calculator

Find all factors, factor pairs, and prime factorization of any positive integer.

Enter a Number

Result

Total Factors
24
factors of 360
Number360
Prime Factorization2³ × 3² × 5
Total Factor Count24
Sum of Factors1170
Is Prime?No
Is Perfect?No

Factor Pairs

Step-by-Step Solution

360 = 2³ × 3² × 5¹ → (3+1)(2+1)(1+1) = 24 factors

Understanding Factors

A factor (or divisor) of a number is an integer that divides it evenly with no remainder. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12. Factoring is fundamental in number theory, algebra, cryptography, and many areas of mathematics and computer science.

Key Concepts

Factor Pairs

Two numbers whose product equals the original number form a factor pair.

12: (1,12), (2,6), (3,4)

Prime Factorization

Every integer greater than 1 can be uniquely expressed as a product of prime numbers.

360 = 2^3 x 3^2 x 5

Factor Count Formula

If n = p1^a1 x p2^a2 x ... then the total number of factors is (a1+1)(a2+1)...

tau(n) = (a1+1)(a2+1)...(ak+1)

Greatest Common Factor

The GCF of two numbers is the largest factor they share in common.

GCF(36, 48) = 12

Perfect Numbers

A number equal to the sum of its proper divisors (excluding itself) is called perfect.

6 = 1 + 2 + 3 (perfect)

Factor Tree

A visual diagram showing how a number breaks down into prime factors step by step.

360 → 2 x 180 → 2 x 2 x 90 ...

Applications of Factoring

Finding factors is essential for simplifying fractions, finding GCD and LCM, solving Diophantine equations, and in cryptography (RSA encryption relies on the difficulty of factoring large numbers). Understanding prime factorization helps in computing divisor sums, Euler's totient function, and many other number-theoretic functions.

Tips for Finding Factors

  • Start by checking divisibility by small primes: 2, 3, 5, 7, 11, 13...
  • You only need to check up to the square root of the number.
  • If a number is divisible by 2, it is even. Divisible by 3 if digit sum is divisible by 3.
  • Use the prime factorization to systematically find all factors.
  • The number of factor pairs equals half the total factors (rounded up for perfect squares).