To calculate the LCM (least common multiple), we first decompose the numbers into prime factors. 10 = 2×5 15 = 3×5 We keep every prime factor that appears, with its greatest exponent. ▶ppcm(10, 15) = 2×5×3 = 30