Concept:The Lowest Common Multiple (LCM) is found by taking each prime factor present in the numbers and raising it to its highest power.Explanation:Compare the prime factorizations of the two given numbers.First number: 22×31×52Second number: 23×32×51The prime factors involved are 2, 3 and 5.For each prime, choose the larger exponent from the two numbers.For 2, the highest power is 23.For 3, the highest power is 32.For 5, the highest power is 52.Multiply these highest powers together to obtain the LCM.LCM =23×32×52This matches Option D.Answer:Option D: 23×32×52