Arithmetic sequences, prime numbers, HCF, LCM, and number patterns.
Number theory looks for structure inside whole numbers. Sequences reveal patterns, factors break numbers into parts, and multiples show repeated groups.
In CSEC, these ideas may appear as direct Paper 01 questions or as reasoning steps inside larger problems. For HCF, think "largest shared factor"; for LCM, think "first shared multiple". For sequences, describe the rule in words before writing a formula.
A sequence is a list of numbers that follow a pattern or rule. Finding the pattern is like solving a puzzle!
Arithmetic Sequences (also called linear sequences): Each term increases or decreases by the SAME amount.
Example: 2, 5, 8, 11, 14, ...
Pattern: Each term is 3 more than the previous term.
| Position | 1st | 2nd | 3rd | 4th | 5th |
|---|---|---|---|---|---|
| Term | 2 | 5 | 8 | 11 | 14 |
| Difference | , | +3 | +3 | +3 | +3 |
The difference between consecutive terms is called the common difference, often written as d.
Formula for arithmetic sequences:
Where:
Find the 10th term of the sequence: 2, 5, 8, 11, 14, ...
Step 1: Identify what we know
Step 2: Use the formula
Answer: The 10th term is 29.
Sometimes you're given a sequence and need to figure out the rule.
What's the rule for this sequence? 5, 10, 15, 20, 25, ...
Method: Look at the differences
Pattern: It's an arithmetic sequence with common difference d = 5.
Rule: Multiply the position by 5.
Answer: The nth term = 5n
These are two closely related ideas that show up constantly in math and especially in number theory.
A factor of a number is any number that divides into it evenly (with no remainder).
In other words: If gives you a whole number, then is a factor of .
Example: What are the factors of 12?
Let's check each number:
Factors of 12: {1, 2, 3, 4, 6, 12}
Key facts about factors:
A multiple of a number is the result of multiplying that number by any other whole number.
In other words: If you can write (where is a whole number), then is a multiple of .
Example: What are some multiples of 5?
Multiply 5 by different whole numbers:
Some multiples of 5: {5, 10, 15, 20, 25, 30, ...}
Key facts about multiples:
These concepts are closely related, in fact, they're OPPOSITES:
If 2 is a factor of 12, then 12 is a multiple of 2. If 3 is a factor of 15, then 15 is a multiple of 3.
Think of it this way:
For the number 4:
Factors (what divides into 4): {1, 2, 4} Multiples (what 4 divides into): {4, 8, 12, 16, 20, 24, ...}
Now we're going to classify numbers based on how many factors they have.
A prime number is a natural number greater than 1 that has EXACTLY two factors: 1 and itself.
Why greater than 1? Because 1 has only one factor (itself), so mathematicians decided not to call it prime.
The first few prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, ...
Why are these prime?
Special fact: 2 is the ONLY even prime number. All other prime numbers are odd. (All other even numbers can be divided by 2, so they have at least 3 factors: 1, 2, and itself.)
A composite number is a natural number greater than 1 that has MORE than two factors.
Example composite numbers: 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, ...
Why are these composite?
Is 17 prime or composite?
Check the factors:
Factors of 17: {1, 17}
Answer: 17 is prime (only 2 factors)
Quick tip for testing if a number is prime: Only test dividing by prime numbers up to the square root of your number. For example, to test if 37 is prime, only check 2, 3, 5 (since ≈ 6).
These two concepts show up in solving problems about fractions, ratios, and many other areas.
The HCF (also called GCD, Greatest Common Divisor) is the largest number that divides evenly into two (or more) numbers.
Think of it as the biggest factor they have in common.
Method 1: Listing Factors
Find the HCF of 12 and 18
Step 1: List all factors of each number
Step 2: Find the COMMON factors (factors they share)
Step 3: Choose the HIGHEST one
Check: 12 ÷ 6 = 2 ✓ and 18 ÷ 6 = 3 ✓
Method 2: Prime Factorization (More powerful method)
Every number can be broken down into a product of prime numbers. This is called prime factorization.
Find the HCF of 24 and 36 using prime factorization
Step 1: Break each number into prime factors
Step 2: Identify COMMON prime factors with the SMALLEST powers
Step 3: Multiply these together
Check: 24 ÷ 12 = 2 ✓ and 36 ÷ 12 = 3 ✓
HCF rule: Take the LOWEST power of each COMMON prime factor.
The LCM is the smallest number that is a multiple of two (or more) numbers.
Think of it as the smallest multiple they have in common.
Method 1: Listing Multiples
Find the LCM of 4 and 6
Step 1: List multiples of each number
Step 2: Find COMMON multiples
Step 3: Choose the LOWEST one
Check: 12 ÷ 4 = 3 ✓ and 12 ÷ 6 = 2 ✓
Method 2: Prime Factorization
Find the LCM of 12 and 18 using prime factorization
Step 1: Break each number into prime factors
Step 2: Identify ALL prime factors with the HIGHEST powers
Step 3: Multiply these together
Check: 36 ÷ 12 = 3 ✓ and 36 ÷ 18 = 2 ✓
LCM rule: Take the HIGHEST power of each prime factor that appears.
Real-world use: LCM is super useful! For example, if buses arrive every 4 minutes and trains every 6 minutes, they both arrive together every LCM(4,6) = 12 minutes.