lcm of 204 and 340
You asked:
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 $204$ is $2^{2} \times 3 \times 17$.
The prime factorization of $340$ is $2^{2} \times 5 \times 17$.
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}(204, 340) = 2^{2} \times 3 \times 5 \times 17 = 1020.$
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}(204, 340) = 68$
$\text{lcm}(204, 340) = \frac{204 \times 340}{68} = \frac{69360}{68} = 1020$