Let +6 (addition modulo 6) be a binary operation on S = {0, 1, 2, 3, 4, 5}. Write the value of
Open in App
Solution
Here,
1 1 = Remainder obtained by dividing 1 + 1 by 6
= 2
3 4 = Remainder obtained by dividing 3 + 4 by 6
= 1
4 5 = Remainder obtained by dividing 4 + 5 by 6
= 3
So, the composition table is as follows:
0
1
2
3
4
5
0
0
1
2
3
4
5
1
1
2
3
4
5
0
2
2
3
4
5
0
1
3
3
4
5
0
1
2
4
4
5
0
1
2
3
5
5
0
1
2
3
4
We observe that the first row of the composition table coincides with the the top-most row and the first column coincides with the left-most column.
These two intersect at 0.