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.