Consider the binary operations *: R x R → R and o: R x R → R defined as a * b = |a-b| and a o b = a for all a, b ∈ R. Show that * is commutative but not associative, o is associative but not commutative. Further, show that for all a, b, c ∈ R:
a * ( b o c) = (a * b) o (a * c)
[If it is so, we say that operation * distributes over the operation o]. Does o distributes over *? Justify your answer.