G.C.D. (Greatest Common Divisor) and L.C.M. (Least Common Multiple) are essential tools for simplifying fractions and solving timing-based word problems. G.C.D. is the largest factor common to all, while L.C.M. is the smallest common multiple.

Using the ladder method (synthetic division) is the fastest way to find both LCM and GCD together.
| Divisor | 12 | 18 | Action |
|---|---|---|---|
| 2 | 6 | 9 | Divides both (Keep for GCD) |
| 3 | 2 | 3 | Divides both (Keep for GCD) |
| 2 | 1 | 3 | Divides only one |
| 3 | 1 | 1 | Divides only one |
GCD: Multiply bold divisors (2 × 3) = 6
LCM: Multiply all divisors (2 × 3 × 2 × 3) = 36
What is the G.C.D. of any two prime numbers?
1. Confusing 'multiple' (larger) with 'divisor' (smaller).
2. Forgetting that GCD of co-prime numbers is always 1.
GCD is the highest shared factor. LCM is the lowest shared multiple. Product = GCD × LCM.