Algebraic Properties
Treat algebraic properties as general permissions for rewriting expressions without changing their value, and learn the boundaries of each permission.
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.
A trustworthy symbolic move should have a reusable property behind it, not merely look familiar.
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.
The statement is about the structure of multiplication over addition, so it works for every allowed choice of a, b, and c.
A numerical check illustrates the equivalence. The property itself is stronger: it guarantees the relationship generally.
Each property changes a different feature of the expression.
Change order without changing grouping.
Change grouping without changing order.
Connect multiplication outside a group to every term inside it.
Add or remove a neutral element without changing the value.
Pair a value with something that cancels it to an identity.
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.
Swap the order of the addends.
Order changes. Grouping does not.
Grouping changes. Order does not.
The operation structure changes: multiplication is carried across a grouped sum.
Check transferJustify fresh rewrites without the permit guide
Which property justifies 5(y − 2) = 5y − 10?
These same permissions justify simplification, factoring, equation transformations, polynomial work, and eventually the abstract structures where the properties themselves become the subject.