Lesson 04 · Algebraic Properties

Algebraic Properties

Treat algebraic properties as general permissions for rewriting expressions without changing their value, and learn the boundaries of each permission.

The learner question

When are two different-looking expressions guaranteed to mean the same thing?

Algebraic properties are not tricks for moving symbols. They are general statements that tell us exactly which rewrites preserve value for every allowed input.

The question behind every rewrite
Why is this legal?

A trustworthy symbolic move should have a reusable property behind it, not merely look familiar.

Worked model

Distribution changes the form, not the value.

In 4(x + 3), the 4 multiplies the entire grouped sum. The distributive property lets us express that same multiplication term-by-term.

Grouped form
4(x + 3)
Distributed form
4x + 12
General rule
a(b + c) = ab + ac

The statement is about the structure of multiplication over addition, so it works for every allowed choice of a, b, and c.

Concrete check
x = 2: 4(2 + 3) = 20
x = 2: 4(2) + 12 = 20

A numerical check illustrates the equivalence. The property itself is stronger: it guarantees the relationship generally.

The five permissions

Each property changes a different feature of the expression.

Commutative
a + b = b + a

Change order without changing grouping.

Works for addition and multiplication, not subtraction or division.
Associative
(a + b) + c = a + (b + c)

Change grouping without changing order.

Applies to repeated addition or repeated multiplication.
Distributive
a(b + c) = ab + ac

Connect multiplication outside a group to every term inside it.

Every term in the grouped sum or difference receives the factor.
Identity
a + 0 = a · a · 1 = a

Add or remove a neutral element without changing the value.

0 is additive identity; 1 is multiplicative identity.
Inverse
a + (−a) = 0 · a · 1/a = 1

Pair a value with something that cancels it to an identity.

A multiplicative inverse requires a ≠ 0.
Rewrite permit

Name the law that permits the requested transformation.

Sometimes the correct answer is that no listed property allows the requested move. Knowing where a rule stops is part of knowing the rule.

Case 1 of 6
a + b
Goal

Swap the order of the addends.

Choose a justification
Commutative
a + b → b + a

Order changes. Grouping does not.

Associative
(a + b) + c → a + (b + c)

Grouping changes. Order does not.

Distributive
a(b + c) → ab + ac

The operation structure changes: multiplication is carried across a grouped sum.

Check transferJustify fresh rewrites without the permit guide
Algebraic Properties check1 / 3

Which property justifies 5(y − 2) = 5y − 10?

What this unlocks

These same permissions justify simplification, factoring, equation transformations, polynomial work, and eventually the abstract structures where the properties themselves become the subject.