associative

This is a law which is used to describe mathematical operators that give the same answer.

Numbers can be grouped in different ways, but the answer is always the same.

The addition and multiplication of numbers are associative.

For example:

    \text {1 + (2 + 3) = (1 + 2) + 3}

    \text {2 + (4 x 3) = (2 x 4) x 3}

The answers to the above are the same.

The subtraction and division of numbers are not associative.

For example:

    \text {1 - (2 - 3)} \neq \text{(1 - 2) - 3}

    \text {1 }\div \text{ (2 } \div \text{ 3) }\neq \text{ (1} \div \text{ 2)} \div \text{ 3}

The answers to the above are not the same, therefore the ≠ sign is used to show this.