Key Definitions

Factor: Divides exactly
Multiple: Product of number
Prime: Exactly 2 factors
Composite: More than 2 factors
GCF: Largest common factor
LCM: Smallest common multiple

Introduction to Factors and Multiples

Factors and multiples are fundamental concepts in number theory that form the building blocks for more advanced mathematical topics. Understanding these concepts is essential for working with fractions, solving algebraic equations, and tackling real-world problems involving divisibility and patterns.

Core Concepts:

  • Factors: Numbers that divide exactly into another number
  • Multiples: The products of a number multiplied by integers
  • Prime Numbers: Numbers with exactly two factors (1 and itself)
  • Composite Numbers: Numbers with more than two factors
  • GCF (Greatest Common Factor): The largest factor shared by numbers
  • LCM (Least Common Multiple): The smallest multiple shared by numbers

This comprehensive guide will take you from basic definitions to advanced applications, with interactive tools and practice problems to reinforce your understanding.

What are Factors?

A factor (also called a divisor) is a whole number that divides exactly into another number without leaving a remainder.

If a × b = c, then a and b are factors of c

Key Properties of Factors:

  • Every number has at least two factors: 1 and itself
  • Factors are always less than or equal to the number
  • 1 is a factor of every number
  • The number itself is always a factor
  • Factors come in pairs (except for perfect squares)

Example: Factors of 12

12 ÷ 1 = 12 (1 and 12 are factors)

12 ÷ 2 = 6 (2 and 6 are factors)

12 ÷ 3 = 4 (3 and 4 are factors)

Factors of 12: 1, 2, 3, 4, 6, 12

Visualizing Factors of 12

1
2
3
4
5
6
7
8
9
10
11
12

The colored numbers are factors of 12

Explore practical examples and evaluate yourself using the common-factor-calculator.

What are Multiples?

A multiple is the product of a number and any integer. Multiples are obtained by multiplying the number by 1, 2, 3, and so on.

If n × k = m, then m is a multiple of n

Key Properties of Multiples:

  • Every number is a multiple of itself
  • Multiples are infinite (they go on forever)
  • Multiples are always greater than or equal to the number
  • 0 is a multiple of every number (0 × n = 0)
  • The set of multiples forms an arithmetic sequence

Example: Multiples of 5

5 × 1 = 5

5 × 2 = 10

5 × 3 = 15

5 × 4 = 20

5 × 5 = 25

First five multiples of 5: 5, 10, 15, 20, 25

Visualizing Multiples of 5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

The colored numbers are multiples of 5

Prime and Composite Numbers

Understanding prime and composite numbers is crucial for working with factors and multiples.

Prime Numbers

Definition: Numbers with exactly two factors (1 and itself)

Examples: 2, 3, 5, 7, 11, 13, 17, 19

Properties:

  • 2 is the only even prime number
  • 1 is NOT a prime number
  • Prime numbers are the building blocks of all numbers
🔢

Composite Numbers

Definition: Numbers with more than two factors

Examples: 4, 6, 8, 9, 10, 12, 14, 15

Properties:

  • Can be expressed as product of primes
  • Have at least one factor other than 1 and itself
  • 1 is neither prime nor composite

Prime Numbers up to 50

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

Prime numbers are highlighted in gold

Sieve of Eratosthenes

This ancient algorithm finds all prime numbers up to a given limit:

  1. List all numbers from 2 to n
  2. Start with the first prime number (2)
  3. Mark all multiples of 2 as composite
  4. Move to the next unmarked number (3)
  5. Mark all multiples of 3 as composite
  6. Repeat until you reach √n
  7. Unmarked numbers are prime

Practice effectively and measure your understanding with the common-factor-calculator.

Methods for Finding Factors

There are several systematic methods for finding all factors of a number:

Method 1: Trial Division

Test each number from 1 to n to see if it divides evenly.

// Example: Find factors of 24
24 ÷ 1 = 24 ✓
24 ÷ 2 = 12 ✓
24 ÷ 3 = 8 ✓
24 ÷ 4 = 6 ✓
24 ÷ 5 = 4.8 ✗
// Factors: 1, 2, 3, 4, 6, 8, 12, 24

Method 2: Factor Pairs

Find pairs of numbers that multiply to give the number.

// Example: Find factor pairs of 36
1 × 36 = 36
2 × 18 = 36
3 × 12 = 36
4 × 9 = 36
6 × 6 = 36
// Stop at √36 = 6

Method 3: Prime Factorization

Break the number into prime factors, then combine them.

// Example: Prime factors of 60
60 = 2 × 30
30 = 2 × 15
15 = 3 × 5
// 60 = 2² × 3 × 5

Factor Finder Tool

Enter a number and click "Find Factors"
Factor Tree Visualization
Enter a number above

Methods for Finding Multiples

Multiples are easier to find than factors since they follow a simple pattern:

Method 1: Multiplication Table

Multiply the number by 1, 2, 3, ...

// Example: First 5 multiples of 7
7 × 1 = 7
7 × 2 = 14
7 × 3 = 21
7 × 4 = 28
7 × 5 = 35
// Multiples: 7, 14, 21, 28, 35

Method 2: Skip Counting

Count by the number starting from itself.

// Example: Multiples of 8 up to 40
Start: 8
Add 8: 16
Add 8: 24
Add 8: 32
Add 8: 40
// Multiples: 8, 16, 24, 32, 40

Method 3: Pattern Recognition

Look for patterns in the multiples.

// Example: Patterns in multiples
Multiples of 2: even numbers
Multiples of 5: end in 0 or 5
Multiples of 10: end in 0
Multiples of 3: sum of digits divisible by 3
// Use patterns to identify multiples

Multiple Generator Tool

Enter a number and count, then click "Generate Multiples"

Use the common-factor-calculator to test your problem-solving ability in real situations.

Greatest Common Factor (GCF) and Least Common Multiple (LCM)

GCF and LCM are essential concepts for working with fractions, ratios, and solving real-world problems.

⬆️

Greatest Common Factor (GCF)

Definition: The largest number that divides exactly into two or more numbers.

Also called: Greatest Common Divisor (GCD)

Example: GCF of 12 and 18

Factors of 12: 1, 2, 3, 4, 6, 12

Factors of 18: 1, 2, 3, 6, 9, 18

Common factors: 1, 2, 3, 6

GCF: 6

⬇️

Least Common Multiple (LCM)

Definition: The smallest number that is a multiple of two or more numbers.

Example: LCM of 4 and 6

Multiples of 4: 4, 8, 12, 16, 20, 24...

Multiples of 6: 6, 12, 18, 24, 30...

Common multiples: 12, 24, 36...

LCM: 12

Methods for Finding GCF and LCM

Method 1: Listing Factors/Multiples

List all factors/multiples and find the common ones.

Method 2: Prime Factorization

// Example: GCF and LCM of 24 and 36
24 = 2³ × 3¹
36 = 2² × 3²
// GCF: Take lowest powers: 2² × 3¹ = 12
// LCM: Take highest powers: 2³ × 3² = 72

Method 3: Euclidean Algorithm (for GCF)

// Example: GCF of 48 and 18
48 ÷ 18 = 2 remainder 12
18 ÷ 12 = 1 remainder 6
12 ÷ 6 = 2 remainder 0
// GCF = 6 (last non-zero remainder)

GCF and LCM Calculator

Enter two numbers and click a button

Real-World Applications

Factors and multiples have numerous practical applications in everyday life:

🍕

Fraction Operations

Adding Fractions: Find LCM of denominators

Simplifying Fractions: Divide by GCF of numerator and denominator

Example: Simplify 24/36

GCF of 24 and 36 = 12

24 ÷ 12 = 2, 36 ÷ 12 = 3

24/36 = 2/3

Scheduling Problems

Problem: Two events repeat every 4 and 6 days. When will they coincide?

Solution: Find LCM of 4 and 6

Multiples of 4: 4, 8, 12, 16, 20...

Multiples of 6: 6, 12, 18, 24...

LCM = 12 days

Events coincide every 12 days

📦

Packaging Problems

Problem: Package items in equal groups with none left over

Solution: Find factors of total items

Example: 36 items can be packaged in:

1 group of 36, 2 groups of 18, 3 groups of 12, 4 groups of 9, 6 groups of 6

Use factors to find all possible groupings

🔐

Cryptography

RSA Encryption: Based on difficulty of factoring large numbers

Prime Factorization: Easy to multiply primes, hard to factor product

Example: 221 = 13 × 17 (easy with small numbers)

But factoring 1234567891 is computationally difficult

This forms basis of modern encryption

Word Problem Practice
1. Sarah is making gift baskets. She has 24 chocolates and 36 cookies. She wants to make identical baskets with no leftovers. What is the greatest number of baskets she can make?

Solution:

This is a GCF problem. We need the largest number that divides both 24 and 36 evenly.

Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24

Factors of 36: 1, 2, 3, 4, 6, 9, 12, 18, 36

Common factors: 1, 2, 3, 4, 6, 12

GCF = 12

Answer: Sarah can make 12 baskets. Each basket will have 2 chocolates (24 ÷ 12) and 3 cookies (36 ÷ 12).

2. Bus A arrives every 15 minutes. Bus B arrives every 20 minutes. If both buses arrive together at 8:00 AM, when will they next arrive together?

Solution:

This is an LCM problem. We need the smallest number that is a multiple of both 15 and 20.

Multiples of 15: 15, 30, 45, 60, 75, 90...

Multiples of 20: 20, 40, 60, 80, 100...

LCM = 60 minutes

8:00 AM + 60 minutes = 9:00 AM

Answer: The buses will next arrive together at 9:00 AM.

Take your learning further by experimenting with real examples using the common-factor-calculator.

Interactive Practice

Factors and Multiples Practice

Test your understanding with interactive exercises and instant feedback.

Loading question...
Select an answer and click "Check Answer"

Your Progress

Correct: 0 Incorrect: 0 Score: 0%

Advanced Topics

Beyond the basics, factors and multiples connect to more advanced mathematical concepts:

Perfect Numbers

A number equal to the sum of its proper factors (excluding itself).

// Example: 6 is perfect
Factors of 6: 1, 2, 3, 6
Proper factors: 1, 2, 3
1 + 2 + 3 = 6 ✓
// Other perfect numbers: 28, 496, 8128

Abundant & Deficient Numbers

Based on sum of proper factors compared to the number.

// Abundant: sum > number
12: 1+2+3+4+6 = 16 > 12
// Deficient: sum < number
8: 1+2+4 = 7 < 8
// Perfect: sum = number

Modular Arithmetic

Study of remainders, closely related to factors and multiples.

// a ≡ b (mod n) means n divides (a - b)
17 ≡ 2 (mod 5)
because 17 - 2 = 15
and 5 divides 15
// Used in cryptography and computer science

Number of Factors Formula

Given prime factorization, calculate total number of factors.

// If n = p₁ᵃ × p₂ᵇ × p₃ᶜ...
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

Check your grasp of the topic through hands-on practice with the common-factor-calculator.