(B) Is * commutative but not associative
The binary operation * on set N is defined as
a * b = a³ +b³
Now, b * a = b³ + a³ = a³ +b³.
⇒ a * b = b * a.
∴ The operation * is commutative.
Further, a * (b * c) = a * (b³ + c³) = a³ + (b³ + c³)³
and (a * b) * c = (a³ + b³) * c = (a³ +b³)³ + c³
⇒ a * (b * c) ≠ (a * b) * c
∴ This operation is not associative.
Thus, this operation is commutative but not associative.