The smallest positive integer that is a multiple of both.
LCM by prime factorization: which power of each prime?
The highest (max) power appearing in either number.
HCF by prime factorization: which power of each prime?
The lowest (min) power (0 if a prime is absent from one number).
State HCF × LCM relationship for two numbers.
HCF(a,b) × LCM(a,b) = a × b.
Why does HCF × LCM = a·b hold?
Because min(α,β)+max(α,β)=α+β for every prime's exponent.
Find LCM of 12 and 18.
22⋅32=36.
If HCF(a,b)=6 and LCM=72, and a=24, find b.
b = (HCF·LCM)/a = (6·72)/24 = 18.
Does HCF×LCM=product work for 3 numbers?
No — only for exactly two numbers.
Why take max power (not min) for LCM?
To ensure the result is divisible by both, you need at least the larger requirement of each prime.
LCM of 60 and 72?
360.
Recall Feynman: explain to a 12-year-old
Imagine two clocks. One beeps every 4 seconds, the other every 6 seconds. When do they beep together? Count: 12 seconds — that's the LCM. To find it fast, break each number into its prime "building blocks" (only primes like 2, 3, 5...). For the LCM, grab the biggest pile of each block you see in either number, so both numbers can be built from your piles. The HCF is the shared blocks (smallest pile of each). Cool trick: if you multiply your two numbers, that's the same as multiplying HCF and LCM together — because the shared part plus the leftover part covers everything exactly once!
Dekho, LCM ka matlab hai do numbers ka sabse chhota common multiple — yaani wo sabse chhota number jisme dono numbers poori tarah divide ho jaate hain. Jaise 4 aur 6 ki LCM 12 hai, kyunki 12 hi pehla number hai jise 4 bhi kaat de aur 6 bhi. Nikalne ka sabse safe tareeka hai prime factorization: har number ko primes (2, 3, 5...) ke building blocks me todo. LCM ke liye har prime ka sabse bada power uthao, aur HCF ke liye sabse chhota power. Yaad rakhna — "Least" word dekhkar chhota power mat uthao, warna galti ho jaayegi; LCM me hamesha MAX lena hai.
Ab HCF × LCM = product wala jadoo. Har prime ke liye ek number ka power min hota hai aur doosre ka max — aur min+max= dono powers ka jod. Isliye jab HCF (saare min) aur LCM (saare max) ko multiply karo, to har prime ka power exactly dono numbers ke powers ka total ho jaata hai, jo ki a×b ke barabar hai. Isi se ek badhiya shortcut milta hai: agar HCF pata hai to LCM=HCFa×b — bina lambi factorization ke.
Ek important warning: yeh rishta sirf do numbers ke liye chalta hai. Teen ya zyada numbers pe HCF × LCM product ke barabar nahi hota (2, 4, 6 pe try karo — fail ho jaayega). Wahan seedha prime factorization se min/max nikalo. Exams me real-life questions aate hain — jaise "do ghantiyan alag-alag time pe bajti hain, ek saath kab bajengi?" — yeh LCM hi hota hai. Toh concept clear rakho, ratta mat maaro!