...
Question 10033 – GATE 1997
April 30, 2024
Question 8833 – Minimum-Spanning-Tree
April 30, 2024
Question 10033 – GATE 1997
April 30, 2024
Question 8833 – Minimum-Spanning-Tree
April 30, 2024

Question 8737 – GATE 2013

A binary operation ⊕ on a set of integers is defined as x ⊕ y = x+ y2. Which one of the following statements is TRUE about ⊕?

Correct Answer: A

Question 1 Explanation: 
Cumulative property:
A binary relation on a set S is called cumulative if a*b = b*a ∀ x,y∈S.
Associative property:
A binary relation on set is called associative if (a*b)*c = a*(b*c) ∀ x,y∈S.
Given x⊕y = x2 + y2 ——–(1)
Replace x, y in (1)
y⊕x = y2 + x2 which is same as (1), so this is cumulative
(x⊕y)⊕z = (x2 + y2) ⊕ z
= (x2 + y2) + z2
= x2 + y2 + z2 + 2x2y2 ———-(2)
x⊕(y ⊕ z) = x ⊕ (y2 + z2)
= x2 + (y2 + z2)2
= x2 + y2 + z2 + 2y2z2 ———– (3)

(2) & (3) are not same so this is not associative.
A
Commutative but not associative
B
Both commutative and associative
C
Associative but not commutative
D
Neither commutative nor associative
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!