A

Admin • 831.35K Points
Coach

Q. What is the lcm (a, b)?

  • (A) a + b
  • (B) gcd (a-b, b) if a>b
  • (C) lcm (b, a)
  • (D) a – b

Explanation by: Admin
since the lcm function is commutative, so lcm (a, b) = lcm (b, a).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.