what is the lcm of 48621 and 679257

asked by guest
on Oct 24, 2024 at 5:23 am



You asked:

Find the least common multiple of the following numbers: \(48621, 679257\).

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 $48621$ is $3 \times 19 \times 853$.

The prime factorization of $679257$ is $3^{2} \times 71 \times 1063$.

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}(48621, 679257) = 3^{2} \times 19 \times 71 \times 853 \times 1063 = 11008718199.$


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}(48621, 679257) = 3$

$\text{lcm}(48621, 679257) = \frac{48621 \times 679257}{3} = \frac{33026154597}{3} = 11008718199$