Concept:The smallest number divisible by both 16 and 20 is their Least Common Multiple (LCM).Explanation:Write each number as a product of prime factors.16=2×2×2×2=2420=2×2×5=22×5For the LCM, take every prime factor with the highest power that appears in either number.The highest power of 2 is 24 and the highest power of 5 is 51.Therefore, LCM =24×5=16×5=80.Thus, 80 is the smallest number divisible by both 16 and 20.