LCM Calculator

Calculate the least common multiple (LCM) of two numbers.

Lcm Val

36

Gcd Val6
Product216

Least Common Multiple (LCM)

Definition

The LCM of two numbers is the smallest positive integer that is divisible by both numbers.

Formula

LCM(a, b) = a × b / GCD(a, b)

Example

LCM(12, 18):

  • GCD(12, 18) = 6
  • LCM = (12 × 18) / 6 = 216 / 6 = 36
  • Example Calculation

    Find LCM(12, 18).

    1. 01GCD(12, 18) = 6
    2. 02LCM = (12 × 18) / 6
    3. 03= 216 / 6
    4. 04= 36

    Frequently Asked Questions

    Learn More

    How to Calculate Percentages - Complete Guide

    Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.

    Related Calculators