Supposing $x,y$ are natural numbers,
what is the probability that the sum of their squares are divisible by 5?
I am getting $1/3$ as squares can only end with $0,1,4,5,6,9$. So $36$ pairs are possible. And $12$ pairs { $(0,0),(1,4),(4,1),(4,6),...$} have sums which end in $...0$ or $...5$.
But the answer is given as $\frac{9}{25}$. Can anyone posit a solution?
Your approach is nearly correct, the only issue that not all of $\{0, 1, 4, 5, 6, 9\}$ are equally likely: $0$ and $5$ only occur with probability $\frac{1}{10}$ each, the others with $\frac{1}{5}$ each. If you recount, now weighting all of the possible squares modulo $10$ by these probabilities (rather than uniformly by $\frac{1}{6}$, as in your original solution), you should get $\frac{9}{25}$ as desired.