answersLogoWhite

0

How do you explain associative property of real numbers?

Updated: 8/19/2019
User Avatar

Kylababe

Lvl 1
12y ago

Best Answer

First of all there is no such thing as the associative property in isolation. The associative property is defined in the context of a binary operation.

A binary operation is a rule for combining two elements (numbers) where the result is another (not necessarily different) element. Common mathematical binary operations are addition, subtractions, multiplication and division and the associative property does not apply to subtraction or division.

Having established that it only makes sense to talk about the associative property in the context of an operation, the associative property of real numbers, with respect to addition, states that, for any three real numbers, x, y and z,

(x + y) + z = x + (y + z)

That is to say, the order in which the OPERATIONS are carried out does not matter. As a result, either of the above sums can be written, without ambiguity, as x + y + z.

Thus associativity is concerned with the order of the operations and not the order of the numbers.

Also, note that the order of the elements on which the operator acts may be important. For example, with matrix multiplication,

(X * Y) * Z = X * (Y * Z) but X * Y ≠ Y * X

So matrix multiplication is associative but not commutative.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you explain associative property of real numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is multiplication a whole numbers associative operation?

Yes. Multiplication of any real numbers has the associative property: (a x b) x c = a x (b x c)


Write a definition for the the Associative Property of Multiplication in your own words and explain how you would use it to compute 4x25x27 mentally.?

the property which states that for all real numbers a,b,and c their product is always the same, regardless of their grouping


What is the definition associative property multiplication?

The property states that for all real numbers a, b, and c, their product is always the same, regardless of their grouping: (a . b) . c = a . (b . c) Example: (6 . 7) . 8 = 6 . (7 . 8) The associative property also applies to complex numbers. Also, as a consequence of the associative property, (a . b) . c and a . (b . c) can both be written as a . b . c without ambiguity.


What is a definition for associative property of addition?

The property which states that for all real numbers a, b, and c, their sum is always the same, regardless of their grouping:(a + b) + c = a + (b + c)


Is multiplication of a whole number associative?

Yes. Multiplication of integers, of rational numbers, of real numbers, and even of complex numbers, is both commutative and associative.


What is the definition associative property of addition?

The property which states that for all real numbers a, b, and c, their sum is always the same, regardless of their grouping:(a + b) + c = a + (b + c)


What are commutative propertyassociative property and closure propety?

Commutative property: a + b = b + a; example: 4 + 3 = 3 + 4 Associative property: (a + b) + c = a + (b + c); example: (1 + 2) + 3 = 1 + (2 + 3) Closure property: The sum of two numbers of certain sets is again a number of the set. All of the above apply similarly to addition of fractions, addition of real numbers, and multiplication of whole numbers, fractions, or real numbers.


What is the property of a and b are real numbers then a plus b b plus a?

It is the commutative property of addition of real numbers.


When multiplying mixed numbers and fractions does changing the order of the factors change the product?

No. The commutative and associative laws are valid for any real numbers.


The Associative Property of Multiplication?

This is stated in symbols: (a x b) x c = a x (b x c). In other words, you get the same result whether you multiply the two numbers on the left first, or first the two numbers on the right. This refers to multiplication of real numbers, as usually defined; there have indeed been operationes defined, also known as "multiplication", that don't fulfill this property.


What does associative property mean for math?

It means that FOR CERTAIN OPERATIONS, you can start at the left or at the right, and get the same results. In the case of addition of real numbers, in symbols, you have:(a + b) + c = a + (b + c) An example with specific numbers: (20 + 10) + 5 = 20 + (10 + 5) Similar for multiplication of real numbers. Parentheses mean that you should do the operation inside the parentheses first.


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.