Since G = U(12), it consists of all positive integers less than 12 that are relatively prime to 12. These are:
G = {1, 5, 7, 11}
Now, let's find the left cosets of N in G. N = (5), so we have:
1N = {1 * 5 mod 12} = {5}
5N = {5 * 5 mod 12} = {1}
7N = {7 * 5 mod
Show more…