Respuesta :

LCM(a, b) ≡ a×b/GCD(a, b)

LCM(6, 9) = 6*9/3 = 18 . . . . . . . (2 [ 3 ) 3] = 18 . . . ( ) product = 6; [ ] product = 9

LCM(2,5) = 2*5/1 = 10 . . . . . . . . (2 [ 1 ) 5 ] = 10

LCM(27, 45) = 27*45/9 = 135 . . (3 [ 9 ) 5] = 135

_____
In the above LCM products, the number in [ ) brackets is the GCD.