ab = LCM(a,b) for all a,b ∈ NHere, a = 5, b = 7Thus, 57 = LCM(5,7) = 5 × 7 = 35 (Since the two numbers are co-prime, their LCM becomes their product)