For given binary operation ∗ defined below, determine whether ∗ is binary, commutative or associative.
(ii)On Q, define a∗b=ab+1
On Q, define a∗b=ab+1
ab+1∈Q, so operation ∗ is binary
It is known that
ab =ba for a,b∈Q
Therefore, ab +1 =ba +1 for a,b∈Q
Therefore, a∗b=b∗ a for a,b∈Q
Therefore, the operation ∗ is commutative. It can be observed that
(1∗2)∗3=(1×2+1)∗3=3∗3=3×3+1=101∗(2∗3)=1∗(2×3+1)=1∗7=1×7+1=8
Therefore, (1∗2)∗3≠1∗(2∗3), where 1,2,3∈Q
Therefore, the operation ∗ is not associative.