Method 1. The prime factorization:
The prime factorization of a number: finding the prime numbers that multiply together to make that number.
120 = 23 × 3 × 5
120 is not a prime number but a composite one.
19 is a prime number, it cannot be broken down into other prime factors.
* The natural numbers that are only divisible by 1 and themselves are called prime numbers. A prime number has exactly two factors: 1 and itself.
* A composite number is a natural number that has at least one other factor than 1 and itself.
Calculate the least common multiple, lcm:
Multiply all the prime factors of the two numbers, taken by the largest exponents (largest powers).
lcm (120; 19) = 23 × 3 × 5 × 19
lcm (120; 19) = 23 × 3 × 5 × 19 = 2,280
The two numbers have no prime factors in common:
2,280 = 120 × 19
Method 2. The Euclidean Algorithm:
Calculate the greatest (highest) common factor (divisor):
This algorithm involves the process of dividing numbers and calculating the remainders.
'a' and 'b' are the two natural numbers, 'a' >= 'b'.
Divide 'a' by 'b' and get the remainder of the operation, 'r'.
If 'r' = 0, STOP. 'b' = the gcf (hcf, gcd) of 'a' and 'b'.
Else: Replace ('a' by 'b') and ('b' by 'r'). Return to the step above.
Step 1. Divide the larger number by the smaller one:
120 ÷ 19 = 6 + 6
Step 2. Divide the smaller number by the above operation's remainder:
19 ÷ 6 = 3 + 1
Step 3. Divide the remainder of the step 1 by the remainder of the step 2:
6 ÷ 1 = 6 + 0
At this step, the remainder is zero, so we stop:
1 is the number we were looking for - the last non-zero remainder.
This is the greatest (highest) common factor (divisor).
The greatest (highest) common factor (divisor):
gcf, hcf, gcd (120; 19) = 1
Calculate the least common multiple:
The least common multiple, Formula:
lcm (a; b) = (a × b) / gcf, hcf, gcd (a; b)
lcm (120; 19) =
(120 × 19) / gcf, hcf, gcd (120; 19) =
2,280 / 1 =
2,280
lcm (120; 19) = 2,280 = 23 × 3 × 5 × 19
The final answer:
The least common multiple
lcm (120; 19) = 2,280 = 23 × 3 × 5 × 19
The two numbers have no prime factors in common:
2,280 = 120 × 19
Why is it useful to calculate the least common multiple?
When adding, subtracting or sorting fractions with different denominators, in order to work with those fractions we must first make the denominators the same. An easy way is to calculate the least common multiple of all the denominators of the fractions (the least common denominator).
By definition, the least common multiple of two numbers is the smallest natural number that is: (1) greater than 0 and (2) a multiple of both numbers.
Other operations of this type: