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