Harshit Singh
Last Activity: 4 Years ago
Dear Student
Given that * is a binary operation defined on R by a * b = 1 + ab,∀a, b∈R
So, we have a * b = ab + 1 = b * a
So, * is a commutative binary operation.
Now, a * (b * c) = a * (1 + bc) = 1 + a (1 + bc) = 1 + a + abc
(a * b) * c = (1 + ab) * c = 1 + (1 + ab) c = 1 + c + abc
Therefore, a * (b * c) ≠ (a * b) * c
Hence, * is not associative.
Thus, * is commutative but not associative.
Thanks