LCM( 75, 72 ) = 1800
The formula for finding LCM is
$$ \text{LCM} (a, b) = \frac{ a \cdot b }{ \text{GCD}(a,b)} $$In this example we have: a = 75, b = 72 and GCD(75, 72) = 3.
$$ \text{LCM} (75, 72) = \frac{ 75 \cdot 72 }{ \text{GCD}(75,72)} = \frac{ 5400 }{ 3 } = 1800 $$