Math Lab
Home/Class X/Ch 1/Applications of HCF and LCM

Applications of HCF and LCM

The same machinery we just built , HCF and LCM via prime factorisation , solves dozens of practical questions. Board examiners love these because a clean translation from English to mathematics is half the battle.

Two big questions

Most word problems in this chapter ask one of two questions:

  • "What is the largest size / measure / interval that divides all the given quantities exactly?" This is an HCF question.
  • "After how long / how many units do all the given cycles synchronise again?" This is an LCM question.

A quick test: if the answer must divide the given numbers, you want HCF. If the answer must be a multiple of the given numbers, you want LCM.

Theorem in disguise

The product rule HCF(a,b)LCM(a,b)=ab\operatorname{HCF}(a,b) \cdot \operatorname{LCM}(a,b) = a \cdot b shows up constantly. Whenever a problem gives you the HCF, the LCM, and one of the numbers, you can immediately find the other: b=aLCM(a,b)HCF(a,b)÷aa=HCF(a,b)LCM(a,b)a.b = \frac{a \cdot \operatorname{LCM}(a,b)}{\operatorname{HCF}(a,b)} \div \frac{a}{a} = \frac{\operatorname{HCF}(a,b) \cdot \operatorname{LCM}(a,b)}{a}. Equivalent and simpler: ab=HCFLCMa \cdot b = \operatorname{HCF} \cdot \operatorname{LCM}, so b=HCFLCMab = \dfrac{\operatorname{HCF} \cdot \operatorname{LCM}}{a}.

A second pattern: if the HCF is hh and we are told two numbers are ahah and bhbh with gcd(a,b)=1\gcd(a, b) = 1, then the LCM is abhabh. So if a question states "two numbers in ratio p:qp : q (in lowest terms) with HCF hh", the numbers are phph and qhqh, and their LCM is pqhpqh.

A third: if we are looking for the largest piece (HCF) but the problem gives leftover remainders (r1r_1, r2r_2, \ldots), subtract the remainders first. The greatest number that divides aa leaving remainder rr is the same as the greatest number that divides ara - r.

The fourth pattern is "smallest multiple plus shift". If we want the smallest number that leaves remainder rr when divided by each of a,b,ca, b, c, that smallest number is LCM(a,b,c)+r\operatorname{LCM}(a,b,c) + r.

Worked examples

Example 1. Find the largest number that divides 245245 and 10291029, leaving remainders 55 and 55 respectively.

The "largest number" wants HCF. Subtract the remainders: we need HCF of 2455=240245 - 5 = 240 and 10295=10241029 - 5 = 1024.

240=24×3×5240 = 2^4 \times 3 \times 5, 1024=2101024 = 2^{10}. Common primes: 22 with min exponent 44. So HCF =24=16= 2^4 = 16.

The required number is 16\boxed{16}.

Example 2. Find the smallest number which when divided by 3535, 5656, and 9191 leaves a remainder of 77 in each case.

LCM-with-shift pattern. First find LCM(35,56,91)(35, 56, 91).

35=5×735 = 5 \times 7, 56=23×756 = 2^3 \times 7, 91=7×1391 = 7 \times 13. Max exponents: 23,5,7,132^3, 5, 7, 13. LCM =8×5×7×13=3640= 8 \times 5 \times 7 \times 13 = 3640.

Required number =3640+7=3647= 3640 + 7 = \boxed{3647}.

Example 3. Two tankers contain 850850 litres and 680680 litres of petrol. Find the maximum capacity of a container that can measure the petrol of either tanker exactly.

"Maximum capacity dividing both" = HCF.

850=2×52×17850 = 2 \times 5^2 \times 17, 680=23×5×17680 = 2^3 \times 5 \times 17. Common primes: 22 (min 11), 55 (min 11), 1717 (min 11). HCF =2×5×17=170= 2 \times 5 \times 17 = 170 litres.

Example 4. Three traffic signals at a junction change every 4848 s, 7272 s, and 108108 s. They start changing simultaneously at 7:007:00 a.m. When will they next change simultaneously?

LCM(48,72,108)(48, 72, 108).

48=24×348 = 2^4 \times 3, 72=23×3272 = 2^3 \times 3^2, 108=22×33108 = 2^2 \times 3^3. Max exponents: 24,332^4, 3^3. LCM =16×27=432= 16 \times 27 = 432 s =7= 7 min 1212 s.

Next simultaneous change at 77 h 77 min 1212 s a.m.

Example 5. The HCF and LCM of two numbers are 99 and 360360. If one number is 4545, find the other.

By the product rule, ab=HCFLCM=9×360=3240a \cdot b = \operatorname{HCF} \cdot \operatorname{LCM} = 9 \times 360 = 3240. So b=3240/45=72b = 3240 / 45 = 72.

Try it yourself

  1. Find the largest number that divides 12511251 and 93779377 leaving remainders 11 and 22 respectively.
  2. Find the smallest number which when divided by 2424, 3636, and 5454 leaves a remainder of 55 each time.
  3. Two rods are 1.201.20 m and 1.801.80 m long. They are to be cut into equal pieces of the greatest possible length. Find that length and the total number of pieces.
  4. The HCF and LCM of two numbers are 44 and 96969696. If one number is 9696, find the other.
  5. A merchant has 120120 litres of one oil and 180180 litres of another. He wants to sell them in tins of equal capacity. What is the greatest capacity of such a tin?
  6. Three bells chime every 99, 1212, and 1515 minutes. If they all chime together at 7:007:00 a.m., when will they next chime together?
  7. Two numbers are in ratio 3:43:4 and their LCM is 180180. Find the numbers.
  8. Find the smallest 55-digit number divisible by 1212, 1515, and 1818.
  9. Two friends start jogging in opposite directions around a circular track of 360360 m, with speeds giving lap times of 6060 s and 9090 s. When do they next meet at the start?
  10. Show that the HCF of any two consecutive natural numbers is 11.

Pitfalls / Insight

  • "Largest that divides X, Y" → HCF; "smallest divisible by X, Y" → LCM. Wrong choice is the most common slip.
  • Remember to subtract remainders for HCF questions and add remainders for LCM questions.
  • Always factorise once and reuse. Don't recompute factorisations across sub-questions.

Insight. Word problems often hide their structure under one or two extra English sentences. Find the quantity that the answer must divide (HCF) or the quantity that the answer must be a multiple of (LCM), and the rest is arithmetic.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Applications
6 questions · pick the best answer
Q1

Three bells ring every 9,12,159, 12, 15 minutes. After how long do they ring together again?

Q2

Maximum capacity of a container that measures 850850 L and 680680 L exactly is:

Q3

Smallest number which leaves remainder 77 when divided by 35,56,9135, 56, 91:

Q4

If HCF =4= 4, LCM =9696= 9696, and one number is 9696, the other is:

Q5

Largest length that cuts rods of 1.201.20 m and 1.801.80 m into equal pieces is:

Q6

Two numbers in ratio 3:43:4 have LCM 180180. The numbers are: