Concept:LCM uses the highest power of each prime factor, while HCF uses the lowest power of common prime factors.Explanation:Given: a=24×3×53, b=23×32×5, c=25×32×52.Find LCM: take maximum exponent for each prime: 25, 32, 53. So LCM = 25×32×53.Find HCF: take minimum exponent common to all: 23 (since all have at least 23), 31, 51. So HCF = 23×3×5.Divide LCM by HCF: 23×3×525×32×53=22×3×52=4×3×25=300.Answer:300 (Option C)