Skip to main content
🔬 Advanced ✨ New

最大公約数(GCF)計算ツール

2つの数の最大公約数を計算します。

とは GCF (Greatest Common Factor)?

The Greatest Common Factor (GCF), also called Greatest Common Divisor (GCD), is the largest number that divides evenly into two or more numbers.

For example, GCF(24, 36) = 12, because 12 is the largest number that divides both 24 and 36.

GCF は計算されます using the Euclidean algorithm, one of the oldest algorithms in mathematics (dating back to 300 BC).

How to Find GCF

Methods to find GCF:

This calculator uses the Euclidean algorithm for efficiency.

GCF 応用

GCF is used to simplify fractions (divide numerator and denominator by GCF), solve distribution problems, and find common measurements.

For example, to simplify 24/36: GCF(24,36) = 12, so 24/36 = 2/3.

よくある質問

とは GCF of 24 and 36?

GCF(24, 36) = 12. The number 12 is the largest factor common to both 24 and 36.

Is GCF the same as GCD?

Yes. GCF (Greatest Common Factor), GCD (Greatest Common Divisor), and HCF (Highest Common Factor) all refer to the same concept.

What if GCF is 1?

If GCF of two numbers is 1, they are called 'coprime' or 'relatively prime' — they share no common factors other than 1. Example: GCF(7, 9) = 1.