I found the following problem from the 10th Iranian Mathematical Olympiad in Crux Magazine.
Find all integer solutions of $$\frac{1}{m}+\frac{1}{n}-\frac{1}{mn^2}=\frac{3}{4}$$
Initially it looked like a typical quadratic problem, however I hit a dead end each time I solve it.
My methodology is as follows, $$\frac{n^2+mn-1}{mn^2}=\frac{3}{4}$$ $$\implies 4n^2+4mn-4 = 3mn^2$$ $$\implies (4-3m)n^2+4m \cdot n-4=0$$ I used the quadratic formula, and got, $$n = \frac{-4m \pm \sqrt{(4m)^2-4\cdot(4-3m)\cdot(-4)}}{2(4-3m)}$$ I do the usual algebraic manipulations and drop at, $$n = \frac{-2m \pm 2\sqrt{m^2-3m+4}}{4-3m}$$
I am unsure how I go ahead from this.
Some help would be much appreciated.
Cheers!



HINT: solving for $m$ is better, we do not need a quadratic equation: $$m=\frac{4(n^2-1)}{3n^2-4n}$$ We get $$m=3,n=2$$