Answer :

 For 2 integers a and b, denoted LCM(a,b), it is the smallest integer that is evenly divisible by both a and b. For example, LCM (2,3) = 6 and LCM (6,10) = 30.

Other Questions