Find all elements $x \in \mathbb{Z}_{96}$ such that $\left<x\right>=\left<12\right>$.
I know the answer of this question, the answer is $\left<12,36,60,84\right>$.
However, I am confused that why the answer is not $\left<12,24,36,48,60,72,84\right>$. Can anyone help me?
Note that $\left<24\right> = \{0, 24, 48, 72\}$ since $72+24 = 96 \equiv 0 \pmod{96}$, but $\left<12\right> = \{0, 12, 24, 36, 48, 60, 72, 84\}$.
The reason why this is so is since $\gcd(12,96) = \gcd(36,96) = \gcd(60,96) = \gcd(84,96) = 12$ but $\gcd(24,96) = 24$...