4.4 Properties of Operations & Algebraic Principles

Key Takeaways

  • The Commutative Property changes the order of terms (a + b = b + a, ab = ba), whereas the Associative Property changes the grouping of terms ((a + b) + c = a + (b + c)) without altering their sequence.
  • Neither the Commutative Property nor the Associative Property holds for subtraction or division (e.g., 7 - 3 ≠ 3 - 7 and (12 ÷ 4) ÷ 2 ≠ 12 ÷ (4 ÷ 2)).
  • Identity properties leave values unchanged (adding 0 or multiplying by 1), whereas Inverse properties yield the identity element (adding the opposite yields 0; multiplying by the reciprocal yields 1).
  • The Distributive Property a(b + c) = ab + ac serves as the crucial bridge connecting multiplication and addition, underpinning expression expansion, factoring, and mental math strategies.
Last updated: July 2026

4.4 Properties of Operations & Algebraic Principles

The rules of algebra are not arbitrary commands; they are derived from fundamental structural axioms known as the Properties of Operations. These properties describe how numbers behave under addition and multiplication. For elementary teachers taking Praxis 5003, mastering these properties is critical because they form the explicit foundation of the Common Core State Standards in Mathematics (CCSSM) from kindergarten through grade 6, explaining why arithmetic procedures and algebraic manipulations work.


Master Property Matrix

The following table summarizes the core properties of real numbers for addition and multiplication:

Property NameAddition DefinitionMultiplication DefinitionConcrete Example
Commutative$a + b = b + a$$a \cdot b = b \cdot a$$4 + 9 = 9 + 4$ or $6 \cdot 5 = 5 \cdot 6$
Associative$(a + b) + c = a + (b + c)$$(a \cdot b) \cdot c = a \cdot (b \cdot c)$$(3 + 5) + 2 = 3 + (5 + 2)$
Distributive$a(b + c) = ab + ac$$a(b - c) = ab - ac$$4(10 + 3) = 40 + 12 = 52$
Identity$a + 0 = a$$a \cdot 1 = a$$7 + 0 = 7$ or $15 \cdot 1 = 15$
Inverse$a + (-a) = 0$$a \cdot \frac{1}{a} = 1$ ($a \neq 0$)$8 + (-8) = 0$ or $9 \cdot \frac{1}{9} = 1$
Zero PropertyN/A$a \cdot 0 = 0$$42 \cdot 0 = 0$

Commutative vs. Associative Properties: Order vs. Grouping

A frequent point of confusion on teacher certification exams is distinguishing between the Commutative and Associative properties.

  • Commutative Property (Order): Think of "commuting" (moving from one place to another). The order of the numbers changes, but the grouping remains unchanged.
    • Example: $x + 5 = 5 + x$
  • Associative Property (Grouping): Think of "associating" with a group. The order of the numbers stays exactly the same, but the parentheses/grouping shift.
    • Example: $(x + 2) + 8 = x + (2 + 8)$
Commutative:  A + B  ===>  B + A            (Order changes)
Associative:  (A + B) + C  ===>  A + (B + C)  (Grouping changes, order stays A, B, C)

Non-Applicability to Subtraction and Division

Neither property holds for subtraction or division. Demonstrating counterexamples is a standard Praxis question type:

  • Subtraction is NOT Commutative: $7 - 3 = 4$, but $3 - 7 = -4 \implies 7 - 3 \neq 3 - 7$.
  • Division is NOT Associative: $(12 \div 4) \div 2 = 3 \div 2 = 1.5$, whereas $12 \div (4 \div 2) = 12 \div 2 = 6 \implies 1.5 \neq 6$.
Loading diagram...
Structural Map of Properties of Operations

The Distributive Property as a Structural Bridge

The Distributive Property is unique because it connects two different operations: multiplication and addition (or subtraction). It allows us to remove parentheses when simplifying expressions or to factor expressions by pulling out a greatest common factor (GCF).

a(b+c)=ab+ac(Expansion)a(b + c) = ab + ac \quad \text{(Expansion)} ab+ac=a(b+c)(Factoring)ab + ac = a(b + c) \quad \text{(Factoring)}

Mental Math Applications of the Distributive Property

Teachers frequently use the distributive property to perform mental arithmetic efficiently:

  • Calculate $7 \times 52$ mentally:
    7×(50+2)=(7×50)+(7×2)=350+14=3647 \times (50 + 2) = (7 \times 50) + (7 \times 2) = 350 + 14 = 364
  • Calculate $9 \times 98$ mentally:
    9×(1002)=(9×100)(9×2)=90018=8829 \times (100 - 2) = (9 \times 100) - (9 \times 2) = 900 - 18 = 882

Identity & Inverse Properties in Action

Identity and inverse properties form the mathematical justification behind solving linear equations:

  1. Additive Inverse: $a + (-a) = 0$. When we subtract $5$ from both sides of $x + 5 = 12$, we are adding the additive inverse ($-5$) to create an additive identity ($0$), yielding $x + 0 = 7$.
  2. Additive Identity: $x + 0 = x$. This allows us to write $x = 7$.
  3. Multiplicative Inverse: $a \cdot \frac{1}{a} = 1$. When we divide both sides of $3x = 21$ by $3$ (or multiply by $\frac{1}{3}$), we use the multiplicative inverse to create $1x$.
  4. Multiplicative Identity: $1 \cdot x = x$. This simplifies $1x = 7$ directly to $x = 7$.

Step-by-Step Formal Algebraic Proofs & Justifications

Praxis questions frequently ask candidates to identify the mathematical property that justifies a specific transition line in a step-by-step algebraic simplification.

Step-by-Step Worked Example 1: Line-by-Line Property Justification

Problem: State the property that justifies each step in simplifying the expression $5(x + 3) + 2x - 15$.

Solution:

Line 1:5(x+3)+2x15 Line 2:(5x+15)+2x15Distributive Property Line 3:(15+5x)+2x15Commutative Property of Addition Line 4:15+(5x+2x)15Associative Property of Addition Line 5:15+7x15Combining Like Terms (Substitution) Line 6:7x+1515Commutative Property of Addition Line 7:7x+0Additive Inverse Property Line 8:7xAdditive Identity Property\begin{aligned} \text{Line 1:} \quad & 5(x + 3) + 2x - 15 \ \text{Line 2:} \quad & (5x + 15) + 2x - 15 \quad \longrightarrow \quad \textbf{Distributive Property} \ \text{Line 3:} \quad & (15 + 5x) + 2x - 15 \quad \longrightarrow \quad \textbf{Commutative Property of Addition} \ \text{Line 4:} \quad & 15 + (5x + 2x) - 15 \quad \longrightarrow \quad \textbf{Associative Property of Addition} \ \text{Line 5:} \quad & 15 + 7x - 15 \quad \longrightarrow \quad \text{Combining Like Terms (Substitution)} \ \text{Line 6:} \quad & 7x + 15 - 15 \quad \longrightarrow \quad \textbf{Commutative Property of Addition} \ \text{Line 7:} \quad & 7x + 0 \quad \longrightarrow \quad \textbf{Additive Inverse Property} \ \text{Line 8:} \quad & 7x \quad \longrightarrow \quad \textbf{Additive Identity Property} \end{aligned}

Step-by-Step Worked Example 2: Mental Math Strategy Justification

Problem: A student calculates $4 \times (25 \times 17)$ mentally by writing $(4 \times 25) \times 17 = 100 \times 17 = 1,700$. Which property directly justifies changing $4 \times (25 \times 17)$ to $(4 \times 25) \times 17$?

Solution:

  • Notice the order of the numbers: $4, 25, 17$ stays unchanged.
  • The parentheses shifted from grouping $(25 \times 17)$ to grouping $(4 \times 25)$.
  • Re-grouping factors without altering their sequence is the Associative Property of Multiplication.

Final Answer: Associative Property of Multiplication


Elementary Pedagogical Connections & Praxis Traps

  1. The "Freshman's Dream" Distributive Fallacy: Students often incorrectly distribute exponentiation over addition, writing $(a + b)^2 = a^2 + b^2$. Exponents distribute over multiplication and division, never over addition or subtraction. Note that $(a + b)^2 = a^2 + 2ab + b^2$.
  2. Confusing Multiplicative Identity and Zero Property: Multiplying by $1$ keeps the number unchanged ($a \cdot 1 = a$); multiplying by $0$ results in zero ($a \cdot 0 = 0$).
Test Your Knowledge

Which mathematical property justifies the step going from (5x + 12) + 3x to (12 + 5x) + 3x?

A
B
C
D
Test Your Knowledge

A candidate simplifies the expression 4 * (25 * 17) mentally by rewriting it as (4 * 25) * 17 = 100 * 17 = 1,700. Which property directly justifies changing the grouping from 4 * (25 * 17) to (4 * 25) * 17?

A
B
C
D
Test Your Knowledge

Which of the following equations correctly demonstrates the Multiplicative Inverse Property?

A
B
C
D