Find all integer solutions for $2(x^2+y^2)+x+y=5xy$
I have been attempting to solve this question for a long period of time but have never achieved anything. I tried to go back to WolframAlpha and it gave me that the integer solutions were $x=y=2, x=y=0$. I tried to make to factor it and have a number left on the RHS so I can find out its factors but could not factor it. I also tried making it into the form of: $(x-a_1)^2+(y-a_2)^2+(\text{ })(\text{ })$ but was unable to determine what would be located inside the empty brackets and the values of $a_1,a_2$. I also tried to multiply the equation by $2$ to get $4x^2=(2x)^2$ Another attempt was assuming that WLOG $x\ge y \iff x=y+a$ which would give me that $a=0$ and from there I could get that $x=y$ and therefore $x=y=0,2$ from basic math. I hope I could get help on this question and thank you anyways.