Addition and multiplication: yes
Chat with our AI personalities
There are three basic properties of numbers: Associative, Commutative, and Distributive. The commutative property says that b + a = a + b and a * b = b * a.
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.
associative property commutative property zero property
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.
You don't. The distributive property involves at least three numbers.