How many solutions are there in $\Bbb N^2$ of the equation $\frac1x+\frac1y=\frac1{1995}$?
My working:
$\frac{x+y}{xy} = \frac1{1995} $
$\ 1995x+1995y=xy $
$\ y= \frac{1995x}{x-1995} $
For this to have integral solutions $\ x-1995\ |1995$, i.e. $\ x-1995\ |3\cdot5\cdot7\cdot19\cdot x$
Problem:
I don't know how to proceed further to find the number of solutions that satisfy this. It would be great if someone could help.
This is probably a duplicate, but, anyway.
If $\frac1x +\frac1y = \frac1{n} $ then, multiplying by $nxy$, $n(x+y) = xy $, so $0 =xy-n(x+y) =xy-n(x+y)+n^2-n^2 =(x-n)(y-n)-n^2 $ so $n^2 = (x-n)(y-n) $ (actually, I think I did this a while ago).
So, for each factorization $n^2 = uv$, set $x-n = u, y-n = v$ so $x = u+n, y = v+n$.
There are at least two distinct factorizations, $n^2 = 1\cdot n^2 = n \cdot n$. The solutions for these factorizations are $x = n+1, y=n+n^2$ and $x = y = 2n$.