Why this topic matters · 7 min read
HCF (Highest Common Factor) and LCM (Least Common Multiple) appear in 2-3 questions per UP Police Constable paper, usually in word problems about bells ringing together, pipes filling tanks, or arranging items in rows. These are conceptually simple but require speed and accuracy. Expect direct calculation, word problems, and occasionally questions mixing HCF-LCM with divisibility or remainders.
HCF: Highest Common Factor (GCD)
HCF is the largest number that divides two or more numbers without leaving a remainder. Think of it as the biggest common 'chunk' you can cut from multiple numbers. For example, HCF of 12 and 18 is 6 because 6 is the largest number that divides both evenly. In UP Police exams, HCF questions often ask: 'What is the largest rope length that can divide two longer ropes exactly?' or 'Maximum number of identical groups from mixed items.'
- HCF is always less than or equal to the smallest number in the set
- HCF of two coprime numbers (like 7 and 11) is always 1
- For finding HCF: use Prime Factorization or Euclidean Division method
- HCF is useful in problems about dividing, grouping, or arranging items equally
Key formulas
Prime Factorization Method
HCF = product of common prime factors (with lowest powers)
When: When numbers are small or already factorized
Euclidean Division (Fastest)
HCF(a,b) = HCF(b, a mod b) until remainder = 0
When: For large numbers; repeatedly divide until remainder is 0
Worked examples
Find HCF of 48 and 64. Prime factors: 48 = 2^4 × 3, 64 = 2^6. Common = 2^4 = 16. Answer: 16.
Find HCF of 156 and 104 using Euclidean method: 156 = 104×1 + 52; 104 = 52×2 + 0. HCF = 52.
LCM: Least Common Multiple
LCM is the smallest number that is divisible by two or more numbers. Think of it as the smallest common 'meeting point' of multiples. For example, LCM of 4 and 6 is 12 because 12 is the smallest number divisible by both 4 and 6. In UP Police exams, LCM appears in: 'When will two bells ring together again?' or 'After how many days will two workers meet at the starting point?' These are time-sync problems.
- LCM is always greater than or equal to the largest number in the set
- LCM of two coprime numbers equals their product
- For finding LCM: use Prime Factorization or Division method
- LCM is useful in problems about cycles, meetings, or synchronized events
Key formulas
Prime Factorization Method
LCM = product of all prime factors (with highest powers)
When: When numbers are small or already factorized
HCF-LCM Relationship
HCF(a,b) × LCM(a,b) = a × b
When: To find LCM if HCF is known, or vice versa
Worked examples
Find LCM of 12 and 18. Prime factors: 12 = 2^2 × 3, 18 = 2 × 3^2. LCM = 2^2 × 3^2 = 36.
Two bells ring at intervals of 8 and 12 minutes. When do they ring together? LCM(8,12) = 24 minutes.
Quick Calculation Methods for Speed
In UP Police exams, you have limited time per question. Memorizing a few shortcuts can save 30-40 seconds per HCF-LCM question. The most reliable method is Prime Factorization for numbers up to 100, and Euclidean Division for larger numbers. For three or more numbers, apply the method pairwise (HCF of a and b, then HCF of result and c).
- For small numbers (under 50): use Prime Factorization—fastest for mental math
- For large numbers: use Euclidean Division—mechanical and error-proof
- For three numbers: find HCF(a,b) first, then HCF(result, c)
- Always verify using HCF × LCM = product of two numbers
- If one number divides the other, HCF = smaller number, LCM = larger number
Word Problem Patterns in UP Police
Most HCF-LCM questions in UP Police Constable come as word problems. Learning to spot the pattern is half the battle. If the problem asks 'maximum' or 'largest,' think HCF. If it asks 'minimum,' 'when will they meet again,' or 'together,' think LCM. Common scenarios: bells/alarms ringing, pipes filling tanks, soldiers in rows, cutting ropes into equal pieces.
- Maximum/Largest/Divide equally = HCF (e.g., 'largest rope length that divides two ropes')
- Minimum/Least/When will they meet = LCM (e.g., 'after how many days will workers meet')
- Bells/Alarms ringing together = LCM of their intervals
- Arranging items in equal rows/groups = HCF of quantities
- Read carefully: 'again,' 'together,' 'next time' = LCM; 'divide equally,' 'maximum' = HCF
⚠ Common mistakes to avoid
- Confusing HCF and LCM: Remember HCF is smaller (like a 'common chunk'), LCM is larger (like a 'common meeting point'). Mnemonic: HCF = High (small number), LCM = Low (large number)—sounds backward but sticks.
- Forgetting to use ALL prime factors in LCM: Students often miss the highest power of a prime. Always write out prime factorization fully and pick the highest power of EACH prime.
- Applying HCF when LCM is needed in word problems: If a problem says 'when will they ring together AGAIN,' it's LCM, not HCF. The word 'again' or 'next time' is a red flag for LCM.
- Not simplifying before calculation: If numbers are large, divide both by their obvious common factors first (e.g., both even). This reduces mental load.
- Miscalculating in Euclidean Division: Write down each step clearly. A single arithmetic error in division ruins the answer. Verify by checking HCF × LCM = product.
🧠 Memory aids
- HCF = Highest Common Factor = Biggest chunk = SMALL number. LCM = Least Common Multiple = Smallest meeting point = LARGE number. Opposite sounds, opposite sizes.
- HCF-LCM Relationship: HCF × LCM = a × b. If you forget one, calculate the other and use this formula. It's a lifesaver.
- Word Problem Trigger Words: 'Maximum/Divide/Equal groups' → HCF. 'Minimum/Again/Together/When next' → LCM.
- Prime Factorization Shortcut: HCF = take COMMON primes with LOWER power. LCM = take ALL primes with HIGHER power. Think: HCF is 'strict,' LCM is 'generous.'
🎯 UP POLICE CONSTABLE exam tips
- UP Police Constable typically asks 2-3 HCF-LCM questions in the Numerical Ability section. One is usually direct calculation (find HCF/LCM of two numbers), and one is a word problem (bells, pipes, or grouping).
- Time management: Allocate 2-3 minutes per HCF-LCM question. If Prime Factorization takes too long, switch to Euclidean Division immediately—it's mechanical and faster for large numbers.
- Recent papers show a preference for word problems over pure calculation. Practice converting 'real-world' scenarios into HCF or LCM. Example: 'Two workers start together; one works every 6 days, other every 9 days. When do they work together again?' → LCM(6,9) = 18 days.
- Avoid calculator dependency: UP Police Constable exams are pen-and-paper. Practice mental math and quick factorization. Knowing factors of numbers up to 100 is a huge advantage.
- If stuck on a word problem, re-read and underline the key phrase: 'maximum,' 'largest,' 'divide equally' (HCF) or 'minimum,' 'again,' 'together,' 'next' (LCM). This single habit prevents 80% of conceptual errors.
Q1 · medium · PYQ 2018
The LCM of 52, 78 and 156 is _____.
- 312
- 156
- 468
- 234
Q2 · medium · PYQ 2026
Find the greatest number that exactly divides 187 and 391.
- 13
- 19
- 15
- 17
Q3 · medium · PYQ 2026
The HCF of two numbers is 4 and their LCM is 5940. If one of the numbers is 108, what is the other number?
- 460
- 340
- 520
- 220
Q4 · medium · PYQ 2024
When we calculate the HCF of two numbers by long division method, the last divisor is 2 and the successive quotients from first to last are 2, 4 and 2 respectively. Find these two numbers.
- 18, 40
- 20, 24
- 12, 16
- 16, 20
Q5 · medium · PYQ 2018
Find the HCF of 30, 60 and 72.
- 3
- 12
- 2
- 6