Free to Use

Factor Calculator

Find all factors of any positive integer. Get a complete list of divisors, prime factorization, factor pairs, and the total number of factors with step-by-step solutions.

Real-World Factor Examples

๐Ÿ”ข Finding Factors of 36

Number: 36

Step 1: Check divisibility from 1 up to โˆš36 = 6.

Step 2: 36 รท 1 = 36 โœ“, 36 รท 2 = 18 โœ“, 36 รท 3 = 12 โœ“, 36 รท 4 = 9 โœ“, 36 รท 6 = 6 โœ“.

All factors: 1, 2, 3, 4, 6, 9, 12, 18, 36

Total factors: 9

Prime factorization: 36 = 2ยฒ ร— 3ยฒ

Notice that 5 and 7 do not divide 36 evenly, so they are not factors.

๐ŸŽฏ Perfect Square: 144

Number: 144

Step 1: Check divisibility from 1 to โˆš144 = 12.

All factors: 1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 24, 36, 48, 72, 144

Total factors: 15

Prime factorization: 144 = 2โด ร— 3ยฒ

Factor pairs: (1,144), (2,72), (3,48), (4,36), (6,24), (8,18), (9,16), (12,12)

Since 144 is a perfect square, it has a factor pair (12,12) where both numbers are the same.

๐Ÿ” Prime Number: 29

Number: 29

Step 1: Check divisibility from 1 to โˆš29 โ‰ˆ 5.38.

Step 2: 29 รท 1 = 29 โœ“. Check 2, 3, 4, 5 โ€” none divide 29 evenly.

All factors: 1, 29

Total factors: 2 (a prime number)

Prime factorization: 29 is prime

Prime numbers have exactly two factors: 1 and themselves. 29 cannot be written as a product of smaller integers.

๐Ÿ“Š Large Number: 100

Number: 100

All factors: 1, 2, 4, 5, 10, 20, 25, 50, 100

Total factors: 9

Prime factorization: 100 = 2ยฒ ร— 5ยฒ

Using the divisor count formula: (2+1) ร— (2+1) = 3 ร— 3 = 9 factors โœ“

100 is a perfect square (10ยฒ). The number of factors formula uses the exponents from prime factorization plus one, multiplied together.

Understanding Factors

A factor (also called a divisor) of a number is an integer that divides the number exactly without leaving a remainder. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12 because each divides 12 evenly.

How to Find Factors

If a ร— b = n, then a and b are factors of n
Each factor pair multiplies to give the original number. Check all integers from 1 up to โˆšn.
If n รท k is an integer, then k is a factor of n
k divides n evenly when the remainder is zero. Both k and nรทk are factors.

Prime Factorization Formula

n = pโ‚eโ‚ ร— pโ‚‚eโ‚‚ ร— ... ร— pkek
Every integer greater than 1 can be expressed uniquely as a product of prime numbers raised to powers (Fundamental Theorem of Arithmetic).

Number of Factors Formula

d(n) = (eโ‚ + 1) ร— (eโ‚‚ + 1) ร— ... ร— (ek + 1)
If n = pโ‚eโ‚ ร— pโ‚‚eโ‚‚ ร— ... ร— pkek, the total number of factors is the product of each exponent plus one.

How to Find Factors Step by Step

1
Start with 1: 1 is always a factor of any number. The number itself is always a factor too.
2
Check divisibility: Test integers from 2 up to the square root of the number. If k divides n evenly, both k and nรทk are factors.
3
Record factor pairs: Each time a divisor is found, record the pair (k, nรทk). For perfect squares, the middle pair has two equal numbers.
4
Sort and display: Sort all factors in ascending order and count them. Prime numbers have exactly 2 factors.

Quick Tips for Working with Factors

๐Ÿ” Check up to โˆšn

You only need to test divisibility up to the square root of the number. Factors come in pairs, and one factor of each pair is always โ‰ค โˆšn.

โšก Divisibility Rules

Use shortcuts: a number is divisible by 2 if it ends in 0,2,4,6,8; by 3 if digit sum is divisible by 3; by 5 if it ends in 0 or 5.

๐Ÿ”ข Prime Numbers

If a number has exactly 2 factors (1 and itself), it is prime. If it has more than 2 factors, it is composite. 1 has exactly 1 factor.

๐Ÿงฎ Perfect Squares

Perfect squares have an odd number of factors because one factor pair consists of the same number (the square root). For example, 36 has 9 factors (odd).

๐Ÿ”
Complete Factor Finding
Find all factors of any positive integer, sorted in ascending order with clear visual tags. Works for numbers up to 10 million.
๐Ÿงช
Prime Factorization
Break any number down into its prime factors with exponents. Understand the fundamental building blocks of the number.
๐Ÿ”—
Factor Pairs Display
See all factor pairs clearly. Each pair multiplies to give the original number. Perfect for understanding multiplicative relationships.
๐Ÿ“
Step-by-Step Work
View the complete step-by-step process including divisibility checks, prime factorization, and factor counting with clear explanations.

What Are Factors in Mathematics?

Factors (also called divisors) are whole numbers that divide another number exactly without leaving a remainder. If a ร— b = n, then both a and b are factors of n. Understanding factors is fundamental to number theory and many areas of mathematics, including fractions, simplification, and algebra.

Every positive integer has at least two factors: 1 and itself. Numbers with exactly two factors (1 and the number itself) are called prime numbers. Numbers with more than two factors are called composite numbers. The number 1 is special โ€” it has exactly one factor (itself) and is neither prime nor composite.

The process of breaking down a number into its prime factors is called prime factorization, and it is unique for every number (Fundamental Theorem of Arithmetic). For example, 84 = 2ยฒ ร— 3 ร— 7, and this representation is the only way to express 84 as a product of primes (ignoring order).

Divisibility Rules Quick Reference

How to Find Factors of a Number

Finding all factors of a number is a systematic process. Here's how to do it manually:

Step 1: Find the square root of the number (โˆšn). You only need to check divisors up to this value because factors come in pairs.

Step 2: Start with k = 1. Since 1 ร— n = n, both 1 and n are always factors. Record the pair (1, n).

Step 3: Check k = 2, 3, 4, ... up to โˆšn. For each k, check if n รท k is an integer (no remainder). If it is, both k and nรทk are factors.

Step 4: Stop when k exceeds โˆšn. At this point, you've found all factor pairs.

Step 5: Collect all unique factors, sort them in ascending order, and count them.

For example, to find factors of 48: โˆš48 โ‰ˆ 6.93. Check 1 (โœ“ pair: 1,48), 2 (โœ“ pair: 2,24), 3 (โœ“ pair: 3,16), 4 (โœ“ pair: 4,12), 5 (โœ—), 6 (โœ“ pair: 6,8). Stop at 7 > 6.93. All factors: 1, 2, 3, 4, 6, 8, 12, 16, 24, 48. Total: 10 factors.

The Number of Factors Formula

Once you have the prime factorization, you can calculate the total number of factors without listing them all. If n = pโ‚eโ‚ ร— pโ‚‚eโ‚‚ ร— ... ร— pkek, then the number of factors d(n) = (eโ‚ + 1)(eโ‚‚ + 1)...(ek + 1).

For example, 48 = 2โด ร— 3ยน, so d(48) = (4+1)(1+1) = 5 ร— 2 = 10 factors. This matches our manual count above!

Applications of Factors in Daily Life

Factors appear in many practical situations, often without us realizing it:

๐Ÿ“ฆ Grouping & Arrangement

When arranging 24 chairs into rows, factors help: you can have 1ร—24, 2ร—12, 3ร—8, 4ร—6, 6ร—4, 8ร—3, 12ร—2, or 24ร—1 chairs per row. Each arrangement uses a factor pair of 24.

๐Ÿฐ Sharing & Dividing

To divide 36 cookies equally among friends without breaking any, the number of friends must be a factor of 36: 1, 2, 3, 4, 6, 9, 12, 18, or 36 people.

๐Ÿ—๏ธ Construction & Tiling

When tiling a rectangular floor, the number of tiles needed depends on the area. If the area is 60 sq ft, possible dimensions use factor pairs of 60: 1ร—60, 2ร—30, 3ร—20, 4ร—15, 5ร—12, 6ร—10.

๐Ÿ” Cryptography

Modern encryption relies on the difficulty of factoring large composite numbers. RSA encryption, used for secure online transactions, depends on the fact that multiplying two large primes is easy but factoring their product is extremely hard.

Frequently Asked Questions

What is the difference between a factor and a multiple?
A factor of a number divides it exactly (e.g., 3 is a factor of 12 because 12รท3=4). A multiple is the result of multiplying a number by an integer (e.g., 12 is a multiple of 3 because 3ร—4=12). Factors go into a number; multiples come from a number. For any number n, its factors are always โ‰ค n, while its multiples are always โ‰ฅ n.
How do I find factors of large numbers quickly?
To factor large numbers efficiently: (1) Only check up to the square root of the number. (2) Use divisibility rules to skip obvious non-factors. (3) Start with small prime numbers (2, 3, 5, 7, 11, 13...) and work your way up. (4) When you find a factor, divide the original number and continue factoring the quotient. Our calculator handles numbers up to 10 million instantly using an optimized algorithm.
What are prime factors and how do I find them?
Prime factors are factors that are prime numbers. To find the prime factorization of a number, repeatedly divide by the smallest prime number that divides it evenly until you reach 1. For example, to factor 84: 84รท2=42, 42รท2=21, 21รท3=7, 7รท7=1. So 84 = 2ยฒ ร— 3 ร— 7. This representation is unique for every number (Fundamental Theorem of Arithmetic).
Why do perfect squares have an odd number of factors?
Perfect squares have an odd number of factors because one factor pair consists of the square root multiplied by itself. Since the same number appears in both positions of this pair, it counts as only one unique factor. For example, 36 = 6ยฒ has factors: 1, 2, 3, 4, 6, 9, 12, 18, 36 โ€” that's 9 factors (odd). All non-square numbers have an even number of factors because every factor pair has two distinct numbers.
What is the factor count formula and how do I use it?
The factor count formula (also called the divisor function) says: if n = pโ‚eโ‚ ร— pโ‚‚eโ‚‚ ร— ... ร— pkek, then d(n) = (eโ‚+1)(eโ‚‚+1)...(ek+1). For example, 72 = 2ยณ ร— 3ยฒ, so d(72) = (3+1)(2+1) = 4 ร— 3 = 12 factors. This formula works because each prime factor's exponent can be chosen in (exponent+1) ways (from 0 up to the exponent), and these choices are independent.
Can negative numbers have factors?
Yes, negative numbers have factors too. If k is a factor of n, then -k is also a factor of n because (-k) ร— (-nรทk) = n. However, when people talk about "factors" in elementary number theory, they usually mean positive factors (positive divisors). This calculator finds positive factors only. For most practical applications โ€” like fractions, ratios, and divisibility โ€” positive factors are what matter.

โš ๏ธ Important Note: This Factor Calculator is for educational and informational purposes only. While every effort has been made to ensure accuracy, results should be verified independently for critical applications such as cryptography, engineering, or academic grading. This calculator works with positive integers up to 10 million โ€” very large numbers may cause performance issues.