LCM( 2024, 1061 ) = 2147464
The formula for finding LCM is
$$ \text{LCM} (a, b) = \frac{ a \cdot b }{ \text{GCD}(a,b)} $$In this example we have: a = 2024, b = 1061 and GCD(2024, 1061) = 1.
$$ \text{LCM} (2024, 1061) = \frac{ 2024 \cdot 1061 }{ \text{GCD}(2024,1061)} = \frac{ 2147464 }{ 1 } = 2147464 $$