Least Common Multiple Calculator

Enter Multiples ▼
Multiple 1=
Multiple 2=
Multiple 3=
Multiple 4=
Show Steps
* - add up to 7 multiples

Result

LCM = 70
(Least Common Multiple)

Breakdown of the solution:

Division (Ladder) Method

Write down the numbers in the row

25714

Under the initial numbers, write the quotients after dividing them by the prime. In the instance that your number isn't evenly divisible, simply write it once again.

Division Table
21577
51177
71111

Multiply all of the factors from the division table's left column to get LCM:

Multiplying the factors: 2 × 5 × 7 = 70

LCM(2, 5, 7, 14) = 70


The Least Common Multiple (LCM) represents the smallest positive integer that is divisible by all given numbers without leaving a remainder. In mathematical notation: \[ \text{If } L = \text{LCM}(a,b), \text{ then:} \] \[ L \bmod a = 0 \text{ and } L \bmod b = 0 \] \[ \text{AND } L \text{ is the smallest such number} \]

Methods for Finding LCM

To calculate the LCM of two or more numbers, you can use several methods, including:

  • Listing Multiples Method
  • Prime Factorization Method
  • Division Method
  • Greatest Common Factor (GCF) Method

Listing Multiples Method

The Listing Multiples Method involves identifying multiples of the given numbers until a common multiple is found.

▶ Write down the multiples of each number.

▶ Identify the smallest multiple common to all the numbers.

Example: Find the LCM of 4 and 6.

Multiples of 4: 4,8,12,16,…

Multiples of 6: 6,12,18,24,… 

LCM: The first common multiple is 12.

Prime Factorization Method

This method involves breaking numbers into prime factors and using the highest power of each prime.

Example: Find LCM(36, 48) \[ 36 = 2^2 \times 3^2 \] \[ 48 = 2^4 \times 3 \] \[ \text{LCM} = 2^4 \times 3^2 = 144 \]

Division Method

The Division Method (also called the Ladder Method) systematically divides the numbers by their common prime factors.

Arrange numbers in a column

Divide by the smallest prime factor

Continue until all numbers become 1.

Example: Find LCM(15, 20, 25) \[ \begin{array}{c|ccc} & 15 & 20 & 25 \\ 2 & 15 & 10 & 25 \\ 2 & 15 & 5 & 25 \\ 3 & 5 & 5 & 25 \\ 5 & 1 & 1 & 5 \\ 5 & 1 & 1 & 1 \end{array} \] \[ \text{LCM} = 2 \times 2 \times 3 \times 5 \times 5 = 300 \]

GCF Method

A powerful relationship exists between LCM and GCF (Greatest Common Factor):

\[ \text{LCM}(a,b) \times \text{GCF}(a,b) = |a \times b| \]

Example: For numbers 12 and 18: \[ \text{GCF}(12,18) = 6 \] \[ \text{LCM}(12,18) = \frac{12 \times 18}{6} = 36 \]

Properties of LCM

1. Commutative Property. Switching the order of numbers does not affect the LCM result, showcasing the commutative nature of the operation.

\[ \text{LCM}(a,b) = \text{LCM}(b,a) \]

2. Associative Property. The LCM operation can be grouped in any way without changing the final result. Particularly useful when calculating the LCM of more than two numbers.

\[ \text{LCM}(a,\text{LCM}(b,c)) = \text{LCM}(\text{LCM}(a,b),c) \]

3. Identity Property. The identity property highlights the foundational role of 1 in mathematics, leaving the original number unchanged.

\[ \text{LCM}(a,1) = a \]

4. Relationship with Multiples. This property simplifies LCM calculation when one number is a factor of the other, directly taking the larger number as the result.

If \(a|b\) (a divides b), then: \[ \text{LCM}(a,b) = b \]

5. Distributive Property. The distributive property does not apply to LCM, ensuring its calculation remains distinct from other arithmetic operations.

\[ \text{LCM}(a,b+c) ≠ \text{LCM}(a,b) + \text{LCM}(a,c) \]

6. Relation Between GCF and LCM. The product of the LCM and the Greatest Common Factor (GCF) of two numbers equals the absolute product of the numbers.

 \[ \text{LCM}(a,b) = \frac{|a \times b|}{\text{GCF}(a,b)} \]


Sources:

1. Godfrey Harold Hardy and Edward Maitland Wright (1975). An introduction to the theory of numbers. Oxford: Clarendon Press., p. 48.

2. Crandall, R. and Pomerance, C.B. (2006). Prime Numbers. Springer Science & Business Media., p. 108.



Cite as followed:
Zemtsov, I. "Least Common Multiple Calculator". Publicalculator.com, 22 January 2025. Published at: https://publicalculator.com/lcm-calculator. Accessed: Feb 06, 2025.