Find all pairs of natural coprime numbers for which $\sqrt{\frac{5y^2}{x^2-xy}}$ is a natural number.
My approach is that for it to be natural $x^2-xy \mid 5y^2$ so then $x$ is either $1$ or $5$. Then when $x=1 , y$ is either $0,-4,2$ or $6$. I'm not sure which one of these values I should choose.