Mathwords logoMathwords

Associative — Definition, Property & Examples

Associative Operation

Any operation for which (ab)c = a⊕(bc) for all values of a, b, and c. Addition and multiplication are both associative. Subtraction and division are not. For example, (3 + 4) + 5 = 3 + (4 + 5) but (3 – 4) – 5 ≠ 3 – (4 – 5).

 

 

See also

Commutative

Key Formula

Addition: (a+b)+c=a+(b+c)\text{Addition: } (a + b) + c = a + (b + c) Multiplication: (ab)c=a(bc)\text{Multiplication: } (a \cdot b) \cdot c = a \cdot (b \cdot c)
Where:
  • a,b,ca, b, c = Any real numbers

Worked Example

Problem: Show that multiplication is associative using the numbers 2, 3, and 5, and then show that subtraction is NOT associative using the same numbers.
Step 1: Group the first two numbers together for multiplication:
(23)5=65=30(2 \cdot 3) \cdot 5 = 6 \cdot 5 = 30
Step 2: Now group the last two numbers together for multiplication:
2(35)=215=302 \cdot (3 \cdot 5) = 2 \cdot 15 = 30
Step 3: Both groupings give 30, confirming associativity of multiplication. Now try subtraction — group the first two:
(23)5=(1)5=6(2 - 3) - 5 = (-1) - 5 = -6
Step 4: Group the last two numbers for subtraction:
2(35)=2(2)=42 - (3 - 5) = 2 - (-2) = 4
Step 5: The results differ: 64-6 \neq 4. Subtraction is not associative.
Answer: Multiplication is associative because both groupings yield 30. Subtraction is not associative because (23)5=6(2 - 3) - 5 = -6 while 2(35)=42 - (3 - 5) = 4.

Another Example

Problem: Verify that addition is associative for the numbers 8, 15, and 22.
Step 1: Group the first two numbers:
(8+15)+22=23+22=45(8 + 15) + 22 = 23 + 22 = 45
Step 2: Group the last two numbers:
8+(15+22)=8+37=458 + (15 + 22) = 8 + 37 = 45
Step 3: Both results are 45, so the associative property holds for this case. Because this works for all real numbers (not just these three), addition is associative.
Answer: Both groupings equal 45, confirming the associative property of addition.

Frequently Asked Questions

What is the difference between the associative and commutative properties?
The associative property is about regrouping — moving the parentheses while keeping the numbers in the same order. The commutative property is about reordering — swapping the positions of the numbers. For addition, associative says (a+b)+c=a+(b+c)(a + b) + c = a + (b + c), while commutative says a+b=b+aa + b = b + a.
Why is division not associative?
Because changing the grouping changes the result. For example, (12÷4)÷2=3÷2=1.5(12 \div 4) \div 2 = 3 \div 2 = 1.5, but 12÷(4÷2)=12÷2=612 \div (4 \div 2) = 12 \div 2 = 6. Since 1.561.5 \neq 6, division fails the associative property.

Associative Property vs. Commutative Property

The associative property lets you move parentheses: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c). The commutative property lets you swap order: a+b=b+aa + b = b + a. Both hold for addition and multiplication of real numbers, and both fail for subtraction and division. A helpful way to remember: 'associative' relates to 'association' or grouping, while 'commutative' relates to 'commute' or moving positions.

Why It Matters

The associative property is what allows you to write expressions like 3+7+113 + 7 + 11 without parentheses — since any grouping gives the same answer, you do not need to specify one. It also underpins mental math strategies: to compute 4×25×74 \times 25 \times 7, you can regroup as 4×25=1004 \times 25 = 100, then 100×7=700100 \times 7 = 700, instead of working left to right. In algebra, associativity is assumed constantly when simplifying and rearranging terms.

Common Mistakes

Mistake: Confusing associative with commutative and thinking they mean the same thing.
Correction: Associative is about regrouping (moving parentheses). Commutative is about reordering (swapping positions). They are distinct properties, even though addition and multiplication happen to satisfy both.
Mistake: Assuming all operations are associative because addition and multiplication are.
Correction: Subtraction, division, and exponentiation are all non-associative. For instance, (23)2=64(2^3)^2 = 64 but 2(32)=5122^{(3^2)} = 512. Always check whether an operation satisfies the property before relying on it.

Related Terms