LCM of two products

139 Views Asked by At

Is LCM(ab, cd) = LCM(LCM(a,c), LCM(b,d))?

If not, is there a way to simplify the LHS?

1

There are 1 best solutions below

0
On

if you take $a=b=c=d$ the assertion fails