MathFinanceFitnessOtherBlog

Least Common Multiple Calculator

Please provide numbers separated by a comma "," and click the "Calculate" button to find the LCM.

Related
What is the Least Common Multiple (LCM)?

In mathematics, the least common multiple, also known as the lowest common multiple of two (or more) integers a and b, is the smallest positive integer that is divisible by both. It is commonly denoted as LCM(a, b).

Brute Force Method

There are multiple ways to find a least common multiple. The most basic is simply using a "brute force" method that lists out each integer's multiples.

EX: Find LCM(18, 26)
18: 18, 36, 54, 72, 90, 108, 126, 144, 162, 180, 198, 216, 234
26: 52, 78, 104, 130, 156, 182, 208, 234

As can be seen, this method can be fairly tedious, and is far from ideal.

Prime Factorization Method

A more systematic way to find the LCM of some given integers is to use prime factorization. Prime factorization involves breaking down each of the numbers being compared into its product of prime numbers. The LCM is then determined by multiplying the highest power of each prime number together. Note that computing the LCM this way, while more efficient than using the "brute force" method, is still limited to smaller numbers. Refer to the example below for clarification on how to use prime factorization to determine the LCM.

EX: Find LCM(21, 14, 38)
21 = 3 × 7
14 = 2 × 7
38 = 2 × 19
The LCM is therefore:
3 × 7 × 2 × 19 = 798
Greatest Common Divisor Method

A third viable method for finding the LCM of some given integers is using the greatest common divisor. This is also frequently referred to as the greatest common factor (GCF), among other names. Refer to the link for details on how to determine the greatest common divisor.

Given LCM(a, b), the procedure for finding the LCM using GCD is to divide the product of the numbers a and b by their GCD, i.e. (a × b)/GCD(a, b). When trying to determine the LCM of more than two numbers, for example LCM(a, b, c) find the LCM of a and b where the result will be d. Then find the LCM of d and c. So essentially, to find the LCM of more than two numbers, repeatedly apply the LCM of two numbers formula such that:

LCM(a, b, c) = LCM(LCM(a, b), c)
Advertisement
Demo Ad Space 1
Advertisement
Demo Ad Space 2
Related Math Calculators

Basic Calculators

Basic CalculatorScientific CalculatorPercentage CalculatorPercent Error CalculatorFraction CalculatorAverage CalculatorRatio Calculator

Algebra & Geometry

Quadratic FormulaSystem of EquationsSlope CalculatorArea CalculatorVolume CalculatorTriangle Calculator

Number Theory

Prime Number CheckerFactor CalculatorGCD CalculatorLCM CalculatorFactorial CalculatorFibonacci CalculatorRandom Number Generator

Statistics

Statistics CalculatorStandard DeviationProbability CalculatorZ-Score CalculatorSample Size CalculatorConfidence Interval

Number Systems

Binary CalculatorHex CalculatorNumber Base ConverterBinary to DecimalDecimal to BinaryHex to Decimal

Advanced Math

Matrix CalculatorPolynomial CalculatorLog CalculatorExponent CalculatorSquare Root CalculatorScientific Notation
View All Math CalculatorsFitness CalculatorsFinance Calculators

220+ Free Online Calculators for Math, Finance, Fitness & More. Calculate anything instantly with our 100% free tools. No sign-up required, no hidden fees, always free.

Calculator Categories

  • Math
  • Finance
  • Fitness
  • Other

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 calcgenius.net. All rights reserved.