Pre-Algebra · Grades 6

Properties of Operations and Equivalent Expressions

Quick answer

The properties of operations are the rules that say which rearrangements are safe. Commutative lets you swap the order, associative lets you regroup, and distributive lets you multiply across a bracket. Two expressions are equivalent when they give the same value for every input, and testing one value can disprove equivalence but never prove it.

What you'll learn

  • Name and apply the commutative, associative and distributive properties
  • Generate an equivalent expression using the properties
  • Decide whether two expressions are equivalent

The rules that say what is allowed

Rearranging an expression is only safe if a property permits it. There are four worth naming.

PropertyAdditionMultiplication
commutativea+b=b+aa + b = b + aab=baab = ba
associative(a+b)+c=a+(b+c)(a + b) + c = a + (b + c)(ab)c=a(bc)(ab)c = a(bc)
identitya+0=aa + 0 = aa×1=aa \times 1 = a
distributivea(b+c)=ab+aca(b + c) = ab + ac

Commutative: order does not matter

3+8=8+34x=x43 + 8 = 8 + 3 \qquad 4x = x \cdot 4

Both give the same answer, so terms can be written in any order.

It applies to addition and multiplication only. Subtraction and division are not commutative:

73=4but37=47 - 3 = 4 \qquad \text{but} \qquad 3 - 7 = -4 10÷2=5but2÷10=0.210 \div 2 = 5 \qquad \text{but} \qquad 2 \div 10 = 0.2

There is a way around that, and it matters later. Rewrite the subtraction as adding the opposite. It is now an addition, so the order can be swapped:

73=7+(3)=(3)+77 - 3 = 7 + (-3) = (-3) + 7

That rewrite is what lets terms move freely when collecting like terms.

Associative: grouping does not matter

(2+5)+8=2+(5+8)(2 + 5) + 8 = 2 + (5 + 8)

Both give 1515. The brackets move; the order stays.

(3×4)×5=3×(4×5)=60(3 \times 4) \times 5 = 3 \times (4 \times 5) = 60

This is what lets you add a long list in any order you like. Adding 17+8+217 + 8 + 2 is quicker as 17+(8+2)=17+1017 + (8 + 2) = 17 + 10. The property is what makes that regrouping a rule rather than a lucky shortcut.

Distributive: multiplying across a bracket

a(b+c)=ab+aca(b + c) = ab + ac 3(x+4)=3x+123(x + 4) = 3x + 12

This is the only property linking multiplication with addition. It gets a lesson of its own, because so much rests on it.

Equivalent expressions

Two expressions are equivalent when they give the same value for every input.

2(x+3)and2x+62(x + 3) \quad \text{and} \quad 2x + 6
xx2(x+3)2(x + 3)2x+62x + 6
006666
118888
5516161616
4-42-22-2

They agree everywhere. The distributive property explains why: one is the other rearranged by a rule that keeps the value the same.

Why testing values cannot prove equivalence

This is the point worth being careful about.

Take x+xx + x and x2x^2. At x=2x = 2:

2+2=422=42 + 2 = 4 \qquad 2^2 = 4

They match. They are not equivalent, and x=3x = 3 shows it:

3+3=632=93 + 3 = 6 \qquad 3^2 = 9

One agreement was a coincidence. Equivalence needs agreement at every value. No amount of testing covers every value, so testing can never prove it.

What testing does do is disprove equivalence, and one case is enough. That makes it a fast error-check. After simplifying, put a value into the original and into your answer. If they differ, something went wrong. Pick something other than 00 or 11, since those hide many mistakes.

To prove equivalence, turn one expression into the other using the properties. That covers every input at once. Each step keeps the value the same, by definition.

Worked examples

Common mistakes

Practice problems

  1. Which property says 7×3=3×77 \times 3 = 3 \times 7?

    Answer

    Commutative property of multiplication

    Full solution

    The order of the factors has swapped.

  2. Which property says (1+2)+6=1+(2+6)(1 + 2) + 6 = 1 + (2 + 6)?

    Answer

    Associative property of addition

    Full solution

    Only the brackets moved.

  3. Is 6÷26 \div 2 equal to 2÷62 \div 6?

    Answer

    No

    Full solution

    33 against 13\tfrac{1}{3}. Division is not commutative.

  4. Write an expression equivalent to 5(x+1)5(x + 1).

    Answer

    5x+55x + 5

    Full solution

    Distribute the 55 across both terms.

  5. Is n+0n + 0 equivalent to nn?

    Answer

    Yes

    Full solution

    The identity property of addition: adding zero changes nothing.

  6. Are 4+y4 + y and y+4y + 4 equivalent?

    Answer

    Yes

    Full solution

    Addition is commutative, so the order does not matter.

  7. Are 2x2x and x+2x + 2 equivalent?

    Hint

    Try a value other than 22.

    Answer

    No

    Full solution

    At x=5x = 5: 2(5)=102(5) = 10 and 5+2=75 + 2 = 7. They differ, so they are not equivalent.

    They happen to agree at x=2x = 2, which is exactly why one test value is never enough.

  8. Simplify 3+m+93 + m + 9 using the properties.

    Answer

    m+12m + 12

    Full solution

    Reorder with the commutative property and regroup with the associative one: m+(3+9)=m+12m + (3 + 9) = m + 12.

  9. Is 10x10 - x equivalent to x10x - 10?

    Answer

    No

    Full solution

    At x=4x = 4 they give 66 and 6-6. Subtraction does not commute.

    They agree only at x=10x = 10, where both are zero.

  10. Nina tests x2x^2 and 2x2x at x=2x = 2, finds both give 44, and concludes they are equivalent. Assess her reasoning.

    Hint

    What does equivalence require?

    Answer

    One matching value proves nothing. They are not equivalent.

    Full solution

    Equivalence means agreeing at every value, so a single test can only ever disprove it.

    At x=3x = 3: 32=93^2 = 9 while 2(3)=62(3) = 6. They differ, so the expressions are not equivalent.

    x=2x = 2 is the one value where they happen to coincide, and it is a particularly unlucky choice — as are 00 and 11, which hide errors for the same reason.

    Proving equivalence needs the properties instead: transform one expression into the other, and every step covers all values at once.

Frequently asked questions

What is the commutative property?

Order does not matter for addition and multiplication: a + b = b + a and ab = ba. It does not hold for subtraction or division.

What is the associative property?

Grouping does not matter for addition and multiplication: (a + b) + c = a + (b + c). Only the brackets move, not the order.

What makes two expressions equivalent?

They give the same value for every possible input. 2(x + 3) and 2x + 6 are equivalent because no value of x separates them.

Can I prove equivalence by testing one value?

No. One matching value could be a coincidence. One value that differs does disprove equivalence, which is why testing is useful for finding errors.

Why do subtraction and division not commute?

Because 7 - 3 is 4 while 3 - 7 is -4. Swapping the order changes which number is being taken from which.

What to learn next

Standards alignment

This lesson covers the following Common Core State Standards for Mathematics.

  • CCSS.MATH.CONTENT.6.EE.A.3Expressions and EquationsApply the properties of operations to generate equivalent expressions.
  • CCSS.MATH.CONTENT.6.EE.A.4Expressions and EquationsIdentify when two expressions are equivalent (i.e., when the two expressions name the same number regardless of which value is substituted into them).