COMPLETE MASTERCLASS: LCM AND HCF
1. INTRODUCTION
Definitions
- HCF (Highest Common Factor): Also known as GCD (Greatest Common Divisor). The HCF of two or more given numbers is the largest number that divides each of them completely (leaving no remainder).
- LCM (Least Common Multiple): The LCM of two or more numbers is the smallest number which is perfectly divisible by each of the given numbers.
Importance in Competitive Exams
- Direct Weightage: 2–3 questions are almost guaranteed in Prelims and Mains.
- Foundational Tool: You cannot quickly solve Time and Work, Pipes and Cisterns, or Speed, Time, and Distance without mastering fast LCM calculations.
Real-Life Applications
- LCM: Finding when multiple events will happen together again (e.g., bells ringing together, athletes meeting at the starting point on a circular track, traffic lights changing).
- HCF: Dividing things into equal groups, finding the maximum length of a measuring tape, or tiling a floor with the minimum number of square tiles.
2. CONCEPT THEORY (DETAILED)
Methods to Find HCF
- Prime Factorization Method: Express each number as a product of prime factors. The HCF is the product of the lowest powers of common prime factors.
Example: HCF of 24 and 36.
24 = 23 × 31
36 = 22 × 32
HCF = 22 × 31 = 12 - Division Method (Useful for large numbers): Divide the larger number by the smaller number. Then, divide the previous divisor by the remainder. Repeat until the remainder is 0. The last divisor is the HCF.
Methods to Find LCM
- Prime Factorization Method: Express each number as a product of prime factors. The LCM is the product of the highest powers of all prime factors involved.
Example: LCM of 24 and 36.
24 = 23 × 31
36 = 22 × 32
LCM = 23 × 32 = 72 - Common Division Method: Write numbers in a row, divide by the smallest prime number that divides at least two of them, carry forward the undivided numbers, and repeat until all quotients are 1. Multiply all divisors.
Important Relationships & Formulas
- Core Formula: LCM × HCF = First Number × Second Number (Note: This is valid ONLY for two numbers).
- Co-prime Numbers: Two numbers are co-prime if their HCF is 1. Their LCM is simply their product.
- Fractions:
- HCF of fractions = (HCF of Numerators) / (LCM of Denominators)
- LCM of fractions = (LCM of Numerators) / (HCF of Denominators)
Properties of LCM and HCF
- The HCF of given numbers ALWAYS perfectly divides their LCM.
- The HCF is always less than or equal to the smallest of the given numbers.
- The LCM is always greater than or equal to the largest of the given numbers.
3. TYPES OF QUESTIONS & 4. SOLVED EXAMPLES
Here are 40 highly relevant solved examples covering every pattern asked in SSC, Banking, and Railway exams.
Type A: Basic Calculation & Fractions
View Solution
Find the difference between the closest numbers: 140 - 126 = 14. The HCF will be 14 or its factor. 14 divides 84, 126, and 140.
Answer: 14.
View Solution
Take the largest (45). Prime factors: 45 = 32 × 5. 32 = 25. 24 = 23 × 3. 15 = 3 × 5. LCM must have the highest powers: 25 × 32 × 5 = 32 × 9 × 5.
Answer: 1440.
View Solution
HCF = (HCF of 2, 4, 6) / (LCM of 3, 5, 7) = 2/105.
Answer: 2/105.
View Solution
LCM = (LCM of 3, 6, 9) / (HCF of 4, 7, 8) = 18/1.
Answer: 18.
View Solution
Convert to whole numbers by multiplying by 100: 120, 24, 600. HCF of (120, 24, 600) is 24. Divide by 100 again.
Answer: 0.24.
View Solution
Multiply by 100: 60, 960, 36. LCM of (60, 960, 36) = 2880. Divide by 100 = 28.8.
Answer: 28.8.
Type B: Ratio-Based Problems
View Solution
Numbers are 3 × 15 and 4 × 15.
Answer: 45 and 60.
View Solution
Let numbers be 4x and 5x. Since they are co-prime, LCM = 4 × 5 × x = 20x. 20x = 120 ⇒ x = 6.
Answer: 24 and 30.
View Solution
Numbers are 2 × 12, 3 × 12, 4 × 12 ⇒ 24, 36, 48. LCM of 24, 36, 48 = 144.
Answer: 144.
View Solution
Let numbers be 33a and 33b (where a, b are co-prime). 33a + 33b = 528 ⇒ a + b = 16. Co-prime pairs summing to 16: (1,15), (3,13), (5,11), (7,9).
Answer: 4 pairs.
View Solution
Let numbers be 13a and 13b. 13a × 13b = 2028 ⇒ 169ab = 2028 ⇒ ab = 12. Co-prime pairs yielding 12: (1,12) and (3,4).
Answer: 2 pairs.
Type C: LCM-HCF Relationship
View Solution
LCM × HCF = N1 × N2 ⇒ 2079 × 27 = 189 × N2 ⇒ N2 = 297.
Answer: 297.
View Solution
N1 × N2 = 11 × 7700. Let numbers be 11a, 11b. 11a × 11b = 11 × 7700 ⇒ ab = 700. Co-prime pairs: a=25, b=28. Numbers: 11 × 25 = 275 and 11 × 28 = 308.
Answer: 275 and 308.
View Solution
L = 44H. L + H = 1125 ⇒ 45H = 1125 ⇒ H = 25. L = 1100. 25 × 1100 = 25 × N2 ⇒ N2 = 1100.
Answer: 1100.
View Solution
HCF must exactly divide LCM. 380 / 16 = 23.75 (Not an integer).
Answer: No.
Type D: LCM Remainder Problems
Rule 1: "Find the least number which when divided by x, y, z leaves same remainder R in each case." → Form: LCM(x,y,z) × k + R
View Solution
LCM(12, 15, 20, 54) = 540. Number = 540 + 8.
Answer: 548.
View Solution
LCM(5, 6, 7, 8) = 840. Number is of the form 840k + 3. For k=1, 843 (not divisible by 9). For k=2, 1683 (divisible by 9).
Answer: 1683.
Rule 2: "Find the least number which when divided by x, y, z leaves remainders a, b, c respectively." → If (x-a) = (y-b) = (z-c) = K, then Form: LCM(x,y,z) - K
View Solution
Notice the difference: 20-14=6, 25-19=6, etc. K=6. LCM(20, 25, 35, 40) = 1400. Number = 1400 - 6.
Answer: 1394.
View Solution
LCM(12, 15, 20, 35) = 420. Greatest 4-digit number = 9999. 9999 / 420 leaves remainder 339. Number = 9999 - 339.
Answer: 9660.
View Solution
LCM(3, 5, 8, 12) = 120. 99999 / 120 ⇒ Remainder is 39. Number divisible = 99999 - 39 = 99960. Add remainder 2.
Answer: 99962.
Type E: HCF Remainder Problems
Rule 1: "Find the greatest number that divides x, y, z leaving same remainder R." → Form: HCF of (x-R, y-R, z-R)
View Solution
When remainder is unknown, take the HCF of their absolute differences: |91-43|, |183-91|, |183-43| = 48, 92, 140. HCF of (48, 92, 140).
Answer: 4.
View Solution
Differences: 4665 - 1305 = 3360; 6905 - 4665 = 2240; 6905 - 1305 = 5600. HCF(3360, 2240, 5600).
Answer: 1120.
Rule 2: "Find the greatest number that divides x, y, z leaving remainders a, b, c." → Form: HCF of (x-a, y-b, z-c)
View Solution
29 - 5 = 24; 60 - 12 = 48; 103 - 7 = 96. HCF of (24, 48, 96).
Answer: 24.
View Solution
99 - 3 = 96; 123 - 3 = 120; 183 - 3 = 180. HCF of (96, 120, 180).
Answer: 24.
Type F: Real-life Word Problems
View Solution
LCM(2, 4, 6, 8, 10, 12) = 120 seconds = 2 minutes. They toll together every 2 mins. In 30 mins: (30 / 2) + 1 (for the 0th minute) = 16 times.
Answer: 16 times.
View Solution
Time = Distance / Speed. Times are 11/4, 11/5.5, 11/8 hours ⇒ 11/4, 2/1, 11/8. LCM of fractions = LCM(11, 2, 11) / HCF(4, 1, 8) = 22 / 1.
Answer: 22 hours.
View Solution
LCM(48, 72, 108) = 432 seconds = 7 mins 12 secs.
Answer: 8:27:12 hrs.
View Solution
Trees per row = HCF(44, 66, 110) = 22. Total rows = (44/22) + (66/22) + (110/22) = 2 + 3 + 5.
Answer: 10 rows.
View Solution
Convert to cm: 378 cm, 525 cm. HCF(378, 525).
Answer: 21 cm.
View Solution
Total Tiles = Area of floor / Area of one tile = (378 × 525) / (21 × 21) = 18 × 25.
Answer: 450.
Type G: Algebra & Polynomials
View Solution
Take the lowest power of each variable.
Answer: a2b3c2.
View Solution
Take the highest power of each variable.
Answer: a8b6c8.
View Solution
x2 - 4 = (x-2)(x+2). x2 + 4x + 4 = (x+2)2. Common term: (x+2).
Answer: x+2.
View Solution
(x-y)(x2+xy+y2) and (x-y)(x+y). Highest powers:
Answer: (x-y)(x+y)(x2+xy+y2).
Type H: Advanced Miscellaneous
View Solution
Let numbers be a, b. a+b = 36. ab = H × L = 3 × 105 = 315. Reciprocal sum = 1/a + 1/b = (a+b)/ab = 36/315.
Answer: 4/35.
View Solution
LCM(3, 4, 5, 6, 8) = 120. Prime factors of 120 = 23 × 3 × 5. To make it a perfect square, multiply by 2 × 3 × 5 = 30. 120 × 30.
Answer: 3600.
View Solution
21a × 21b = 21 × 4641 ⇒ ab = 221. Co-prime factors of 221 are 13 and 17. Numbers: 21 × 13 = 273 and 21 × 17 = 357.
Answer: 273.
View Solution
Rule: HCF of (Am - 1) and (An - 1) = AHCF of (m,n) - 1. HCF of 45, 35 = 5.
Answer: 35 - 1 = 242.
View Solution
38 - 2 = 36; 45 - 3 = 42; 52 - 4 = 48. HCF(36, 42, 48).
Answer: 6.
View Solution
For co-prime numbers, HCF is 1. Therefore, LCM = Product.
Answer: 117.
5. SHORTCUTS & TRICKS
- The Difference Trick (HCF): The HCF of any two numbers NEVER exceeds their difference. It will either be the difference itself or a factor of the difference. (Example: HCF of 68 and 85. Difference = 17. 17 divides both. Boom! HCF is 17.)
- The Largest Number Trick (LCM): To find the LCM, take the largest number and check if the other numbers divide it. If not, multiply the largest number by 2, 3, 4... until you find a multiple that is divisible by the other numbers. (Example: LCM of 4, 6, 8. Largest is 8. 6 doesn't divide 8. Try 8 × 2 = 16 (no). Try 8 × 3 = 24. 4 and 6 divide 24. LCM is 24.)
- Divisibility Rule Bypass: For questions asking "Find the least number divisible by 9, 12, 15, 18", just look at the options! The correct option must satisfy the divisibility rule for 9 (sum of digits is a multiple of 9).
6. PRACTICE SET
Try these 30 questions independently. Click "Reveal Answer" to check your work!
Reveal Answer
Answer: 12
Reveal Answer
Answer: 72
Reveal Answer
Answer: 3/80
Reveal Answer
Answer: 20/3
Reveal Answer
Answer: 120
Reveal Answer
Answer: 160
Reveal Answer
Answer: 120
Reveal Answer
Answer: 64
Reveal Answer
Answer: 11:00 AM
Reveal Answer
Answer: 60 (Not divisible by 8)
Reveal Answer
Answer: 4 pairs
Reveal Answer
Answer: 4
Reveal Answer
Answer: 0.18
Reveal Answer
Answer: 240
Reveal Answer
Answer: 359 (LCM of 10,9,8 - 1)
Reveal Answer
Answer: x2y2z
Reveal Answer
Answer: 814
Reveal Answer
Answer: 213444
Reveal Answer
Answer: 96
Reveal Answer
Answer: 9600
Reveal Answer
Answer: 1
Reveal Answer
Answer: 143
Reveal Answer
Answer: 93 and 124
Reveal Answer
Answer: 432
Reveal Answer
Answer: 1:06 PM
Reveal Answer
Answer: 220-1
Reveal Answer
Answer: 28
Reveal Answer
Answer: 1683
Reveal Answer
Answer: Yes (300/15 = 20)
Reveal Answer
Answer: 27
7. EXAM STRATEGY
How to Identify Question Types Quickly
- Keyword "Greatest / Maximum / Largest / Longest": Almost always implies finding the HCF.
- Keyword "Least / Minimum / Smallest / Together again": Almost always implies finding the LCM.
- Circular Track / Tolling Bells / Traffic Lights: This is a classic LCM of the time intervals. Always ensure the units (seconds/minutes/hours) are identical before calculating.
Time-Saving Tips (The "Option Elimination" Method)
For competitive exams (SSC/Banking), do not solve LCM/HCF questions traditionally if you can avoid it. Use Divisibility Rules: If a question asks for a number divisible by 12, 15, and 18, check the options. The correct answer MUST be divisible by 9 (since 18 = 9×2). Use the rule of 9 (sum of digits divisible by 9) to eliminate wrong options instantly in 2 seconds.
Common Mistakes to Avoid
- Forgetting to add/subtract the remainder: In LCM remainder problems, memorize whether to Add or Subtract. If it's the same remainder, ADD. If it's different remainders, find the constant difference (K) and SUBTRACT.
- Mixing up Fraction Formulas: Remember, whatever you are asked to find (LCM or HCF of the fraction), do THAT to the numerator. The opposite happens to the denominator.
- Ignoring Units: In word problems, speeds might be in km/hr but lengths in meters. Always standardize units before finding the LCM.