In preparation of a next, I was reviewing topics in class that I still didn't hold a good grasp on, one of them was the $Z_n$ operation:
So with this, we did some examples:
From the above, it seemed clear, so doing an example to test my understanding, for $Z_{60}$, I tried listing all elements of order 2 and 15 and got the following:
For the elements of order 15, I look at how many multiples of 15 there are in 60, there are 4: 0, 15, 30, 45
For the elements of order 2, I look at how many multiples of 2 there are in 60, there are 31: 0, 2, 4, 6, 8, ...
Is there something I'm not getting and or is there a formula of some sort to save time for possibly long element listings?
Thanks for reading, greatly appreciate it!

