**Hint** : The rotation matrix $$A = \begin{bmatrix}\cos\theta & -\sin\theta \\\ \sin\theta & \cos\theta\end{bmatrix}$$ satisfies $$A^k = \begin{bmatrix}\cos k\theta & -\sin k\theta \\\ \sin k\theta & \cos k\theta\end{bmatrix}.$$
In other words, applying $k$ rotations by an angle of $\theta$ is the same as one rotation by an angle of $k\theta$.
Also, a rotation matrix is the identity if and only if the angle of rotation is a multiple of $360^{\circ}$.
Using these facts, can you think of an angle $\theta$ such that $A^{30} = I$ but $A^k \
eq I$ for $k = 1,2,\ldots,29$?