Imagine we have a number, which is given as seen below:
$$4a2b $$
The first thing I thought is $b$ should be an even number. If a number can be divided by $36$, then it must be able to be divided by $2$, $3$ and $6$. Let's give numbers now.
$b \implies 0,2,4,\boxed {6},8$
Sum of the numerals will be multiples of $6$ and $3$, which means that we can only take $6$ among them.
What about $a$? or is it enough to just find $b$?
Regards!
$4000+100a+20+b \equiv 0 \pmod{36}$
$24+28a+b \equiv 0\pmod{36}$
$28a+b \equiv 12 \pmod{36}$
Solution set: $(a,b) \in \{(3,0),(4,8),(8,4)\}$