I want to check my solution of this (simple) problem: find all subgroups $H$ of $\mathbb{Z}/6\mathbb{Z}\times \mathbb{Z}/18\mathbb{Z}$, such that $|H|=36$.
My attempt: $|(\mathbb{Z}/6\mathbb{Z}\times \mathbb{Z}/18\mathbb{Z})/H|=3$, so $$ (\mathbb{Z}/6\mathbb{Z}\times \mathbb{Z}/18\mathbb{Z}) \cong \mathbb{Z}/3\mathbb{Z}; $$ using the correspondence theorem I can calculate the subgroups of $\mathbb{Z}/3\mathbb{Z}$, that is only $\{0\}$.
In $\mathbb{Z}/6\mathbb{Z}\times \mathbb{Z}/18\mathbb{Z}$ not exixts an element of order $36$, so the unique subgroup is $\mathbb{Z}/9\mathbb{Z}\times \mathbb{Z}/4\mathbb{Z}$.
Do I do some mistakes?