HCF (Highest Common Factor / GCD): The largest factor common to two or more numbers. Found by multiplying lowest powers of common prime factors.
LCM (Lowest Common Multiple): The smallest positive number that is a multiple of all given numbers. Found by multiplying highest powers of all prime factors.
Golden Formula for Two Numbers:$$\text{Product of Two Numbers } (a \times b) = \text{HCF}(a, b) \times \text{LCM}(a, b)$$
Word Problem Decision Strategy
- Use HCF when dividing/grouping items into maximum equal sizes without remainder (e.g., maximum capacity of container, largest tile size).
- Use LCM when finding the next simultaneous event or smallest common point (e.g., traffic lights blinking together, runners meeting at starting line).