This tool finds the Greatest Common Divisor of any two numbers, with a little help from the Ancient Greek mathematician Euclid.
The Greatest Common Divisor (GCD) - also known as the Highest Common Factor (HCF) — of any two non-zero integers
is the largest positive whole number that divides both values exactly without leaving a remainder.
For example, if you take the numbers 24 and 36,
they share several common factors such as 2, 3, 4, and 6, but the largest integer that divides into both completely is 12.
This concept is fundamental to simplifying fractions to their lowest terms, finding common denominators,
and solving practical sharing or tiling problems.
To determine this value efficiently without manually listing every factor,
this calculator employs the Euclidean algorithm, to systematically find the ultimate common factor.
© Copyright Mike Brockington 2004 - 2026 All Rights Reserved