Solveeit Logo

Question

Question: Check the commutativity and associativity of the following binary operations: \['*'\] on \[\mathbb{Z...

Check the commutativity and associativity of the following binary operations: '*' on Z\mathbb{Z} defined by ab=a+b+aba*b=a+b+ab for all a,bZa,b\in \mathbb{Z}.

Explanation

Solution

Hint: Perform the given binary operation on the elements to check the condition of associativity and commutativity. Commutative property holds when for any two elements a and b, we have ab=baa*b=b*a. Associative property holds when for any three elements a, b and c, we have a(bc)=(ab)ca*\left( b*c \right)=\left( a*b \right)*c.

Complete step-by-step answer:
We have a binary operation '*' defined on set of integers such that ab=a+b+aba*b=a+b+ab holds for all a,bZa,b\in \mathbb{Z}. We have to check the associativity and commutativity on this operation.
Commutative property holds when for any two elements a and b, we have ab=baa*b=b*a.
We know that ab=a+b+aba*b=a+b+ab.
We will evaluate the value of bab*a. We have ba=b+a+bab*a=b+a+ba.
We know that for any two integers a and b, commutativity holds for the operations addition and multiplication. Thus, we have a+b=b+aa+b=b+a and ab=baab=ba.
So, we have ba=b+a+ba=a+b+ab=abb*a=b+a+ba=a+b+ab=a*b.
Thus, commutative property holds for the binary relation '*'.
We will now check the associative property.
We will evaluate the value of a(bc)a*\left( b*c \right) and (ab)c\left( a*b \right)*c.
We have (ab)c=(a+b+ab)c=(a+b+ab)+c+(a+b+ab)c\left( a*b \right)*c=(a+b+ab)*c=\left( a+b+ab \right)+c+\left( a+b+ab \right)c.
Further simplifying the above equation, we have (ab)c=a+b+ab+c+ac+bc+abc\left( a*b \right)*c=a+b+ab+c+ac+bc+abc.
Thus, we have (ab)c=a+b+c+ac+bc+ab+abc\left( a*b \right)*c=a+b+c+ac+bc+ab+abc.
We now have a(bc)=a(b+c+bc)=a+(b+c+bc)+a(b+c+bc)a*\left( b*c \right)=a*\left( b+c+bc \right)=a+\left( b+c+bc \right)+a\left( b+c+bc \right).
Further simplifying the equation, we have a(bc)=a+b+c+bc+ab+ac+abca*\left( b*c \right)=a+b+c+bc+ab+ac+abc.
Thus, we have a(bc)=a+b+c+ab+ac+bc+abca*\left( b*c \right)=a+b+c+ab+ac+bc+abc.
We observe that a(bc)=(ab)ca*\left( b*c \right)=\left( a*b \right)*c.
Thus, the associative property holds as well.
Hence, commutativity and associativity both hold for the binary operation '*'.

Note: One must clearly know the definition of associativity and commutativity. Also, it’s necessary to know that addition and multiplication are associative and commutative on the set of integers. We need to use this property of addition and multiplication to check the associativity and commutativity of the given binary operation.