Definitions at a Glance
| Property | What It Says | Example |
|---|---|---|
| Commutative Property | Order does not matter: a + b = b + a, a × b = b × a | 3 + 5 = 5 + 3 = 8 |
| Associative Property | Grouping does not matter: (a + b) + c = a + (b + c) | (2 + 3) + 4 = 2 + (3 + 4) = 9 |
| Distributive Property | Multiplication distributes over addition: a(b + c) = ab + ac | 3(4 + 5) = 12 + 15 = 27 |
| Order of Operations | The agreed sequence: parentheses, exponents, multiplication/division, addition/subtraction | 2 + 3 × 4 = 14 (not 20) |
| Identity Property | Adding 0 or multiplying by 1 leaves a number unchanged | 7 + 0 = 7, 7 × 1 = 7 |
How These Concepts Connect
Properties Justify Algebraic Steps
Every step in algebra relies on a property. When you rewrite 3x + 5x as 8x, you are using the distributive property in reverse: 3x + 5x = (3 + 5)x = 8x. When you rearrange terms, you use the commutative property. These are not just rules to memorize — they are the reasons algebra works.
Order of Operations Sets the Rules
The order of operations tells you which calculations to do first. The commutative, associative, and distributive properties tell you how to rearrange within those rules. You can use the commutative property to swap 3 + 5 to 5 + 3, but you still must follow order of operations to know when addition happens relative to multiplication.
Not All Operations Have These Properties
Addition and multiplication are both commutative and associative. Subtraction and division are neither. This asymmetry matters: you can rearrange 2 + 3 + 5 freely, but 10 − 3 − 2 must respect grouping. Understanding which properties apply to which operations prevents errors in calculation and algebra.
Concepts Students Commonly Confuse
Commutative vs Associative
Commutative changes the order of two numbers: a + b = b + a. Associative changes the grouping: (a + b) + c = a + (b + c). Think of it this way: commutative moves numbers, associative moves parentheses. Both apply to addition and multiplication but not subtraction or division.
Distributive vs Factoring
Distributing expands: 3(x + 2) = 3x + 6. Factoring reverses this: 3x + 6 = 3(x + 2). They are the same property used in opposite directions. Distribution goes from compact to expanded form; factoring goes from expanded to compact form. Both use the rule a(b + c) = ab + ac.
Why Subtraction Is Not Commutative
Students often wonder why 5 − 3 ≠ 3 − 5. The key insight: subtraction is adding a negative. 5 − 3 = 5 + (−3), and while addition is commutative, the numbers being added are different from what they appear in subtraction form. Rewriting as addition makes the commutative property applicable again: 5 + (−3) = (−3) + 5 = 2.
Worked Examples
Example 1: Using Commutativity for Easier Addition
Problem: Calculate 17 + 28 + 3 + 12.
Strategy: Rearrange using the commutative property to pair numbers that sum to round values: (17 + 3) + (28 + 12) = 20 + 40 = 60.
Why it works: The commutative property lets us swap order, and the associative property lets us regroup. The answer is 60.
Example 2: Applying the Distributive Property
Problem: Expand 5(2x + 3).
Apply: 5(2x + 3) = 5 × 2x + 5 × 3 = 10x + 15.
Check: If x = 1: 5(2 + 3) = 5(5) = 25, and 10(1) + 15 = 25. Both sides match.
Example 3: Distributive Property for Mental Math
Problem: Calculate 8 × 47 mentally.
Strategy: Rewrite 47 as 50 − 3. Then: 8 × 47 = 8 × (50 − 3) = 8 × 50 − 8 × 3 = 400 − 24 = 376.
Answer: 376. The distributive property turns a hard multiplication into two easy ones.
Example 4: Why Order of Operations Matters
Expression: 2 + 3 × 4²
Step 1: Exponents first: 4² = 16.
Step 2: Multiplication: 3 × 16 = 48.
Step 3: Addition: 2 + 48 = 50.
Answer: 50. A common mistake is computing left-to-right (2 + 3 = 5, × 4 = 20, ² = 400), which is wrong.
Want to check your understanding?
Our interaction checks test whether you truly understand a concept — not just whether you can repeat a procedure.
Try an interaction checkCommon Mistakes
Applying commutativity to subtraction or division
Students write 5 − 3 = 3 − 5 or 12 ÷ 4 = 4 ÷ 12. This is incorrect. Only addition and multiplication are commutative. For subtraction and division, the order of the numbers changes the result. If you need to rearrange a subtraction, convert it to addition of a negative first.
Distributing only to the first term
A common error: 3(x + 4) = 3x + 4 instead of 3x + 12. The multiplier must be applied to every term inside the parentheses. With more terms: 2(a + b + c) = 2a + 2b + 2c, not 2a + b + c. Every term gets multiplied.
Ignoring order of operations when using properties
Properties let you rearrange within an operation, but they do not override order of operations. In 2 + 3 × 4, you cannot use the commutative property to compute (2 + 3) × 4 = 20. The multiplication must happen before the addition regardless of rearrangement. Properties work within the structure set by order of operations, not against it.
Next Steps: Explore Each Concept
Related Guides
Frequently Asked Questions
What is the commutative property?
The commutative property says you can swap the order of numbers in addition or multiplication without changing the result. For addition: a + b = b + a (3 + 5 = 5 + 3 = 8). For multiplication: a × b = b × a (4 × 7 = 7 × 4 = 28). Subtraction and division are NOT commutative: 5 − 3 ≠ 3 − 5.
What is the associative property?
The associative property says you can regroup numbers in addition or multiplication without changing the result. For addition: (a + b) + c = a + (b + c). For example, (2 + 3) + 4 = 2 + (3 + 4) = 9. For multiplication: (a × b) × c = a × (b × c). Subtraction and division are NOT associative: (10 − 5) − 2 ≠ 10 − (5 − 2).
What is the distributive property?
The distributive property connects multiplication and addition: a × (b + c) = a × b + a × c. For example, 3 × (4 + 5) = 3 × 4 + 3 × 5 = 12 + 15 = 27. It also works with subtraction: a × (b − c) = a × b − a × c. This property is the foundation of expanding algebraic expressions and mental math shortcuts.
What is the difference between commutative and associative properties?
The commutative property changes the ORDER of numbers (a + b = b + a). The associative property changes the GROUPING of numbers ((a + b) + c = a + (b + c)). Commutative moves numbers around; associative moves the parentheses. Both apply to addition and multiplication but not to subtraction or division.
Why is subtraction not commutative?
Because order matters in subtraction: 7 − 3 = 4 but 3 − 7 = −4. These are different results, so you cannot swap the order. The same applies to division: 12 ÷ 3 = 4 but 3 ÷ 12 = 0.25. Only addition and multiplication are commutative among the four basic operations.
How does the distributive property help with mental math?
The distributive property lets you break hard multiplications into easy ones. To compute 7 × 48 mentally: 7 × 48 = 7 × (50 − 2) = 7 × 50 − 7 × 2 = 350 − 14 = 336. Or 6 × 103 = 6 × 100 + 6 × 3 = 600 + 18 = 618. Breaking numbers near round values makes calculation much simpler.
About Sense of Study
Sense of Study is a concept-first learning platform that helps students build deep understanding in math, physics, chemistry, statistics, and computational thinking. Our approach maps prerequisite relationships between concepts so students master foundations before moving forward — eliminating the gaps that cause confusion later.
With 800+ interconnected concepts and mastery tracking, we help students and parents see exactly where understanding breaks down and how to fix it.
Start Your Concept Mastery Journey
Explore 800+ interconnected concepts with prerequisite maps, mastery tracking, and interaction checks that build real understanding.