The relation a∗b=(a−b)2 , is commutative -
True
A binary operation ∗ is commutative if a ∗ b = b ∗ a or changing the order of inputs should not change the output. We are given a ∗ b = (a – b)^2. Let's find b ∗ a to check if it is commutative. b ∗ a = (b-a)^2. This is equal to (a-b)^2, which is a ∗ b. So the given binary operation given is commutative.