LCM (6,513; 52) = ? Calculate the least common multiple, LCM, by two methods: 1) The prime factorization of the numbers and 2) The Euclidean algorithm

lcm (6,513; 52) = ?

Method 1. The prime factorization:

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


6,513 = 3 × 13 × 167
6,513 is not a prime number but a composite one.


52 = 22 × 13
52 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 (6,513; 52) = 22 × 3 × 13 × 167 = 26,052

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:
6,513 ÷ 52 = 125 + 13
Step 2. Divide the smaller number by the above operation's remainder:
52 ÷ 13 = 4 + 0
At this step, the remainder is zero, so we stop:
13 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 (6,513; 52) = 13


2. Calculate the least common multiple:

The least common multiple, Formula:

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


lcm (6,513; 52) =


(6,513 × 52) / gcf, hcf, gcd (6,513; 52) =


338,676 / 13 =


26,052



The least common multiple:
lcm (6,513; 52) = 26,052 = 22 × 3 × 13 × 167
The two numbers have common prime factors

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:


The least common multiple, LCM: the latest 5 calculated values

The LCM of 6,513 and 52 = ? May 29 01:44 UTC (GMT)
The LCM of 3 and 6,168 = ? May 29 01:44 UTC (GMT)
The LCM of 60 and 300 = ? May 29 01:43 UTC (GMT)
The LCM of 150 and 1,200 = ? May 29 01:43 UTC (GMT)
The LCM of 6 and 9 = ? May 29 01:41 UTC (GMT)
The least common multiple, LCM: the list of all the operations

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 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