Factor Calculator
Advanced Tool for Finding Factors, Prime Factors, and Analyzing Divisibility
Quick Navigation
Find All Factors
List all positive divisors of a number
Prime Factorization
Break number into prime factors
Factor Pairs
Find pairs of factors that multiply to number
Check Divisibility
Test if number divides evenly
What are Factors?
A factor of a number is any positive integer that divides evenly into that number with no remainder. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12 because each of these divides 12 evenly. Every positive number has at least two factors: 1 and itself.
Factors are fundamental in mathematics and appear in many real-world situations. They're used when simplifying fractions, finding common multiples, organizing items into groups, and solving problems involving equal distribution. Understanding factors helps with divisibility tests, prime factorization, and computing greatest common factors and least common multiples.
There are several types of factors: all factors (complete list of divisors), prime factors (prime numbers that multiply to the number), and factor pairs (two numbers that multiply together to equal the original number). This calculator helps you find and analyze all types of factors with complete step-by-step explanations.
Key Features & Capabilities
This comprehensive factor calculator provides multiple analysis modes and detailed breakdown:
How to Use This Calculator
Step-by-Step Guide
- Choose Analysis Type: Select the appropriate tab: All Factors (complete divisor list), Prime Factors (prime factorization), Factor Pairs (multiplication pairs), or Divisibility (division check).
- Enter Your Number: Input the positive integer you want to analyze. For divisibility checks, enter both the number and the divisor.
- Click Calculate: Press the Calculate button to perform the analysis using efficient algorithms.
- Review Results: The main result displays factors organized by type, with each factor clearly labeled.
- Study Steps: See detailed breakdown showing the method used and how factors were identified.
- Analyze Statistics: View count of factors, prime factorization, and related properties.
- Copy or Clear: Use Copy to transfer results. Use Clear to reset for a new calculation.
Tips for Accurate Use
- Positive Integers Only: Enter only positive whole numbers. Zero and negative numbers don't have meaningful factors.
- Large Numbers: The calculator works efficiently with large numbers using optimized algorithms.
- Prime Numbers: Prime numbers have exactly two factors: 1 and themselves.
- Factor Pairs: A number has fewer or equal factor pairs than total factors (depends on whether it's a perfect square).
- Divisibility Test: A divisor either divides evenly (remainder 0) or doesn't divide at all.
Complete Formulas Guide
Finding All Factors
For each i from 1 to √n:If n mod i = 0, then i and n/i are both factorsExample: Find factors of 12
1 divides 12 → factors 1, 12
2 divides 12 → factors 2, 6
3 divides 12 → factors 3, 4
All factors: 1, 2, 3, 4, 6, 12
Prime Factorization
Divide by smallest prime repeatedly until 1 remainsExample: Prime factorization of 60
60 ÷ 2 = 30
30 ÷ 2 = 15
15 ÷ 3 = 5
5 ÷ 5 = 1
Result: 60 = 2² × 3 × 5
Factor Pairs
For each factor i, the pair (i, n/i) multiplies to nExample: Factor pairs of 12
1 × 12 = 12
2 × 6 = 12
3 × 4 = 12
Pairs: (1,12), (2,6), (3,4)
Number of Factors
If n = p₁^a × p₂^b × p₃^c, then:Number of factors = (a+1)(b+1)(c+1)Example: 60 = 2² × 3¹ × 5¹
Factors = (2+1)(1+1)(1+1) = 3 × 2 × 2 = 12
Types of Factors Explained
All Factors (Divisors)
These are all positive integers that divide evenly into the number. For 24, all factors are 1, 2, 3, 4, 6, 8, 12, and 24. These are also called divisors. Every positive integer is always a factor of itself, and 1 is always a factor of every positive integer.
Prime Factors
Prime factors are the prime numbers that, when multiplied together, equal the original number. For 24 = 2³ × 3, the prime factors are 2 and 3. Prime factorization is unique for every number (Fundamental Theorem of Arithmetic). This representation is useful for finding GCF and LCM.
Factor Pairs
Factor pairs are two numbers that multiply together to equal the original number. For 24, the pairs are (1,24), (2,12), (3,8), and (4,6). If a number is a perfect square, one pair will be (√n, √n). The number of pairs equals half the total factors (rounded up).
Perfect Factors
These are factors that are perfect squares (1, 4, 9, 16, ...) or perfect cubes (1, 8, 27, ...). For 24, the perfect square factors are 1 and 4. These are useful in simplification and algebraic calculations.
Worked Examples
Example 1: Find All Factors of 24
Problem: List all factors of 24
Test each number from 1 to √24 ≈ 4.9:
1 divides 24: 24 ÷ 1 = 24 → factors: 1, 24
2 divides 24: 24 ÷ 2 = 12 → factors: 2, 12
3 divides 24: 24 ÷ 3 = 8 → factors: 3, 8
4 divides 24: 24 ÷ 4 = 6 → factors: 4, 6
All factors: 1, 2, 3, 4, 6, 8, 12, 24
Total: 8 factors
Example 2: Prime Factorization of 60
Problem: Find prime factorization of 60
Divide by smallest prime factors:
60 ÷ 2 = 30
30 ÷ 2 = 15
15 ÷ 3 = 5
5 ÷ 5 = 1
Collecting: 60 = 2 × 2 × 3 × 5
60 = 2² × 3 × 5
Example 3: Factor Pairs of 36
Problem: Find all factor pairs of 36
Find all factors first: 1, 2, 3, 4, 6, 9, 12, 18, 36
Create pairs:
1 × 36 = 36 → pair (1, 36)
2 × 18 = 36 → pair (2, 18)
3 × 12 = 36 → pair (3, 12)
4 × 9 = 36 → pair (4, 9)
6 × 6 = 36 → pair (6, 6)
Pairs: (1,36), (2,18), (3,12), (4,9), (6,6)
Example 4: Check if 7 is Prime
Problem: Determine if 7 is prime
Find all factors of 7:
1 divides 7 ✓
2 divides 7? 7 ÷ 2 = 3.5 ✗
3 divides 7? 7 ÷ 3 ≈ 2.33 ✗
(Only need to check up to √7 ≈ 2.65)
Factors: 1, 7
7 is PRIME (exactly 2 factors)
Example 5: Count Factors Using Formula
Problem: Count factors of 72 = 2³ × 3²
Prime factorization: 72 = 2³ × 3²
Using formula: (a+1)(b+1)(c+1)...
Number of factors = (3+1)(2+1) = 4 × 3 = 12
Verify: 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72
Count: 12 ✓
Frequently Asked Questions
Start Finding Factors
Whether you're simplifying fractions, organizing items, analyzing numbers, or studying number theory, this comprehensive factor calculator provides instant solutions with complete analysis. Fast, accurate, and completely free.