Let "y=1+xy" then
"xy=y-1"
The binary operation is not associative :
"(xy)z\\neq x(yz)\\\\\n(xy)z=(y-1)z=yz-z=z-1-z=-1\\\\\nx(yz)=x(z-1)=xz-x=z-1-x"
The binary operation is not commutative:
"xy\\neq yx\\\\\nxy=y-1\\\\\nyx=x-1"
The binary operation is not distributive:
"(x+y)z\\neq xz+yz\\\\\n(x+y)z=z-1\\\\\nxz+yz=xz+yz=z-1+z-1=2z-2\\\\\nz(x+y)z\\neq zx+zy\\\\\nz(x+y)=x+y-1\\\\\nzx+zy=x-1+y-1=x+y-2\\\\"
The binary operation is additive
Answer d
Comments
Leave a comment