Defined a binary operation ∗ on the set {0,1,2,3,4,5} as a∗b={a+b,ifa+b<6a+b−6ifa+b≥6 Show that zero is the identity for this operation and each element a≠0 of the set is invertible with 6−a being the inverse of a.
Open in App
Solution
0∗0=0+0=0
0∗1=0+1=1
0∗2=0+2=2
0∗3=0+3=3
0∗4=0+4=4
0∗5=0+5=5
i.e 0∗a=0+a=a
and a∗0=a+0=a
⇒a∗0=0∗a=a∀a∈{ 0,1,2,3,4,5}
⇒0 is the identity for this operation
Let a∈{ 0,1,2,3,4,5} and b=6−a
Then a∗b=a+b−6
=a+6−a−6
=0 (since a+b=6)
and b∗a=b+a−6
=6−a+a−6 (since a+b=6)
⇒Each element a∈{ 0,1,2,3,4,5} is invertible and has 6−a as its inverse