An operation that is independent of being carried out before or after another operation.For example, multiplication is distributive over addition because
a × (b + c) = (a × b) + (a × c)
A specific example is as follows:
2 × (3 + 5) = (2 × 3) + (2 × 5)