Find the equation of the ellipse that is concentric and tangent to the following hyperbolas:
$$\begin{align} -2x^2 + 9y^2 - 20x - 108y + 256 &= 0 \\ x^2 - 4y^2 + 10x + 48y - 219 &= 0 \end{align}$$
I did the math for both equations and the center is the same: $(-5,6)$. I have the equations of each: For the first: $$-2x^2 + 9y^2 - 20x - 108y + 256 = 0$$
$$-\frac{(x+5)^2}{9} + \frac{(y-6)^2}{2} = 1$$
For the 2nd: $$x^2 - 4y^2 + 10x + 48y - 219 = 0$$
$$\frac{(x+5)^2}{100} - \frac{(y-6)^2}{25} = 1$$
I know concentric means the new Ellipse has to have the same center, but I don't know how to make it tangent. Please help. Thanks