The question
Determine the pairs of numbers of the form $\overline{ab} , \overline{cd}$ (numbers with 2 digits in base 10) for which the equality $$\sqrt{ \frac{\overline{ab}^2 + \overline{cd}^2}{2}} = \frac{ \overline{ab} + \overline{cd}}{ 2} +1$$, is true.
My idea
I noted the numbers as x and y to be more easy to write.
If we square it up and then multiply by 4 we get that:
$2x^2+2y^2=x^2+y^2+2xy+4x+4y+4$
$x^2+y^2-2xy=4(x+y+1)=(x-y)^2$
From here we get that $x+y+1$ is a square number.
I thought of using modular arithmetic.
I dont know what to do forward. Thank you!