The problem is to prove that $$x^2-98xy+y^2=0, \, x\ne y$$ has no solutions over integers. I figured out that this equation has a solution over integers if and only if $$x^2-10xy+y^2=0, \, x\ne y$$ has a solution over integers, but don't know what to do next. Could anyone help me with this problem?
Edit: The reduction of the middle term can be made only when we assume an additional condition, namely $x\ne -y$.
$(x, y) \in \Bbb Z^2$ is a solution of $$ \tag{*} x^2 -98xy + y^2 = 0$$ if and only if $u = \frac xy$ is a rational solution of $$ \tag{**} u^2 - 98 u + 1 = 0 \, . $$ The rational root theorem states that the only possible rational roots of $(**)$ are $u= 1$ and $u = -1$, but those are not solutions. Therefore $(*)$ has no solution in the integers.
Alternatively you can mimic the proof of the rational root theorem and show that if $(x, y) \in \Bbb Z^2$ is a solution of $(*)$ with coprime integers $x,y$ then $$ y (98 x -y ) = x^2 $$ implies that $y$ divides $x$. Similarly, $x$ divides $y$, so that $x = \pm y$, which again gives a contradiction.