Commutative, in layperson's terms, means you can switch the order of the two numbers you're going to operate on.
Associative means, when you have two of the same operations between three numbers, that you can do either of the pairs first.
Examples of commutative:
3 + 5 = 8
5 + 3 = 8
1 + 17 = 17 + 1
With associative you really have to understand the purpose of the brackets.
2 + 3 + 4
(2 + 3) + 4
= 5 + 4
= 9
2 + (3 + 4)
= 2 + 7
= 9
And I hope you agree that this will work for any three real numbers and not just 2, 3 and 4.
Hope that helps.
Chat with our AI personalities
In the case of addition: Commutative property: a + b = b + a Associative property: (a + b) + c = a + (b + c) Note that (1) the commutative property involves two numbers; the associative property involves three; and (2) the commutative property changes the order of the operands; the associative property doesn't. Repeatedly applying the two properties allow you to rearrange an addition that involves several numbers in any order.
it depends wht kind (multiplication, addition)
commutative and associative. If the sentence has parentheses then it is associative.
Its commutative property of addition
No, this is the commutative property. For addition, the associative property is: x + (y + z) = (x + y ) + z