The Associative, Commutative and Distributive Laws

The associative, commutative and distributive laws are three of the most important structural rules in algebra. They explain how expressions may be grouped, reordered, expanded and simplified without changing their mathematical value. These laws are used throughout arithmetic, algebra, factorisation, equation solving and mathematical proof.


Associative Law

The associative law describes how terms may be grouped when the same operation is repeated. If an operation is associative, changing the placement of the brackets does not change the final value of the expression.

For addition:

a + (b + c) = (a + b) + c

For example:

1 + (2 + 3) = (1 + 2) + 3

The associative law also applies to multiplication:

a × (b × c) = (a × b) × c

For example:

2 × (3 × 4) = (2 × 3) × 4

Subtraction is not associative because changing the grouping can change the result.

a − (b − c) ≠ (a − b) − c

For example:

1 − (2 − 3) ≠ (1 − 2) − 3


Commutative Law

The commutative law describes operations where the order of the terms may be changed without changing the result. If an operation is commutative, the operands can be swapped and the expression keeps the same value.

For addition:

a + b = b + a

For example:

4 + 7 = 7 + 4

Multiplication is also commutative:

a × b = b × a

For example:

5 × 8 = 8 × 5

Subtraction is not commutative because reversing the order usually gives a different result.

a − b ≠ b − a

For example:

9 − 2 ≠ 2 − 9


Distributive Law

The distributive law explains how multiplication works across addition or subtraction inside brackets. A factor outside a bracket may be applied to each term inside the bracket.

Multiplication distributes over addition:

a(b + c) = ab + ac

For example:

3(4 + 5) = 3 × 4 + 3 × 5

Multiplication also distributes over subtraction:

a(b − c) = ab − ac

For example:

6(8 − 3) = 6 × 8 − 6 × 3

Addition does not distribute over multiplication. In general:

a + (bc) ≠ (a + b)(a + c)

For example:

3 + (4 × 5) ≠ (3 + 4)(3 + 5)


These laws are essential because they determine which algebraic transformations are valid. The associative law controls grouping, the commutative law controls order, and the distributive law controls expansion across brackets. Together, they form a foundation for simplifying expressions, solving equations and constructing algebraic proofs.

Popular posts from this blog

A Geometric Way to Visualise sin(x + y) and cos(x + y)

The Method of Differences — A Clean Proof of the Sum of Cubes

2×2 Orthogonal Matrix Mastery — A Generalised Construction