For given binary operation ∗ defined below, determine whether ∗ is binary, commutative or associative.
(iii)On Q, define a∗b=ab2
On Q, define a∗b=ab2
ab2∈Q, so the operation ∗ is binary. It is known that
ab =ba for a,b∈Q
Therefore, ab2=ba2 for a,b∈Q
Therefore, a∗b=b∗a for a, b∈Q
Therefore, the operation ∗ is commutative.
For all a,b,c∈Q, we have
(a∗b)∗c=(ab2)∗c=(ab2)c2=abc4a∗(b∗c)=a∗(bc2)=a(bc2)2=abc4
Therefore,(a∗b)∗c=a∗(b∗c)
Therefore, the operation ∗ is associative.