QuickFreeTools

Online GCF Euclid's Algorithm

Find the Greatest Common Factor of two integers using Euclid's algorithm. Optionally show step-by-step work.

Frequently Asked Questions

What is Euclid's algorithm?
Repeatedly replace (a, b) with (b, a mod b) until b is 0. The GCF is the last non-zero remainder.
Why show steps?
Showing steps helps students verify the calculation and understand the algorithm.

Related Calculators