Skip to main content
Back to Numbers generators

Numbers

Calculadora de mínimo común múltiplo

Used by developers, writers, and creators worldwide.

A least common multiple calculator finds the smallest positive number that two whole numbers both divide into evenly. Enter two numbers and it computes their LCM using the reliable relationship that the LCM equals the product of the numbers divided by their greatest common divisor, where the divisor itself is found by the Euclidean algorithm. It shows the LCM, the GCD it used, and a check confirming the LCM divides cleanly by both inputs. The LCM is essential for adding and subtracting fractions, where you need a common denominator, and for problems about repeating cycles, like when two events that recur at different intervals next coincide. Students use it for fraction arithmetic, teachers to generate practice, and anyone scheduling overlapping cycles. It stays fast even for large inputs. Use it to find a common denominator or solve a timing puzzle.

Read the complete guide — 4 min read

Loading usage…

Free forever — no account required

How to use

  1. Choose your options above
  2. Click Generate
  3. Copy your result

Detailed instructions

  1. Enter the first whole number.
  2. Enter the second whole number.
  3. Click Generate to compute the LCM.
  4. Use the check line to confirm both divide it evenly.

Use Cases

  • Finding a common denominator to add fractions
  • Working out when two repeating events coincide
  • Solving least common multiple homework
  • Synchronising cycles of different lengths
  • Generating LCM practice problems for teaching

Tips

  • The LCM is the common denominator for adding fractions.
  • LCM times GCD always equals the product of the numbers.
  • Larger numbers still resolve fast via the Euclidean method.
  • Equal inputs return that number as the LCM.

FAQ

how is the LCM calculated

It uses the identity that LCM times GCD equals the product of the two numbers. The tool finds the GCD with the Euclidean algorithm, then divides the product by it, which is faster and safer than listing multiples until they match.

why divide before multiplying in the formula

Dividing one number by the GCD first, then multiplying by the other, keeps the intermediate value smaller and avoids overflow for large inputs while giving exactly the same correct result.

what if i enter the same number twice

The least common multiple of a number with itself is the number itself, and the greatest common divisor is also that number. The tool handles equal inputs correctly and shows both.

You might also like

Popular tools from other categories that share themes with this one.