For $x,y \geq 2$, let $f : \mathbb Z\to \mathbb Z/x\mathbb Z \times \mathbb Z/y\mathbb Z$ be the ring homomorphism defined by $f (n) = (n + xZ, n + yZ)$.
(i) The kernel $K$ of $f$ is the ideal $s\mathbb Z$ for some number $s$ (depending, on $x$ and $y$). Describe $s$.
(ii) Show $(1+x\mathbb Z,0+y\mathbb Z)$ is in the image of $f$ iff $x$ and $y$ are coprime.
(iii) Decide which pairs $(a + x\mathbb Z, b + y\mathbb Z)$ are in the image of $f$. (Chinese Remainder Theorem is helpful for this)
Here's an answer to (i). To solve the other ones, try translating the jargon into a statement about integers and divisibility, or something that is more familiar or intuitive to you.
(i) You have $n \in Ker(f)$ if and only if $n + xZ = 0 + xZ$ and $n + yZ = 0 + yZ$, if and only if $x$ and $y$ both divide $n$. But $x$ and $y$ both divide $n$ if and only if $n$ is divisible by the least common multiple of $x$ and $y$, which we may call $m$.
Thus, $Ker(f) = m \mathbb{Z}$ (note that $m \mathbb{Z}$ is literally the set of integers which are divisible by $m$).