MatsGO
All trainers
Multiples, GCD and LCM — with examples and an interactive trainer.
A number b is a multiple of a if b is divisible by a with no remainder. For example, multiples of 4: 4, 8, 12, 16, 20...
LCM(a,b) = a×b / GCD(a,b). For example: LCM(4,6) = 24/GCD(4,6) = 24/2 = 12.
LCM is used when adding fractions with different denominators — to find a common denominator.