$$\left\{\begin{array}{l} \ln(x+5)+y^2=10\\ x^2+y^2=9 \end{array}\right.$$
I have to solve this system of equations.
Let us assume:
$ x=ty$
The system becomes: $$\left\{\begin{array}{l} \ln(ty+5)+y^2=10\\ t^2y^2+y^2=9 \end{array}\right.$$
So:
$\dfrac{\ln(ty+5)}{t^2y^2} = \dfrac{10}{9}$
How can I go on?
We have $y=\pm \sqrt{9-x^2}$, so it is enough to find the solutions for $x$. Now $\log(x+5)=10-y^2=x^2+1$, so we have to solve the equation $$ \log(x+5)=x^2+1. $$ Here we can find help at MSE (e.g., a similar case is here).