Solve the system: $$\begin{array}{|l} \dfrac{x}{y}-\dfrac{y}{x}=\dfrac{5}{6} \\ x^2-y^2=5 \end{array}$$
First, we have $x,y \ne 0$. Let's write the first equation as: $$\dfrac{x}{y}-\dfrac{y}{x}=\dfrac{5}{6} \Leftrightarrow \dfrac{x^2-y^2}{xy}=\dfrac{5}{6}$$ We have $x^2-y^2=5$, therefore $xy=6$. What to do next?

Rewrite $\dfrac{x}{y}-\dfrac{y}{x}=\dfrac{5}{6}$ as $6x^2-5xy-6y^2=0$ and then factorize,
$$(2x-3y)(3x+2y)=0$$
to have $x=\frac32y$ and $x=-\frac23 y$. Plug them into $x^2-y^2=5$ to obtain the real solutions $(3,2)$ and $(-3,-2)$.