Number Theory, Greatest Common Divisor (GCD) and Least Common Multiple (LCM)

The GCD of two integers is the largest integer that divides both of them. The LCM is the smallest positive integer that is a multiple of both. Questions involve finding GCD and LCM (e.g., via prime factorization or Euclidean algorithm) and solving problems using their properties.

Euclidean Algorithm