I found a recursive formula to find out LCM(least common multiple) of 3 or more numbers in a website.I checked it and it works but I can not understand it fully.Can anyone tell me what is the reasoning behind the formula with better and clear explanation. The recursive formula is
$$ {\rm lcm}\ (a,b,c) = {\rm lcm}\ (a,{\rm lcm}\ (b,c)).$$