I was trying to factor a polynomial with Wolfram and I noticed a quadratic form I've never considered.
$$n^2-4+\frac{6}{n}=0$$ The purpose of it is not important but it made me wonder. How do you solve it? A normal quadratic $\quad ax^2+bx+c\quad$ is solved by the quadratic formula:
$$n=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
but this equation seems to take the form $\quad ax^2+0x-c+dx^{-1}=0.\quad$ How do you solve it? Do I multiply through by $n$ and then solve it as a cubic?