Introduction
Chapter 1: Real Numbers
Page 1 of 5: The Fundamental Theorem of Arithmetic
Welcome to the fascinating world of Real Numbers! In Class 9, you explored different types of numbers, including the mysterious irrational numbers. Now, we'll dive deeper into the properties of positive integers, the very building blocks of arithmetic.
This chapter is built on two powerful ideas: Euclid's Division Algorithm and the Fundamental Theorem of Arithmetic. Think of them as two different lenses to view numbers. Euclid's algorithm helps us understand numbers through division, while the Fundamental Theorem of Arithmetic reveals their secrets through multiplication.
{{FORMULA: expr=HCF(a, b) × LCM(a, b) = a × b | symbols=a:first integer, b:second integer, HCF:Highest Common Factor, LCM:Least Common Multiple}}
Concept Introduction
The Fundamental Theorem of Arithmetic (FTA) is a cornerstone of number theory. It states that every composite number can be expressed as a product of prime numbers in a unique way. It's like saying every complex molecule is made of a unique combination of atoms. No matter how you break it down, you'll always end up with the same set of fundamental particles.
This "unique factorization" is more than just a mathematical curiosity. It’s the backbone of modern digital security.
Real-Life Example: Cryptography
Every time you send a WhatsApp message or make an online payment, your data is encrypted using large numbers. This security relies on a simple fact: it's easy to multiply two large prime numbers together, but it's extremely difficult to take the resulting product and figure out the original prime factors. The uniqueness guaranteed by the Fundamental Theorem of Arithmetic ensures that there is only one correct pair of prime factors, making it a secure "key" to lock your information.
Definitions & Formulas
Before we explore the theorem, let's refresh some key terms. These are the basic tools you'll use throughout this chapter.
| Term/Variable | Meaning |
|---|---|
| Natural Number | A positive counting number (1, 2, 3, ...). |
| Prime Number | A natural number greater than 1 with exactly two factors: 1 and itself (e.g., 2, 3, 5, 7, 11). |
| Composite Number | A natural number greater than 1 that is not prime; it has more than two factors (e.g., 4, 6, 8, 9, 10). |
| Prime Factorization | The process of expressing a composite number as a product of its prime factors. |
| HCF | Highest Common Factor. The largest positive integer that divides two or more integers without a remainder. |
| LCM | Least Common Multiple. The smallest positive integer that is a multiple of two or more integers. |
The Logic of Unique Prime Factorization
The Fundamental Theorem of Arithmetic might sound complex, but the idea behind it is something you're already familiar with: the factor tree. Let's see how it demonstrates the theorem's core logic.
-
Start with a composite number. Let's take the number
32760, as mentioned in the NCERT text. -
Break it down into any two factors. An obvious one is
3276 × 10. -
Continue breaking down composite factors.
10is easy:2 × 5. Both are prime, so we stop there.3276is even, so it's divisible by 2:3276 = 2 × 1638.1638is also even:1638 = 2 × 819.819looks divisible by 3 (sum of digits is 18):819 = 3 × 273.273is also divisible by 3 (sum of digits is 12):273 = 3 × 91.91is a classic one:91 = 7 × 13.
-
Collect all the prime "leaves" of the tree. If we gather all the numbers at the end of our branches, we get:
2, 5, 2, 2, 3, 3, 7, 13.
{{VISUAL: diagram: A factor tree breaking down the number 32760 into its prime factors, with branches showing divisions until only prime numbers (2, 3, 5, 7, 13) remain at the end.}}
- Write the final product. No matter how you start factoring (e.g.,
32760 = 5 × 6552), you will always end up with the same set of prime factors. Let's write them in ascending order and use exponents for repeated factors.
32760 = 2 × 2 × 2 × 3 × 3 × 5 × 7 × 13
32760 = 2³ × 3² × 5¹ × 7¹ × 13¹
This final expression is the unique prime factorization of 32760. This process leads us directly to the formal statement of the theorem.
{{KEY: type=theorem | title=The Fundamental Theorem of Arithmetic (Theorem 1.1) | text=Every composite number can be expressed (factorised) as a product of primes, and this factorisation is unique, apart from the order in which the prime factors occur.}}
Solved Examples
Let's apply this theorem to solve some problems, from basic to advanced.
Example 1: Basic Prime Factorization (Easy)
Given: The number 140.
To Find: The prime factorization of 140.
Solution:
-
Start by dividing 140 by the smallest prime number, 2.
140 ÷ 2 = 70 -
The result, 70, is also divisible by 2.
70 ÷ 2 = 35 -
The new result, 35, is not divisible by 2 or 3. The next prime is 5.
35 ÷ 5 = 7 -
The result, 7, is a prime number. Now, collect all the prime factors.
140 = 2 × 2 × 5 × 7 -
Express the factorization using powers.
140 = 2² × 5 × 7
Final Answer: The prime factorization of 140 is 2² × 5 × 7.
Example 2: Finding HCF and LCM of Two Numbers (Medium)
Given: Integers 510 and 92.
To Find: The HCF and LCM of 510 and 92, and verify that HCF × LCM = Product of the two numbers.
Solution:
-
Find the prime factorization of 510.
510 = 2 × 255 = 2 × 3 × 85 = 2 × 3 × 5 × 17 -
Find the prime factorization of 92.
92 = 2 × 46 = 2 × 2 × 23 = 2² × 23 -
To find the HCF, take the product of the smallest power of each common prime factor. The only common prime factor is 2, and its smallest power is
2¹.HCF(510, 92) = 2 -
To find the LCM, take the product of the greatest power of all prime factors involved. The factors are 2, 3, 5, 17, and 23.
LCM(510, 92) = 2² × 3¹ × 5¹ × 17¹ × 23¹LCM(510, 92) = 4 × 3 × 5 × 17 × 23 = 23460 -
Now, verify the relationship. First, calculate the product of the numbers.
Product = 510 × 92 = 46920 -
Next, calculate the product of the HCF and LCM.
HCF × LCM = 2 × 23460 = 46920 -
Since both products are equal, the relationship is verified.
Final Answer: HCF = 2, LCM = 23460. The verification HCF × LCM = Product of numbers holds true as 46920 = 46920.
Example 3: HCF and LCM of Three Numbers (Hard)
Given: Integers 12, 15, and 21.
To Find: The HCF and LCM using the prime factorization method.
Solution:
-
Find the prime factorization of each number.
12 = 2 × 6 = 2 × 2 × 3 = 2² × 3¹15 = 3 × 5 = 3¹ × 5¹21 = 3 × 7 = 3¹ × 7¹ -
For the HCF, find the common prime factors and their lowest powers. The only prime factor common to all three is 3, and its lowest power is
3¹.HCF(12, 15, 21) = 3 -
For the LCM, find all unique prime factors (2, 3, 5, 7) and their highest powers across all factorizations (
2²,3¹,5¹,7¹).LCM(12, 15, 21) = 2² × 3¹ × 5¹ × 7¹LCM(12, 15, 21) = 4 × 3 × 5 × 7 = 420Important Note: The rule
HCF × LCM = Product of numbersdoes NOT apply for three numbers.
Final Answer: HCF = 3, LCM = 420.
Example 4: Real-World Application (Tricky)
Given: A circular sports field. Priya takes 18 minutes to complete one round, while Harish takes 12 minutes for the same. They start at the same point and at the same time, and go in the same direction.
To Find: After how many minutes will they meet again at the starting point?
Solution:
-
This problem asks for the next time they will both be at the starting point. This means we are looking for the smallest number of minutes that is a multiple of both 18 and 12. This is a classic LCM problem.
-
First, find the prime factorization of 18.
18 = 2 × 9 = 2 × 3 × 3 = 2¹ × 3² -
Next, find the prime factorization of 12.
12 = 2 × 6 = 2 × 2 × 3 = 2² × 3¹ -
To find the LCM, take the highest power of all prime factors involved (2 and 3). The highest power of 2 is
2²and the highest power of 3 is3².LCM(18, 12) = 2² × 3² -
Calculate the final value.
LCM(18, 12) = 4 × 9 = 36This means they will both be at the starting point after 36 minutes. Priya will have completed
36 ÷ 18 = 2rounds, and Harish will have completed36 ÷ 12 = 3rounds.
Final Answer: They will meet again at the starting point after 36 minutes.
Tips & Tricks
| Technique | Description | Example |
|---|---|---|
| HCF/LCM Power Rule | For HCF, take the lowest power of common primes. For LCM, take the highest power of all primes. | For 12 = 2² × 3¹ and 18 = 2¹ × 3², HCF = 2¹ × 3¹ = 6. LCM = 2² × 3² = 36. |
| The Two-Number Formula | For any two positive integers a and b, HCF(a, b) × LCM(a, b) = a × b. Use this to find LCM if you know HCF, or vice-versa. | If HCF(96, 404) = 4, then LCM = (96 × 404) ÷ 4 = 96 × 101 = 9696. |
| Quick Divisibility Tests | To factorize faster, check divisibility: by 2 (if even), by 3 (if sum of digits is divisible by 3), by 5 (if ends in 0 or 5). | For 510, it ends in 0, so it's divisible by 2 and 5. 5+1+0=6, so it's also divisible by 3. |
Common Mistakes
| ❌ Wrong Method | ✅ Right Method | Why it's Wrong |
|---|---|---|
For LCM, multiplying only the common factors: LCM(12, 18) = 2 × 3 = 6. | For LCM, multiply the highest powers of all factors: LCM(12, 18) = 2² × 3² = 36. | LCM must be a multiple of both numbers. 6 is not a multiple of 12 or 18. |
Using the formula HCF×LCM = Product for three numbers: HCF(6,72,120) × LCM(...) = 6×72×120. | This formula is only valid for two positive integers. Calculate HCF and LCM for three numbers using prime factorization directly. | The relationship does not extend to three or more numbers. Counter-examples are easy to find. |
Forgetting to use the lowest power for HCF: HCF of 2³×5 and 2²×5² is 2³×5². | HCF must be a factor of both numbers. Use the lowest power of common factors: HCF = 2² × 5¹ = 20. | 2³ is not a factor of 2²×5², so the HCF would be wrong. The HCF cannot be larger than the smallest number. |
Assuming a number ending in 1, 3, 7, or 9 is always prime, like 91. | Always check for divisibility by smaller primes (like 7, 11, 13) before concluding a number is prime. | 91 is a composite number: 91 = 7 × 13. |
Brain-Teaser Questions
-
Can two numbers have 15 as their HCF and 175 as their LCM? Justify your answer.
💡 Answer: No. A key property is that the HCF of two numbers must always be a factor of their LCM. Here,
175 ÷ 15 = 11.66..., which is not an integer. Therefore, it's impossible for two numbers to have an HCF of 15 and an LCM of 175. -
What is the smallest number that, when divided by 35, 56, and 91, leaves a remainder of 7 in each case?
💡 Answer: First, find the LCM of 35, 56, and 91.
35 = 5 × 756 = 8 × 7 = 2³ × 791 = 7 × 13LCM = 2³ × 5 × 7 × 13 = 8 × 5 × 91 = 40 × 91 = 3640. This is the smallest number divisible by all three. To leave a remainder of 7, we simply add 7 to the LCM. The required number is3640 + 7 = 3647. -
The HCF of two numbers is 23 and their LCM is 1449. If one of the numbers is 161, find the other.
💡 Answer: We use the formula
HCF × LCM = Product of the two numbers. Let the other number bex.23 × 1449 = 161 × xx = (23 × 1449) / 161We know161 = 7 × 23.x = (23 × 1449) / (7 × 23)x = 1449 / 7x = 207. The other number is 207.
Mini Cheatsheet
Here's a quick summary of this page. Screenshot this for your last-minute revisions!
| Concept | Formula / Rule | Notes |
|---|---|---|
| Fundamental Theorem | Every composite number = Product of unique primes. | 12 = 2² × 3. The factors {2, 2, 3} are unique. |
| Prime Factorization | Break a number down into its prime factors. | Use a factor tree or sequential division. |
| HCF | Product of the smallest powers of common prime factors. | HCF is always ≤ the smallest of the numbers. |
| LCM | Product of the greatest powers of all prime factors. | LCM is always ≥ the largest of the numbers. |
| The HCF-LCM Rule | HCF(a, b) × LCM(a, b) = a × b | ONLY for two positive integers. |
The Fundamental Theorem of Arithmetic (Part 1)
The Fundamental Theorem of Arithmetic (Part 1)
Concept Introduction
Imagine you're trying to understand the DNA of numbers. Just as every living organism has a unique genetic code, every whole number has a unique "prime DNA" — a special way to break it down into building blocks called prime numbers.
When a shopkeeper arranges 24 items into boxes, they can organize them as 2 × 12, or 3 × 8, or 4 × 6, or even 2 × 2 × 2 × 3. But there's only ONE way to write 24 using prime numbers alone: 2³ × 3. No matter how you rearrange those primes, the fundamental identity remains the same.
This powerful idea — that every composite number can be expressed as a product of primes in exactly one way — is the Fundamental Theorem of Arithmetic. It's the backbone of number theory and helps us solve problems ranging from finding HCF and LCM to proving that certain numbers (like √2) are irrational. Understanding this theorem is like unlocking the secret architecture of the entire number system.
{{FORMULA: expr=n = p₁^a₁ × p₂^a₂ × p₃^a₃ × ... × pₖ^aₖ | symbols=n:composite number, p₁,p₂,...:distinct primes in ascending order, a₁,a₂,...:positive integer powers}}
Definitions & Formulas
| Term | Meaning |
|---|---|
| Composite Number | A natural number greater than 1 that has factors other than 1 and itself (e.g., 4, 6, 8, 9, 12...) |
| Prime Number | A natural number greater than 1 divisible only by 1 and itself (e.g., 2, 3, 5, 7, 11, 13...) |
| Prime Factorization | Expressing a number as a product of prime numbers |
| Fundamental Theorem of Arithmetic | Every composite number can be expressed as a product of primes, and this factorization is unique (except for the order of factors) |
| Standard Form | Writing prime factorization with primes in ascending order and using exponents: p₁^a₁ × p₂^a₂ × ... |
| Factor Tree | A visual method to break down a composite number into its prime factors step-by-step |
{{KEY: type=theorem | title=The Fundamental Theorem of Arithmetic | text=Every composite number can be expressed as a product of primes in exactly ONE way, apart from the order in which the prime factors occur.}}
Understanding the Theorem: Logic & Derivation
Let's build the intuition behind this fundamental theorem through systematic reasoning:
Step 1: Every composite number can be factorized
Take any composite number, say 60. Since it's composite, it has at least one divisor other than 1 and itself. We can write:
60 = 6 × 10
Step 2: Continue factorizing until only primes remain
Now 6 and 10 are both composite, so we break them down further:
60 = (2 × 3) × (2 × 5) = 2 × 2 × 3 × 5 = 2² × 3 × 5
Eventually, we reach prime numbers that cannot be broken down further.
Step 3: The factorization is independent of the path taken
Whether you start with 60 = 4 × 15 or 60 = 12 × 5, you'll always end up with the same prime factors:
60 = 4 × 15 = (2 × 2) × (3 × 5) = 2² × 3 × 5
60 = 12 × 5 = (2 × 2 × 3) × 5 = 2² × 3 × 5
Step 4: Writing in standard form ensures uniqueness
By convention, we write primes in ascending order and use exponents for repeated factors:
32760 = 2 × 2 × 2 × 3 × 3 × 5 × 7 × 13 = 2³ × 3² × 5 × 7 × 13
Step 5: The uniqueness part is crucial
The theorem states that not only CAN every composite be factorized into primes, but there is ONLY ONE such factorization (ignoring order). This means:
If n = p₁^a₁ × p₂^a₂ × ... = q₁^b₁ × q₂^b₂ × ...
Then {p₁, p₂, ...} = {q₁, q₂, ...} and a₁ = b₁, a₂ = b₂, etc.
Step 6: Applications of uniqueness
This uniqueness property is what makes HCF and LCM calculations systematic. It also helps us prove important results like the irrationality of √2, √3, etc.
{{KEY: type=insight | title=Why "Apart from Order" Matters | text=We consider 2 × 3 × 5 and 5 × 2 × 3 as the SAME factorization because multiplication is commutative. Standard form (ascending order) removes this ambiguity.}}
Solved Examples
Example 1: Basic Prime Factorization (Easy)
Given: The number 140
To Find: Express 140 as a product of its prime factors in standard form
Solution:
- Start by dividing by the smallest prime (2):
140 ÷ 2 = 70
- Continue dividing 70 by 2:
70 ÷ 2 = 35
- Now 35 is not divisible by 2, try the next prime (3) — doesn't work. Try 5:
35 ÷ 5 = 7
- 7 is already prime, so we stop. Collecting all prime factors:
140 = 2 × 2 × 5 × 7 = 2² × 5 × 7
Final Answer: 140 = 2² × 5 × 7
Example 2: Verifying Uniqueness (Medium)
Given: The number 156
To Find: Show that different factorization paths lead to the same prime factorization
Solution:
- Path 1: Start with 156 = 2 × 78
156 = 2 × 78 = 2 × (2 × 39) = 2 × 2 × (3 × 13) = 2² × 3 × 13
- Path 2: Start with 156 = 4 × 39
156 = 4 × 39 = (2 × 2) × (3 × 13) = 2² × 3 × 13
- Path 3: Start with 156 = 12 × 13
156 = 12 × 13 = (2 × 2 × 3) × 13 = 2² × 3 × 13
- All three paths yield the identical prime factorization, confirming the theorem's uniqueness.
Final Answer: 156 = 2² × 3 × 13 (unique factorization verified)
Example 3: Large Number Factorization (Medium-Hard)
Given: The number 5005
To Find: Prime factorization in standard form
Solution:
- Check divisibility by 5 (ends in 5):
5005 ÷ 5 = 1001
- Factorize 1001. Try 7:
1001 ÷ 7 = 143
- Factorize 143. Try 11:
143 ÷ 11 = 13
- 13 is prime. Collecting all factors in ascending order:
5005 = 5 × 7 × 11 × 13
Final Answer: 5005 = 5 × 7 × 11 × 13
Example 4: Application to Ending Digits (Tricky)
Given: Numbers of the form 4ⁿ where n is a natural number
To Find: Can 4ⁿ ever end with the digit 0 for any value of n?
Solution:
- For a number to end in 0, it must be divisible by 10, which means divisible by both 2 AND 5.
10 = 2 × 5
- Write 4ⁿ in its prime factorization:
4ⁿ = (2²)ⁿ = 2^(2n)
- By the Fundamental Theorem of Arithmetic, this factorization is UNIQUE. The only prime factor is 2.
Prime factors of 4ⁿ = {2} only
- Since 5 is NOT in the prime factorization of 4ⁿ, it cannot be divisible by 5, hence cannot be divisible by 10.
4ⁿ cannot contain factor 5 → cannot end in 0
Final Answer: No, 4ⁿ can never end with digit 0 for any natural number n
Tips & Tricks
| Shortcut Technique | How It Works | Example |
|---|---|---|
| Divisibility Tests | Use quick divisibility rules (2, 3, 5, 11) to speed up factorization | For 156: ends in 6 (even) → divisible by 2; digits sum to 12 → divisible by 3 |
| Perfect Power Recognition | If you spot that n = aᵏ, write it immediately as (prime factorization of a)ᵏ | 64 = 2⁶, so 64 = 2⁶ directly |
| Factor Pairs | For finding all factors, only check primes up to √n | To factor 143, only test primes ≤ √143 ≈ 12 → test 2, 3, 5, 7, 11 |
Common Mistakes
| ❌ Wrong Approach | ✅ Correct Approach |
|---|---|
| Writing 12 = 2 × 6 and stopping (6 is composite) | Continue: 12 = 2 × 2 × 3 = 2² × 3 (all primes) |
| Writing primes in random order: 60 = 5 × 2² × 3 | Standard form ascending: 60 = 2² × 3 × 5 |
| Forgetting to use exponents: 72 = 2 × 2 × 2 × 3 × 3 | Proper form: 72 = 2³ × 3² |
| Assuming 1 is prime and including it in factorization | 1 is neither prime nor composite; never include in prime factorization |
Brain-Teaser Questions
Q1: If a number n has exactly 3 prime factors (all distinct), what is the minimum number of divisors n can have?
💡 Answer: If n = p × q × r (three distinct primes), its divisors are: 1, p, q, r, pq, pr, qr, pqr. That's 8 divisors minimum. For example, 30 = 2 × 3 × 5 has exactly 8 divisors.
Q2: Can two different composite numbers have the exact same prime factorization?
💡 Answer: No! The Fundamental Theorem of Arithmetic guarantees uniqueness. If two numbers have identical prime factorizations, they ARE the same number. This is the whole point of "unique" factorization.
Q3: The prime factorization of a number is 2³ × 3² × 5. Without calculating, determine if this number is a perfect square.
💡 Answer: No, it is NOT a perfect square. For a number to be a perfect square, ALL exponents in its prime factorization must be even. Here, the exponents are 3, 2, and 1 — both 3 and 1 are odd, so the number cannot be a perfect square.
Mini Cheatsheet
| Key Concept | Formula / Rule | Example |
|---|---|---|
| Fundamental Theorem | Every composite n has unique prime factorization: n = p₁^a₁ × p₂^a₂ × ... × pₖ^aₖ | 60 = 2² × 3 × 5 |
| Standard Form | Write primes in ascending order with exponents | 72 = 2³ × 3² (not 3² × 2³) |
| Uniqueness Property | Ignoring order, there's only ONE way to express n as product of primes | 2 × 3 × 5 = 5 × 2 × 3 (same factorization) |
| Ending in 0 | Number ends in 0 ⟺ contains both 2 AND 5 in prime factorization | 4ⁿ = 2^(2n) has no factor 5 → never ends in 0 |
| Factor Tree Method | Break composite into ANY two factors, repeat until all primes | 60 → 6×10 → (2×3)×(2×5) → 2²×3×5 |
Next: We'll explore how to use the Fundamental Theorem to systematically find HCF and LCM through prime factorization, and verify the important relationship: HCF(a,b) × LCM(a,b) = a × b.
The Fundamental Theorem of Arithmetic (Part 2)
The Fundamental Theorem of Arithmetic (Part 2)
Concept Introduction
In the previous section, we discovered that every composite number can be uniquely expressed as a product of prime numbers. But why does this matter in real life?
Imagine you're organizing a school assembly with 96 students and 404 chairs. You want to arrange them in rows with the same number of students and chairs per row. What is the maximum number of rows possible? This is precisely where finding the Highest Common Factor (HCF) becomes essential.
Similarly, if two bells ring at intervals of 6 minutes and 20 minutes respectively, when will they ring together again? This requires finding the Least Common Multiple (LCM). The Fundamental Theorem of Arithmetic provides us with a powerful method—prime factorization—to compute both HCF and LCM efficiently and accurately.
Today, we'll master this technique and apply it to solve real-world problems involving divisibility and common multiples.
{{FORMULA: expr=HCF(a, b) × LCM(a, b) = a × b | symbols=a:first positive integer, b:second positive integer, HCF:highest common factor, LCM:least common multiple}}
Definitions & Formulas
| Term | Meaning |
|---|---|
| Prime Factorization | Expressing a number as a product of powers of prime numbers |
| HCF (Highest Common Factor) | The largest number that divides two or more numbers exactly |
| LCM (Least Common Multiple) | The smallest number that is a multiple of two or more numbers |
| Standard Form | Writing n = p₁^a₁ × p₂^a₂ × p₃^a₃ × ... where p₁, p₂, p₃... are primes in ascending order |
| Coprime Numbers | Two numbers whose HCF is 1 |
{{KEY: type=formula | title=The Golden Relationship | text=For any two positive integers a and b: HCF(a, b) × LCM(a, b) = a × b. This relationship ONLY holds for exactly TWO numbers, not three or more.}}
Method: Prime Factorization for HCF and LCM
Step 1: Find Prime Factorization
Express each number as a product of powers of primes in ascending order.
For example, for 72 and 120:
72 = 2³ × 3²
120 = 2³ × 3 × 5
Step 2: Identify All Prime Factors
List all distinct primes appearing in ANY of the numbers: 2, 3, 5
Step 3: Computing HCF
HCF = Product of the SMALLEST power of each COMMON prime factor
For 72 and 120, common primes are 2 and 3:
HCF(72, 120) = 2³ × 3¹ = 8 × 3 = 24
{{KEY: type=concept | title=HCF Logic | text=HCF contains only those primes that appear in ALL numbers. The power is the MINIMUM of all occurrences.}}
Step 4: Computing LCM
LCM = Product of the GREATEST power of each prime factor (whether common or not)
For 72 and 120, all primes are 2, 3, 5:
LCM(72, 120) = 2³ × 3² × 5¹ = 8 × 9 × 5 = 360
Step 5: Verification Using the Golden Relationship
Always verify:
HCF × LCM = 24 × 360 = 8640
72 × 120 = 8640 ✓
Step 6: Alternative Path (Finding LCM from HCF)
If HCF is already known:
LCM(a, b) = (a × b) / HCF(a, b)
Solved Examples
Example 1: Basic Application (Easy)
Given: Numbers are 18 and 48
To Find: HCF and LCM using prime factorization
Solution:
- Find the prime factorization of each number.
18 = 2 × 3²
48 = 2⁴ × 3
- For HCF, take the smallest power of common primes (2 and 3).
HCF(18, 48) = 2¹ × 3¹ = 6
- For LCM, take the greatest power of all primes appearing.
LCM(18, 48) = 2⁴ × 3² = 16 × 9 = 144
- Verify using the relationship.
HCF × LCM = 6 × 144 = 864
18 × 48 = 864 ✓
Final Answer: HCF = 6, LCM = 144
Example 2: Three Numbers (Medium)
Given: Numbers are 12, 15, and 21
To Find: HCF and LCM using prime factorization
Solution:
- Find prime factorization of each number.
12 = 2² × 3
15 = 3 × 5
21 = 3 × 7
- Identify the only common prime in all three:
3.
HCF(12, 15, 21) = 3¹ = 3
- For LCM, take greatest power of ALL primes (2, 3, 5, 7).
LCM(12, 15, 21) = 2² × 3 × 5 × 7
= 4 × 3 × 5 × 7 = 420
- Notice that for three numbers, the product relationship does NOT hold.
12 × 15 × 21 = 3780
