Welcome! Today we're exploring Coprime Pairs, Simplest Form, and Validating HCF-LCM Pairs — three connected ideas that will make your number theory work much smoother.
Some pairs of numbers share no prime factors at all — like:
| Pair | Prime factors |
|---|---|
| 8 and 15 | 2³ vs 3×5 |
| 25 and 36 | 5² vs 2²×3² |
These are called coprime pairs.
Coprime pairs have special properties:
Their HCF is 1always, and their LCM is just their product.
But coprime pairs also power two practical skills you'll use constantly:
By the end of this section, you'll handle all three:
Before we dive into simplest form and validation, you need to understand coprime pairs — what they are and why they matter.
Their defining property is the foundation for everything else in this section.
Two numbers are coprime (also called relatively prime) if their HCF is 1 — they share no common prime factor.
Example:
Since 8 and 15 share no prime factor, they are coprimecoprime!.
Your turn! 🤔
For each pair, explain your reasoning using prime factorisations.
Then state: If two numbers are coprime, what is their LCM equal to?
Coprime means HCF = 1 — no shared prime factor between the two numbers.
In simple words: Two numbers are coprime (also called relatively prime) when they have nothing in common except 1.
Think of it this way — if you break both numbers into their prime factors, you won't find any prime that appears in both.
Key Point: Coprime = HCF is 1 = No common prime factor
All three statements mean the same thing!same!
Check 14 and 35:
Shared prime: 7common. So , which is not 1. They are NOT coprime.
Check 25 and 36:
Shared primes: none. The primes of 25 are and the primes of 36 are . No overlap. So HCF=1. They ARE coprime.
The key property of coprime pairs: Since HCF = 1, the product property gives:
So for coprime numbers, the LCM is simply their product.
For example, , because 8 and 15 are coprime.
This is a useful shortcut: whenever you spot that two numbers share no prime factors, you know their LCM immediately without any computation.
Let's check your understanding of reducing fractions to simplest form. 📝
A fraction is in simplest form when the numerator and denominator are coprime — meaning they share no common factors other than 1.
To reduce a fraction to simplest form:
This skill becomes essential when you later need to classify decimals as terminating or non-terminating.
Your Task ✏️
Reduce to simplest form.
Show:
To reduce , we need to find the HCF and divide both the numerator and denominator by it.
Remember: A fraction is in simplest form when the numerator and denominator are coprime — that is, their HCF equals 1.
Prime Factorise:
So we have:
Common primes at lowest powers:
So, .
Divide both by HCF (78):
Simplified fraction:
Confirmation:
Since 3 and 5 are different primes, they share no common factors. So is in simplest form.
Why does this matter?
Later, when checking if a decimal terminates, you MUST reduce the fraction first.
The rule about denominator factors (only 2s and 5s) applies to the SIMPLIFIEDkey denominator, not the original one.
Skipping this step can give the wrong answer.
Here's a quick filter that catches impossible HCF-LCM pairs in seconds. It comes up in multiple-choice questions and can save you from chasing a nonexistent answer.
Key fact:
For any valid pair of numbers, the HCF always divides the LCM exactly.
Why?
If , the pair is impossibleinvalid.
Question 🤔
Is it possible to have two numbers whose HCF is 18 and LCM is 760?
The test: does HCF divide LCM exactly?
(not whole)42.222...
Not exact. So 18 does NOT divide 760.
This means no pair of numbers can have HCF = 18 and LCM = 760. Such a pair is impossible.
Why must HCF always divide LCM? Every prime power in the HCF is the minimum of the two numbers' powers, while the LCM takes the maximum. Since min ≤ max always, the HCF is automatically a factor of the LCM.
Why must HCF always divide LCM? Think about it prime by prime.
For any prime , suppose the two numbers have powers and (where ). Then:
Since , we have divides . This holds for every prime. So the HCF divides the LCM.
In the example: and .
For HCF to be 18, the two numbers must both have at least . But for LCM to be 760, the highest power of 3 in either number would be (since 760 has no factor of 3).
You can't have min = 2 and max = 0 for the same prime — contradictionimpossible!.
This is why the divisibility test works: if HCF doesn't divide LCM, there's a prime where the "minimum" exceeds the "maximum" — which is mathematically impossible.
Quick Tip: This five-second divisibility check saves minutes of fruitless computation.
You can reduce fractions and validate HCF-LCM pairs. The last piece is understanding why simplest form is not optional — it's a mandatory prerequisite for the decimal classification that comes later.
Here's an important rule you'll use:
The Terminating Decimal Rule: A fraction (in simplest form) has a terminating decimal if and only if the denominator's prime factorisation contains only 2s and 5s.
Consider the fraction .
If you check without simplifying, the denominator is , which has a factor of 3.
Would you conclude the decimal doesn't terminate?
Now simplify and check again.
What do you get, and what's the lesson?
Let's trace both paths for .
Path 1 — Without simplifying:
Denominator = .
The termination rule says: only 2s and 5s allowed. The denominator has a 3.
Verdict: non-terminating. ❌ (This is WRONG!)
Path 2 — After simplifying:
HCF(6, 15): , . Common prime: 3common. So HCF = 3.
New denominator = .
Only 5s — no other primes. Verdict: terminating. ✓
And indeed, .
The lesson: The terminating decimal rule ONLY works on simplified fractions. The 3 in the original denominator was a "fake" obstruction — it cancelled out!
Path 1 gave the WRONG answer. The fraction does terminate, but checking the unsimplified denominator said it doesn't.
This is a critical lesson — the termination rule only works on simplified fractions. If you skip simplification, you can get completely wrong conclusions!
What went wrong? The factor of 3 in the denominator was 'cancelled' by the factor of 3 in the numerator. Simplifying removes these shared factors, changing the effective denominator from 15 to 5.
The 3 was a fake obstructionkey insight — it looked like a problem, but it wasn't really there in the simplified form.
The lesson: The termination rule applies to the SIMPLIFIED denominator, not the original. Always reduce to simplest form first.
In some cases (like example), skipping this step flips the answer completely.