Question: Algorithm Challenge "Smallest Common Multiple" Solution

Easiest way to figure out smallest common multiple is to figure out the greatest common divisor first (GCD).