{${G,*}$} is a group of order 15 with identity element ${e}$. There is an element ${a\in G}$ such that ${a^3\neq e}$ and ${a^5\neq e}$. Prove that {${G,*}$} is a cyclic group with generator ${a}$.
This is what I have written: By Lagrange's theorem subgroups can only exist of order 1,3,5 or 15. Since ${a\neq e}$, ${a^3\neq e}$ and ${a^5\neq e}$ then ${a^{15}=e}$. Therefore the order of ${a}$ is the same as the order of ${G}$. Therefore ${G=<a>}$, and hence G is cyclic.
Is this correct? Have I missed anything?