answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is commutative and associative property of addition?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between the commutative property and associative property?

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.


What does commutative property and associative propperty mean?

it depends wht kind (multiplication, addition)


What is the property of addition and multiplication that makes it possible to change the order of the numbers and get the same answer?

commutative and associative. If the sentence has parentheses then it is associative.


Is 4 plus 2 equals 2 plus 4 a associative propertybof addition?

Its commutative property of addition


Is x plus y equals y plus x the associative property?

No, this is the commutative property. For addition, the associative property is: x + (y + z) = (x + y ) + z


What are all the propertys in math?

zero property, inverse, commutative, associative, and distributative


What are commutative and associative properties of addition?

Commutative Law: a + b = b + a Associative Law: (a + b) + c = a + (b + c)


What are the math properties?

They are the associative property, distributive property and the commutative property.


How do you do diffrenciate commutative and associative?

Commutatitive property: a + b = b + a Associative property: (a + b) + c = a + (b + c) Although illustrated above for addition, it also applies to multiplication. But not subtraction or division!


What are the properties of addition for elementary?

The relevant properties are the commutative property, the associative property, and the property of zero (i.e., if you add zero to a number you get the same number again).


How are the associative and commutative properties alike and different?

The associative and commutative are properties of operations defined on mathematical structures. Both properties are concerned with the order - of operators or operands. According to the ASSOCIATIVE property, the order in which the operation is carried out does not matter. Symbolically, (a + b) + c = a + (b + c) and so, without ambiguity, either can be written as a + b + c. According to the COMMUTATIVE property the order in which the addition is carried out does not matter. In symbolic terms, a + b = b + a For real numbers, both addition and multiplication are associative and commutative while subtraction and division are not. There are many mathematical structures in which a binary operation is not commutative - for example matrix multiplication.


What is the associative property of multiplication and commutative property of multiplication and distributive property of multiplication?

Commutative: a × b = b × a Associative: (a × b) × c = a × (b × c) Distributive: a × (b + c) = a × b + a × c