#### what is the lowest common multiple of 455 and 338?

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



You asked:

Find the least common multiple of the following numbers: \(455, 338\).

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 $455$ is $5 \times 7 \times 13$.

The prime factorization of $338$ is $2 \times 13^{2}$.

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}(455, 338) = 2 \times 5 \times 7 \times 13^{2} = 11830.$


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}(455, 338) = 13$

$\text{lcm}(455, 338) = \frac{455 \times 338}{13} = \frac{153790}{13} = 11830$