Skip to main content

learn.howToCalculate

learn.whatIsHeading

The Least Common Multiple (LCM) is the smallest positive integer that is a multiple of both numbers. It is used for adding fractions (as the LCD) and solving scheduling problems.

단계별 가이드

  1. 1Find the GCF(a, b) first
  2. 2LCM(a, b) = (a × b) ÷ GCF(a, b)

풀어진 예시

입력
LCM(4, 6)
결과
12
GCF=2, LCM=24÷2=12
입력
LCM(12, 15)
결과
60
GCF=3, LCM=180÷3=60

설정

개인정보이용약관정보© 2026 PrimeCalcPro