LCM and HCF

Master this topic with zero to advance depth.

LCM (Least Common Multiple): тАв Smallest number divisible by all given numbers тАв Method 1: List multiples, find common smallest тАв Method 2: Prime factorization тАв Example: LCM of 12 and 18 12 = 2┬▓ ├Ч 3, 18 = 2 ├Ч 3┬▓ LCM = 2┬▓ ├Ч 3┬▓ = 4 ├Ч 9 = 36

HCF (Highest Common Factor): тАв Largest number that divides all given numbers тАв Also called GCD (Greatest Common Divisor) тАв Method 1: List factors, find common largest тАв Method 2: Prime factorization тАв Example: HCF of 12 and 18 12 = 2┬▓ ├Ч 3, 18 = 2 ├Ч 3┬▓ HCF = 2 ├Ч 3 = 6

Relationship: LCM ├Ч HCF = Product of two numbers