본문으로 건너뛰기
모든 계산기

최소공배수 계산기

분수와 수학 문제를 위한 최소공배수 찾기

마지막 확인: 정확도 검증됨
브라우저에서 계산 — 데이터를 저장하지 않습니다
Try:
LCM (Least Common Multiple)
0
GCD (Greatest Common Divisor)
0
calculators.lcm.stepByStepPrimeFactorization
calculators.lcm.step1PrimeFactorize
12 = 2^2 × 3
18 = 2 × 3^2
calculators.lcm.step2HighestPower
LCM = 2^2 × 3^2 = 36
calculators.lcm.step3LowestPower
GCD = 2 × 3 = 6
Prime Factor Visualization
2^2((shared))
3^2((shared))

LCM & GCD Relationship

For Two Numbers
LCM(a,b) × GCD(a,b) = a × b
Coprime Numbers
calculators.lcm.coprimeFormula

calculators.lcm.whenToUseLCM

calculators.lcm.addingFractions
calculators.lcm.addingFractionsEx
calculators.lcm.scheduling
calculators.lcm.schedulingEx
calculators.lcm.gearRatios
calculators.lcm.gearRatiosEx
calculators.lcm.timeCycles
calculators.lcm.timeCyclesEx
출처 및 방법론
공식: LCM(a,b) = |a × b| / GCD(a,b)

Least common multiple using GCD

출처: Number theory fundamentals

How to Use the LCM Calculator

The LCM (Least Common Multiple) calculator finds the smallest number that is a multiple of two or more numbers. See the solution using multiple methods: prime factorization, listing multiples, and the division method.

What is LCM?

The Least Common Multiple is the smallest positive number that is divisible by all the given numbers:

LCM(4, 6) = 12 because 12 is the smallest number divisible by both 4 and 6.

Method 1: Prime Factorization

  1. Find the prime factorization of each number
  2. Take the highest power of each prime
  3. Multiply them together

Example: LCM(12, 18)
12 = 2² × 3
18 = 2 × 3²
LCM = 2² × 3² = 4 × 9 = 36

Method 2: Listing Multiples

List multiples of each number until you find a common one:

Multiples of 4: 4, 8, 12, 16, 20...
Multiples of 6: 6, 12, 18, 24...
LCM = 12

Method 3: Using GCF

The LCM and GCF are related:

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

Real-World Applications

  • Adding fractions: Finding a common denominator
  • Scheduling: When events coincide again
  • Gear ratios: Finding full rotation cycles

Related Calculators

For finding the GCF, use our GCF calculator. For fraction operations, try our fraction calculator.

자주 묻는 질문

The Least Common Multiple (LCM) is the smallest positive number that both numbers divide into evenly. For example, LCM(4, 6) = 12 because 12 is the smallest number divisible by both 4 and 6 (12÷4=3, 12÷6=2).

최신 정보 받기

새로운 계산기와 팁을 이메일로 받으세요.