Calculates the Greatest Common Divisor (GCD, also called HCF) and Least Common Multiple (LCM) of two or more integers. Shows the step-by-step working using the Euclidean algorithm for GCD and the prime factorisation method. Supports up to 10 numbers at once.
Enter two or more numbers to find their GCD and LCM with full working shown. For prime factorisation of the same numbers, use the Prime Number Checker.
GCD & LCM
Input
12, 18, 24
Output
GCD: 6 | LCM: 72
Check if a number is prime and generate prime numbers in a range.
Generate Fibonacci sequences up to N terms or up to a maximum value.
Calculate percentages, percentage change, and percentage of a total.
Calculate mean, median, mode, standard deviation, and more from a dataset.
Convert between length, weight, temperature, volume, area, and more.
Format numbers with locale-specific separators, currency, and scientific notation.