Exams › GATE › Technical
A binary operation ⊕ on a set of integers is defined as x ⊕ y = x² × y². Which one of the following statements is TRUE about ⊕?
- Commutative but not associative
- Both commutative and associative
- Associative but not commutative
- Neither commutative nor associative
Correct answer: Commutative but not associative
Solution
x(+)y = x^2*y^2 = y^2*x^2 so it is commutative. But (x(+)y)(+)z = (x^2 y^2)^2 z^2 = x^4 y^4 z^2 while x(+)(y(+)z) = x^2 (y^2 z^2)^2 = x^2 y^4 z^4, which differ, so it is not associative. Answer: commutative but not associative.
Related GATE Technical questions
⚔️ Practice GATE Technical free + battle 1v1 →