Page 1 of 1

What is the lcm (a, b)?

Posted: Wed Jul 13, 2022 7:39 pm
by answerhappygod
a) a + b
b) gcd (a-b, b) if a>b
c) lcm (b, a)
d) a – b