LCM Calculator

Supports comma, space, semicolon, or newline separators. Enter at least 2 positive integers.

Sanitized Input:

12, 18, 24

Least Common Multiple

72
LCM of 12, 18, 24

Calculation Steps

Finding LCM of: 12, 18, 24
Using the associative property: LCM(a, b, c) = LCM(LCM(a, b), c)
Step 1: LCM(12, 18) = LCM(12, 18) = (12 × 18) / 6 = 36
Step 2: LCM(12, 18, 24) = LCM(36, 24) = (36 × 24) / 12 = 72

Prime Factorization

12: 2 × 2 × 3
18: 2 × 3 × 3
24: 2 × 2 × 2 × 3

Verification

72 is divisible by all numbers
72 is the smallest such number

LCM Calculator FAQ