Welcome to the World of Numbers!

In this chapter, we are going to explore the "DNA" of numbers. Just like how a house is built from individual bricks, every number is built from smaller parts. By understanding factors, multiples, and primes, you will unlock the secrets to solving complex puzzles, working with fractions easily, and even understanding how computer codes work!

Don't worry if you find math a bit tricky sometimes. We will take this step-by-step, and before you know it, you'll be a "Number Ninja." Let’s get started!


1. Factors: The Building Blocks

Factors are the numbers you multiply together to get another number. Think of them as the "ingredients" used to make a specific "dish" (the product).

Example: To make the number \( 12 \), you could multiply \( 3 \times 4 \). So, \( 3 \) and \( 4 \) are factors of \( 12 \).

How to find all factors:
The best way to find factors is to work in pairs. Start from \( 1 \) and work your way up.
Let’s find the factors of \( 20 \):
1. \( 1 \times 20 = 20 \)
2. \( 2 \times 10 = 20 \)
3. \( 3 \times ? \) (No, \( 3 \) doesn't go into \( 20 \) perfectly)
4. \( 4 \times 5 = 20 \)
Since the next number is \( 5 \) (which we already have), we stop! The factors of \( 20 \) are: \( 1, 2, 4, 5, 10, 20 \).

Analogy: Imagine you have \( 12 \) cookies. Factors are all the different ways you can arrange those cookies into equal rectangular rows (like \( 2 \) rows of \( 6 \) or \( 3 \) rows of \( 4 \)).

Common Mistake to Avoid: Forgetting the number \( 1 \) and the number itself! Every number has at least these two factors.

Key Takeaway: Factors divide into a number perfectly, leaving no remainder.


2. Multiples: The Skip-Counters

A multiple is what you get when you multiply a number by an integer (like \( 1, 2, 3, 4, \) and so on). If factors are the "ingredients," multiples are the "results" of the recipe.

Example: The multiples of \( 5 \) are \( 5, 10, 15, 20, 25... \)
You are basically just "skip-counting" by that number!

Memory Trick:
Factors are Few (they are smaller than or equal to the number).
Multiples are Many (they go on forever and get bigger!).

Did you know? We use multiples every day. If a pack of gum has \( 10 \) pieces, the total number of pieces you can have (\( 10, 20, 30 \)) are all multiples of \( 10 \).

Key Takeaway: To find a multiple, just multiply your number by any whole number.


3. Prime and Composite Numbers

Not all numbers have the same amount of factors. We group them into two main types:

A. Prime Numbers

A prime number is a number greater than \( 1 \) that has exactly two factors: \( 1 \) and itself. They are the "VIPs" of the number world because they can't be broken down any further.

Examples: \( 2, 3, 5, 7, 11, 13, 17, 19... \)

B. Composite Numbers

A composite number is a number that has more than two factors. Most numbers are composite.

Example: \( 6 \) is composite because its factors are \( 1, 2, 3, \) and \( 6 \).

Important Note: The number \( 1 \) is special. It is neither prime nor composite!

Quick Review:
Is \( 2 \) prime? Yes, it’s the only even prime number!
Is \( 9 \) prime? No, because \( 3 \times 3 = 9 \). It has three factors: \( 1, 3, \) and \( 9 \).

Key Takeaway: Primes have only two factors; Composites have more than two.


4. Prime Factorization (The Factor Tree)

Every composite number can be broken down into a string of prime numbers multiplied together. This is called Prime Factorization.

How to use a Factor Tree (Step-by-Step):
Let’s find the prime factorization of \( 24 \):
1. Pick any two factors of \( 24 \), like \( 4 \times 6 \).
2. Look at \( 4 \). Is it prime? No. Break it down into \( 2 \times 2 \).
3. Look at \( 6 \). Is it prime? No. Break it down into \( 2 \times 3 \).
4. Now look at your "leaves" (\( 2, 2, 2, 3 \)). Are they all prime? Yes!
5. Write it out: \( 24 = 2 \times 2 \times 2 \times 3 \).

Tip: If you use powers (exponents), you can write it as \( 2^3 \times 3 \). Don't worry if this looks new; it’s just a shortcut for writing "\( 2 \) multiplied by itself \( 3 \) times."


5. Highest Common Factor (HCF)

The Highest Common Factor (HCF) is the largest number that is a factor of two or more numbers. We use this when we want to split things into the largest groups possible.

Example: Find the HCF of \( 12 \) and \( 18 \).
Factors of \( 12 \): \( 1, 2, 3, 4, 6, 12 \)
Factors of \( 18 \): \( 1, 2, 3, 6, 9, 18 \)
The common factors are \( 1, 2, 3, \) and \( 6 \). The largest one is \( 6 \).

Analogy: If you have \( 12 \) blue pens and \( 18 \) red pens and want to make identical kits with no pens left over, the largest number of kits you can make is \( 6 \).


6. Lowest Common Multiple (LCM)

The Lowest Common Multiple (LCM) is the smallest multiple that two numbers share. We use this to find when things happen at the same time.

Example: Find the LCM of \( 4 \) and \( 6 \).
Multiples of \( 4 \): \( 4, 8, 12, 16, 20, 24... \)
Multiples of \( 6 \): \( 6, 12, 18, 24, 30... \)
The shared multiples are \( 12, 24... \) The smallest one is \( 12 \).

Real-world connection: If a bus leaves every \( 4 \) minutes and a train leaves every \( 6 \) minutes, they will both leave at the same time every \( 12 \) minutes.


7. Handy Divisibility Rules

Sometimes you need to know if a number is a factor without doing long division. Use these tricks!

Ends in 0, 2, 4, 6, 8? It’s divisible by \( 2 \).
Sum of digits is in the 3 times table? It’s divisible by \( 3 \). (Example: For \( 15 \), \( 1 + 5 = 6 \). Since \( 6 \) is in the 3 times table, \( 15 \) is divisible by \( 3 \)).
Ends in 0 or 5? It’s divisible by \( 5 \).
Ends in 0? It’s divisible by \( 10 \).


Chapter Summary Review

• Factors: Numbers that multiply to give a product (they "fit inside").
• Multiples: The results of multiplying a number (they "grow").
• Prime: Only \( 1 \) and itself as factors.
• Composite: More than two factors.
• HCF: The biggest factor shared by two numbers.
• LCM: The first multiple shared by two numbers.

Great job! Keep practicing these concepts, and you will find that fractions and algebra become much easier later on!