LCM of 468 and 520

asked by guest
on Jul 26, 2024 at 7:03 am



You asked:

Find the least common multiple of the following numbers: \(468, 520\).

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 $468$ is $2^{2} \times 3^{2} \times 13$.

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

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}(468, 520) = 2^{3} \times 3^{2} \times 5 \times 13 = 4680.$


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}(468, 520) = 52$

$\text{lcm}(468, 520) = \frac{468 \times 520}{52} = \frac{243360}{52} = 4680$