HCF and LCM
Factors and Multiples
-
A factor of a number divides it exactly (no remainder).
- Example: 3 is a factor of 12.
-
A multiple of a number is obtained by multiplying it by an integer.
- Example: 24 is a multiple of 6.
HCF (Highest Common Factor)
HCF of two or more numbers is the greatest number that divides all of them exactly.
Use Case: Sharing, cutting into maximum equal parts, minimizing length or time.
LCM (Least Common Multiple)
LCM of two or more numbers is the smallest number that is a multiple of all of them.
Use Case: Scheduling, synchronization, recurring cycles, time intervals.
Prime Factorization
Breaking a number into its constituent prime numbers.
Use: Efficiently compute HCF and LCM.
Key Formulas and Shortcuts
Relation Between HCF and LCM
This is valid only for two numbers.
HCF Using Prime Factorization
- Factorize each number.
- Take common primes with the lowest powers.
Example:
36 =
60 =
LCM Using Prime Factorization
- Factorize each number.
- Take all primes with the highest powers.
Shortcut: Euclidean Algorithm for HCF (of two numbers)
Given two numbers :
Repeat until remainder is 0.
Example:
Find HCF(91, 65)
HCF and LCM of Fractions
When dealing with fractions, the concepts of HCF and LCM are extended based on their numerators and denominators.
HCF of Fractions
To find the HCF of a set of fractions:
Example: Find the HCF of
- Numerators: HCF(4, 8, 12) = 4
- Denominators: LCM(9, 15, 25) = 225
LCM of Fractions
To find the LCM of a set of fractions:
Example: Find the LCM of
- Numerators: LCM(2, 5, 4) = 20
- Denominators: HCF(3, 6, 9) = 3
Conceptual Tips and Common Mistakes
| Mistake | Correction |
|---|---|
| Using the HCF-LCM product formula for 3+ numbers | Valid only for two numbers |
| Confusing factors and multiples | Factors divide, multiples are products |
| Taking LCM by common factors | LCM takes all primes, not just common |
| Forgetting to include powers of primes | Always take max powers for LCM, min for HCF |
Factor Trees and Visual Aid
Example: Factor tree for 84
84
/ \
2 42
/ \
2 21
/ \
3 7
→ 84 = 2^2 × 3 × 7
Visualizing through factor trees aids quick mental prime factorization.
Examples
Example 1:
Find HCF and LCM of 36 and 60.
Prime Factorizations:
36 =
60 =
Example 2:
What is the HCF of 120, 160, and 200?
Factorizations:
- 120 =
- 160 =
- 200 =
HCF:
Example 3:
Two alarm clocks ring every 20 min and 30 min. If they ring together at 9:00 AM, when will they next ring together?
Applications of HCF and LCM
| Situation | Use |
|---|---|
| Cutting rods/pipes into equal lengths | HCF |
| Scheduling classes/events | LCM |
| Grouping things equally | HCF |
| Finding least time for simultaneous tasks | LCM |
Special Cases
-
If two numbers are co-prime, HCF = 1 and
-
If one number divides another: