I have a question related to remainder and denominator of a division.
abc12 is a five-digit number and xy is a two-digit number. And the division is given as below: (xy is remainder, 40 is denominator, abc12 is dividend.)

What is the sum of all possible values of xy two-digit numbers?
Thank you.
Note that $abc12$ and $40$ are both divisible by $4$, so $xy$ must be as well. If we call the quotient $k$ we have $40 \cdot k+xy=abc12$. The ones digit of $40 \cdot k$ must be zero, so $y=2$. We must also have $x \le 3$, so the only possibilities are $xy=12,32$ Now we need to find $abc$s to show that both of these are possible. We have $40012=40 \cdot `1000 +12$ and $40112=40 \cdot 1002+32$.