The LCM (20 and 933) = ? Calculate the Least (the Lowest) Common Multiple, LCM, by Using Two Methods: 1) The Prime Factorization of the Numbers and 2) The Euclidean Algorithm

lcm (20; 933) = ?

The following two methods are used below to calculate the least common multiple: [1] The prime factorization [2] The Euclidean Algorithm

Method 1. The prime factorization:

The prime factorization of a number: finding the prime numbers that multiply together to make that number.


20 = 22 × 5
20 is not a prime number but a composite one.


933 = 3 × 311
933 is not a prime number but a composite one.


* 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. If there are common prime factors then only the ones with the largest exponents are taken (the largest powers).


The least common multiple:
lcm (20; 933) = 22 × 3 × 5 × 311 = 18,660

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:
933 ÷ 20 = 46 + 13
Step 2. Divide the smaller number by the above operation's remainder:
20 ÷ 13 = 1 + 7
Step 3. Divide the remainder of the step 1 by the remainder of the step 2:
13 ÷ 7 = 1 + 6
Step 4. Divide the remainder of the step 2 by the remainder of the step 3:
7 ÷ 6 = 1 + 1
Step 5. Divide the remainder of the step 3 by the remainder of the step 4:
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 (20; 933) = 1


2. Calculate the least common multiple:

The least common multiple, Formula:

lcm (a; b) = (a × b) / gcf, hcf, gcd (a; b)


lcm (20; 933) =


(20 × 933) / gcf, hcf, gcd (20; 933) =


18,660 / 1 =


18,660



The least common multiple:
lcm (20; 933) = 18,660 = 22 × 3 × 5 × 311
The two numbers have no prime factors in common:
18,660 = 20 × 933

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 similar operations with the least common multiple:


Calculator: calculate the least common multiple, lcm

Calculate the least common multiple of the numbers, LCM:

Method 1: Run the prime factorization of the numbers - then multiply all the prime factors of the numbers, taken by the largest exponents.

Method 2: The Euclidean algorithm:
lcm (a; b) = (a × b) / gcf (a; b)

Method 3: The divisibility of the numbers.

The least (the lowest) common multiple, LCM: the latest 10 calculated values

What is the least (the lowest) common multiple, LCM, of the numbers 20 and 933 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 55 and 1,107 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 7,499 and 999,999,999,768 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 153 and 1,721 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 1,139 and 273 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 5,168 and 999,999,999,979 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 8,424 and 100 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 849 and 3 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 5,168 and 316 and how to calculate it? Sep 22 09:00 UTC (GMT)
What is the least (the lowest) common multiple, LCM, of the numbers 859 and 999,999,999,953 and how to calculate it? Sep 22 09:00 UTC (GMT)
The least (the lowest) common multiple, LCM: the list of all the operations

The least common multiple (lcm). What it is and how to calculate it.

Some articles on the prime numbers

What is a prime number? Definition, examples

What is a composite number? Definition, examples

The prime numbers up to 1,000

The prime numbers up to 10,000

The Sieve of Eratosthenes

The Euclidean Algorithm

Completely reduce (simplify) fractions to the lowest terms: Steps and Examples