Math
Greatest Common Factor Calculator
Find the GCF and LCM of any list of integers, plus a simplified ratio for the first two.
Inputs
Greatest Common Factor Calculator
Result
GCF
12
- LCM
- 360
- Ratio 24:36 simplified
- 2 : 3
- Count
- 3
How it's calculated
gcd(a,b) via Euclid's algorithm · lcm(a,b) = a·b / gcd(a,b) · extend by reduction.
Common questions
Difference from the GCD-LCM tool?
That one takes exactly two numbers; this one handles any list length ≥ 2.
Do negatives matter?
GCF and LCM use absolute values; signs are ignored.
Related calculators
Math
GCD & LCM Calculator
Greatest common divisor and least common multiple of two integers.
Math
Prime Factorization Calculator
Factor any integer up to 10¹² into its prime components with exponents.
Math
Factor Calculator
List every positive divisor of an integer plus divisor count, sum, and perfect-number check.
Math
Percentage Calculator
What is X% of Y, X is what % of Y, and percentage change — all in one place.
