#### what is the lowest common multiple of 72 and 120?

asked by guest
on Sep 16, 2024 at 12:44 pm



You asked:

Find the least common multiple of the following numbers: \(72, 120\).

MathBot Answer:

Method 1:

The least common multiple of a set of integers is the smallest positive integer divisible by all integers in the set.

The prime factorization of $72$ is $2^{3} \times 3^{2}$.

The prime factorization of $120$ is $2^{3} \times 3 \times 5$.

Find the least common multiple by multiplying the prime number powers together, including only the greatest prime number power of each common prime.

$\text{lcm}(72, 120) = 2^{3} \times 3^{2} \times 5 = 360.$


Method 2:

The least common multiple of a set of integers is the smallest positive integer divisible by all integers in the set.

The lcm of two numbers is related to the greatest common denominator of those same two numbers by the following relation: $\text{lcm}(a, b) = \frac{a \times b}{\text{gcd}(a, b)}$.
Therefore:

$\text{gcd}(72, 120) = 24$

$\text{lcm}(72, 120) = \frac{72 \times 120}{24} = \frac{8640}{24} = 360$