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) = / GCD(a, b)a × b
Example
LCM(12, 18):
Example Calculation
Find LCM(12, 18).
- 01GCD(12, 18) = 6
- 02LCM = (12 × 18) / 6
- 03= 216 / 6
- 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.