Rules for the exercise

1/5

Least Common Multiple

Instructions:

Least Common Multiple (labeled as lcm) of several given integers is the smallest positive number that is a multiple of all given integers. A common multiple of two or more integers is a number that is a multiple of each of those integers.

For example: lcm(48,90) = 720

How much is lcm(2,12)?

Your answer:

lcm(2,12) = .