Factor each number into its prime factorization.
Then list each prime factor that appears in either number.
Select for each prime factor the greatest power that appears in either number.
That will give you the LCM.
Example:
If we have \(\displaystyle \L
N = 2^3 \cdot 3^2 \cdot 5^4 \cdot 11\) and \(\displaystyle \L
M = 2 \cdot 3^4 \cdot 5^2 \cdot 7^2\),
then the \(\displaystyle \L
LCM(N,M) = 2^3 \cdot 3^4 \cdot 5^4 \cdot 7^2 \cdot 11\)