One item is filed under this topic.
|
|
|
|
|
|
|
|
Is this operation associative? |
2014-01-14 |
|
From patrick: Associative test: Can you explain the following to me?
Is the following operation associative?: x*y=x+y+1
1) x*(y*z)=x*(y+z+1)=x+(y+z+1)+1=x+y+z+2
2) (x*y)*z=(x+y+1)*z=(x+y+1)+z+1=x+y+z+2
The answer is yes as 1) = 2)
My specific questions are:
1) How x*(y*z)=x*(y+z+1)=x+(y+z+1)+1 ?
2) How (x+y+1)*z=(x+y+1)+z+1?
Thank you!! Answered by Penny Nom. |
|
|
|