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

최대공약수 계산기

분수 약분과 인수분해를 위한 최대공약수 찾기

마지막 확인: 정확도 검증됨
브라우저에서 계산 — 데이터를 저장하지 않습니다
Try:
GCF / GCD
0
LCM (Bonus)
0
calculators.gcf.stepByStepPrimeFactorization
calculators.gcf.step1PrimeFactorize
48 = 2^4 × 3
36 = 2^2 × 3^2
calculators.gcf.step2IdentifyCommon
2
3
calculators.gcf.step3TakeMinPower
GCF = 2^2 × 3 = 12
Prime Factor Visualization
482^43362^23^2
Green = common factors

GCF Properties

GCF(a, a) = a
calculators.gcf.gcfWithItself
GCF(a, 1) = 1
calculators.gcf.gcfWith1
GCF(a, 0) = a
calculators.gcf.gcfWith0
LCM × GCF = a × b
calculators.gcf.productRelationship

calculators.gcf.whenToUseGCF

Simplifying Fractions
48/36 → 4/3 (divide by GCF 12)
Factoring Expressions
12x + 18y → 6(2x + 3y)
calculators.gcf.dividingEvenly
calculators.gcf.dividingEvenlyEx
calculators.gcf.cryptography
calculators.gcf.cryptographyEx
출처 및 방법론
공식: Euclidean algorithm: GCD(a,b) = GCD(b, a mod b)

Greatest common factor/divisor

출처: Euclidean algorithm (c. 300 BC)

How to Use the GCF Calculator

The GCF (Greatest Common Factor) calculator finds the largest number that divides evenly into two or more numbers. Also known as GCD (Greatest Common Divisor), see solutions using prime factorization and the Euclidean algorithm.

What is GCF?

The Greatest Common Factor is the largest positive integer that divides all given numbers without a remainder:

GCF(12, 18) = 6 because 6 is the largest number that divides both 12 and 18.

Method 1: Prime Factorization

  1. Find the prime factorization of each number
  2. Identify common prime factors
  3. Take the lowest power of each common prime
  4. Multiply them together

Example: GCF(48, 36)
48 = 2⁴ × 3
36 = 2² × 3²
GCF = 2² × 3 = 12

Method 2: Euclidean Algorithm

Repeatedly divide and take remainders until you reach 0:

GCF(48, 18):
48 ÷ 18 = 2 remainder 12
18 ÷ 12 = 1 remainder 6
12 ÷ 6 = 2 remainder 0
GCF = 6

Method 3: Listing Factors

List all factors and find the largest common one:

Factors of 12: 1, 2, 3, 4, 6, 12
Factors of 18: 1, 2, 3, 6, 9, 18
GCF = 6

Real-World Applications

  • Simplifying fractions: Divide both parts by the GCF
  • Tiling: Finding the largest square tile that fits
  • Distributing items: Dividing evenly into groups

Related Calculators

For finding the LCM, use our LCM calculator. For simplifying fractions, try our fraction calculator.

자주 묻는 질문

The Greatest Common Factor (GCF), also called GCD (Greatest Common Divisor), is the largest positive number that divides both numbers evenly. For example, GCF(12, 18) = 6 because 6 is the largest number that divides both (12÷6=2, 18÷6=3).

최신 정보 받기

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