Q.
For binary operation ∗ defined on R−{1} such that a∗b=b+1a is
2530
194
Relations and Functions - Part 2
Report Error
Solution:
Commutative : a∗b=b+1a and b∗a=a+1b a∗b=b∗a ⇒∗ is not commutative. Associative: (a∗b)∗c=(b+1a)∗c=c+1(b+1a) =(b+1)(c+1)a
and a∗(b∗c)=a∗(c+1b) =(c+1b)+1a =b+c+1a(c+1)
So, (a∗b)∗c=a∗(b∗c).
Hence, ∗ is not associative.