My younger brother asked me if rotating a clock's hand by $\pi$ degrees (or any irrational number) would mean that the clock's hand would eventually point at all angles.
Initially I though that could be correct. After all, $\pi \cdot n$ is irrational. Thus the hand will never return to the initial position ($0$ or $n \cdot 360$). However, by the same logic, the hand will never hit any rational numbers, thus it won't point at all angles. Of course, moving the hand by a rational numbers of degrees won't hit any irrational angles either. It doesn't seem to be possible to hit all real angles.
But what if we where only interested in rational angles? Can we prove whether there is any constant $\alpha$ by which we can move the clock's hand and eventually point at any rational angle?
I think this could be rephrased as asking whether for $\forall n \in \mathbb{N} \quad \alpha * n \mod 360 \neq 0$. Aka, you just need to prove that the hand never returns to the starting position. Is that correct? If so, I'm not sure how to prove it.