The least common multiple:
lcm (276; 197) = 22 × 3 × 23 × 197 = 54,372
The two numbers have no prime factors in common
54,372 = 276 × 197
Method 2. The Euclidean Algorithm:
1. 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:
276 ÷ 197 = 1 + 79
Step 2. Divide the smaller number by the above operation's remainder:
197 ÷ 79 = 2 + 39
Step 3. Divide the remainder of the step 1 by the remainder of the step 2:
79 ÷ 39 = 2 + 1
Step 4. Divide the remainder of the step 2 by the remainder of the step 3:
39 ÷ 1 = 39 + 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 (276; 197) = 1
2. Calculate the least common multiple:
The least common multiple, Formula:
lcm (a; b) = (a × b) / gcf, hcf, gcd (a; b)
lcm (276; 197) =
(276 × 197) / gcf, hcf, gcd (276; 197) =
54,372 / 1 =
54,372
The least common multiple:
lcm (276; 197) = 54,372 = 22 × 3 × 23 × 197
Why is it useful to calculate the least common multiple?
In order to add, subtract or sort fractions with different denominators, we must make their denominators the same. An easy way is to calculate the least common multiple of all the denominators (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.