跳转到主要内容
所有计算器

最大公因数计算器

为简化分数和分解因数求最大公因数

最后验证: 精度已验证
在您的浏览器中计算 — 我们从不存储您的数据
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).

保持更新

将新计算器和提示发送到您的收件箱。