Given A:N×N with binary operation ∗ definrd by (a,b)∗(c,d)=(a+c,c+d).Step:1-Checking if the operation is commutative:
An opertion ∗ on A is commutative if
a∗b=b∗a∀a,bϵA
∴(a,b)∗(c,d)=((a+c),(c+d))
Similarly, (c,d)∗(a,b)=((c+a),(d+c))
=((a+c),(c+d)) as addition is commutaitive in N.
⇒(a,b)∗(c,d)=(c,d)∗(a,b)
the operation ∗ is commutative.
Checking the operation is associative:
An operation ∗ on A is associative if
a∗(b∗c)=(a∗b)∗c∀a,b,cϵA
∴((a,b)∗(c,d))∗(e,f)=(a+c,b+d)∗(e,f)
Similarly, =(a+c+e,b+d+f)
(a∗b)∗((c,d)∗(e,f))=(a,b)∗(c+e,d,f)=(a+c+e,b+d+f)⇒((a,b)∗(c,d))∗(e,f)=(a∗b)∗((c,d)∗(e,f))
the operation ∗ is associative.
Step:-2 Checking if the operation has an identity,
We know that the element eϵN an identity element for operation ∗
if a∗e=e∗a for all aϵN
Lete=(e1,e2)ϵA,a=(a1,a2)ϵA
∴a∗e=(a1,a2)∗(e1∗e2)=(a1+e1,a2+e2)
however,this is not equal to a=(a1,a2) which for example would imply that
a1=a1+e1→e1=0,which is not possible.
hence no identity element (e1,e2) exists in N for the operation ∗.