1.

LCM(a, b) is equals to _________

A. ab/(GCD(a, b))
B. (a+b)/(GCD(a, b))
C. (GCD(a, b))/ab
D. none of the mentioned
Answer» B. (a+b)/(GCD(a, b))


Discussion

No Comment Found