1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Is lcm an associative function.
Q.

Is lcm an associative function.

A. true
B. false
Answer» A. true
Explanation: the lcm function is an associative function as lcm (a, lcm (b, c) is equal to lcm (lcm (a, b), c).

Discussion