GCD vs LCM: what is the difference?
Understand which result divides every input and which result is divisible by every non-zero input.
ReadCommon divisors and multiples explained
Learn the difference between GCD and LCM, Euclid's remainder method, and the exact left fold used for more than two integers.
Understand which result divides every input and which result is divisible by every non-zero input.
ReadFollow exact division equations until the divisor becomes zero and the last non-zero remainder gives the GCD.
ReadUse an exact left fold so every intermediate pair and the final divisibility result remain visible.
Read