answersLogoWhite

0

The LCM (least common multiple) of numbers a,b is defind as (a*b)/(hcf(a,b))

the hcf(16,14) can be found with Euclid algorithm

16=(14)(1)+2

14=(2)(7)+0

thus hcf(16,14)=2

16*14=224

224/2=112

thus the LCM of 14 and 16 is 112

User Avatar

Wiki User

16y ago

What else can I help you with?