What are some less known pairs of binary operators on Integers are distributive?

48 Views Asked by At

The operations of addition(+) and multiplication(*) as ordinarily defined on integers are distributive. $$a*(b+c) = a*b + a*c $$ There are a lot of other sets on which operations defined on them are distributive (set intersection distributes over union).

I am interested in any other less known pair of operations which are defined on integers that have distributive property.