Skip to main content

วิธีการคำนวณ Lcm

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

การตั้งค่า