Find all positive integers $m$ and $n$, such that: $$\frac 1m + \frac 1n - \frac 1{mn}=\frac 25$$ Actually, I have already solved this problem using inequality. The solutions I have found are: $$\{(3,10),\;(4,5),\;(10,3),\;(5,4)\}$$ But I want to solve it in a different way.
I have tried this: $$\frac {m+n-1}{mn}=\frac 25\implies m+n-1=2k \;\;\&\;\; mn=5k$$ where $k$ is a positive integer. Then $m+n=2k+1$ and $mn=5k$. I wonder if I can do anything from here. I have tried $x^2 -(2k+1) + 5k=0$ where the solutions of the equations are $m,n$ where $m≠n$, because $m+n$ is odd. But it doesn't seem that it is leading me to the solution.
The LHS is equal to: $1-(1-\frac{1}{m}) \cdot (1-\frac{1}{n})$, maybe that could somewhat help you.