Let $G=\mathbb Z_4 \times \mathbb Z_2$. Find all $H$ subgroups of $G$ of order 2, so that $G / H$ is cyclic.
I tried going brute force, and realized there are 3 candidates:
$H_1=\{(0,0), (2,0) \}$ $H_2=\{(0,0), (0,1) \}$ $H_3=\{(0,0), (2,1) \}$
But how do I continue from here?
Elements of $G$ are of the form
$$(i,j)$$
Now, we want all the elements such that
$$(2i,2j)=0$$
So $2i\equiv0\pmod 4$ and $2j\equiv0 \pmod2$
The posibilities, as $i,j$ are in the intervals $[0,4]$ and $[0,2]$, are, $i=0,2$ and $j=0,1$.
So the elements: $(0,1)$, $(2,0)$ and $(2,1)$ generates all the subgroups of order 2.