Statement
Compute the GCD and the LCM of and .
Solution
One factorises the two numbers into primes; then the GCD takes the common factors with the smaller exponent, the LCM all the factors with the larger exponent:
Links
Topics: Numbers and operations
Concepts: Prime factorisation · Greatest common divisor (GCD) · Least common multiple (LCM)
Skills: Factorise
Exercise type: Factorisation