Given the set
X=0,1,2,3,4,5 where the binary operation
∗ is defined by
⇒a∗b={a+bifa+b<6a+b−6ifa+b≥6}
An element e∈N is an identity element for operation
∗ if a∗e=e∗a for all a∈N
To check if zero is the identity, we see that
a∗0=a+0=afor a∈x and also
0∗a=0+a a∈x
Given a∈X a+0<6 and also 0+a<6
⇒0 is the identity element for the given operation
The element a∈X is invertible if there exist b∈X such that
a∗b=e=b∗a
In this case, e=0→a∗b=0=b∗a
⇒a∗b={a+b=0=b+aifa+b<6a+b−6=0=b+a−6ifa+b≥6}
i.e a=−b or b=6−a
But since a,b∈X=0,1,2,3,4,5, a≠−b
Hence b=6−ais the inverse of a i.e
a−1=6−a,∀a∈1,2,3,4,5