Consider a binary operation ∗ on N defind as a∗b=a3+b3. Choose the correct answer.
(a)∗ both associative and commutative
(b)∗ commutative but not associative
(c)∗ is associative but not commutative
(d)∗ is neither commutative nor associative
On N, the operation ∗ is defined as a∗b=a3+b3.
For, a,b∈N, we have
a∗b=a3+b3=b3+a3=b∗a [Addition is commutative in N]
Therefore, the operation ∗ is commutative.
It can be observed that
(1∗2)∗3=(13+23)∗3=9∗3=93+33=729+27=7561∗(2∗3)=1∗(23+33)=1∗(8+27)=1∗35=13+353=1+(35)3=1+42875=42876
Therefore, (1∗2)∗3≠1∗(2∗3) where 1,2,3∈N
Therefore, the operation ∗ is not associative.
Hence, the operation ∗ is commutative but not associative.
Thus, the correct answer is (b).