Associative Property of Real Numbers

The associative property refers to how numbers are grouped in an operation. If changing the grouping of the numbers does not change the result, the operation is said to be associative.

Definition

For an operation โˆ—\ast, the set is associative with respect to that operation if:

โˆ€a,b,cโˆˆR,ย (aโˆ—b)โˆ—c=aโˆ—(bโˆ—c)\forall a, b, c \in \mathbb{R}, \ (a \ast b) \ast c = a \ast (b \ast c)

This means that the way you group the numbers doesn't affect the outcome.

Examples

  • Associative: Addition and multiplication of real numbers
  • Non-Associative: Subtraction and division of real numbers

Let's try with actual numbers

  • (2+3)+4=2+(3+4)=9(2 + 3) + 4 = 2 + (3 + 4) = 9
  • (2ร—3)ร—4=2ร—(3ร—4)=24(2 \times 3) \times 4 = 2 \times (3 \times 4) = 24
  • (5โˆ’2)โˆ’1=2โ‰ 5โˆ’(2โˆ’1)=4(5 - 2) - 1 = 2 \neq 5 - (2 - 1) = 4

More Common Than Commutativeness

While Associativity feels like a next step from Commutativity, it is more common and basic. There are more sets that are Associative but not Commutative than there are sets that are Commutative but not Associative. The prime example is Matrix Multiplication which is Associative, but generally not commutative.

True or False Activity!!!

Read each statement carefully and decide if it is true or false.

1

Addition of real numbers is associative.

or
2

Multiplication of real numbers is associative.

or
3

Subtraction is associative for real numbers.

or
4

Associativity means that the order of numbers can change.

or

Try building the mathematical expressions

Build the Correct Equations Activity

Associativity of Addition

Associativity of Multiplication

Non-Associativity of Subtraction


End of Lesson

ย Previous
Commutative Property of Real Numbers
Next
Identity Elements