Associative — Definition, Property & Examples
Associative Operation
Any operation ⊕ for which (a⊕b)⊕c = a⊕(b⊕c) 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
Key Formula
Addition: (a+b)+c=a+(b+c)
Multiplication: (a⋅b)⋅c=a⋅(b⋅c)
Where:
- a,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:
(2⋅3)⋅5=6⋅5=30
Step 2: Now group the last two numbers together for multiplication:
2⋅(3⋅5)=2⋅15=30
Step 3: Both groupings give 30, confirming associativity of multiplication. Now try subtraction — group the first two:
(2−3)−5=(−1)−5=−6
Step 4: Group the last two numbers for subtraction:
2−(3−5)=2−(−2)=4
Step 5: The results differ: −6=4. Subtraction is not associative.
Answer: Multiplication is associative because both groupings yield 30. Subtraction is not associative because (2−3)−5=−6 while 2−(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
Step 2: Group the last two numbers:
8+(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), while commutative says a+b=b+a.
Why is division not associative?
Because changing the grouping changes the result. For example, (12÷4)÷2=3÷2=1.5, but 12÷(4÷2)=12÷2=6. Since 1.5=6, division fails the associative property.
Associative Property vs. Commutative Property
The associative property lets you move parentheses: (a+b)+c=a+(b+c). The commutative property lets you swap order: a+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+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×7, you can regroup as 4×25=100, then 100×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 but 2(32)=512. Always check whether an operation satisfies the property before relying on it.
Related Terms
- Commutative — Property about reordering, often confused with associative
- Distributive Property — Third key property linking addition and multiplication
- Identity — Element that leaves values unchanged under an operation
- Order of Operations — Rules for evaluating expressions with multiple operations
- Properties of Addition — Includes associative, commutative, and identity properties
- Properties of Multiplication — Includes associative, commutative, and identity properties
