LCM( 96, 34 ) = 1632
The formula for finding LCM is
$$ \text{LCM} (a, b) = \frac{ a \cdot b }{ \text{GCD}(a,b)} $$In this example we have: a = 96, b = 34 and GCD(96, 34) = 2.
$$ \text{LCM} (96, 34) = \frac{ 96 \cdot 34 }{ \text{GCD}(96,34)} = \frac{ 3264 }{ 2 } = 1632 $$