I want to find the equation of the tangent plane at the point $P(-1,-1,-1)$ given the equation
$$x^2 + 10 xyz + y^2 + 8z^2 = 0$$
However, I end up getting eight equations, so I have two questions
Because $z$ is the dependent variable and $x,y$ are the independent variables, is the equation above an implicitly defined function? If so, I went ahead and solved for $z$, which leads me to my second question
Is my work correct, and what is the geometric interpretation of the eight equations if it is? Thanks in advance.
I went ahead and solved for $z$, so I'll spare all the details, but I end up with two possible equations for $z$
\begin{align*} x^2 + 10xyz + y^2 + 8z^2 &= 0\\ \, \, 8(z^2 + \tfrac{5}{4}xyz + \tfrac{25}{64}x^2y^2 - \tfrac{25}{64} x^2y^2) &= -(x^2+y^2)\\ 8(z+\tfrac{5}{8}xy)^2 &= \tfrac{25}{8}x^2y^2 - (x^2 + y^2) \\ z &= -\tfrac{5}{8}xy \pm \tfrac{1}{8}\sqrt{25x^2y^2-8(x^2+y^2)} \end{align*}
The partial derivatives with respect to $x$ and $y$
$$f_x = \tfrac{5}{8}y \pm \frac{x(25y^2-8)}{8\sqrt{25x^2y^2-8(x^2+y^2)}}$$ $$f_y = \tfrac{5}{8}x \pm \frac{y(25x^2-8)}{8\sqrt{25x^2y^2-8(x^2+y^2)}}$$
evaluated at $P(-1,-1,-1)$ are
$$\frac{\partial z}{\partial x}\ = -\frac{1}{2},\frac{4}{3}$$ $$\frac{\partial x}{\partial y} = -\frac{1}{2},\frac{4}{3}$$
So using the equation of a tangent plan, and considering all possible arrangements, which are eight, I get
\begin{align*} z &= -\tfrac{3}{4}-\tfrac{1}{12}(x+1) + \tfrac{4}{3}(y+y1) \\ &= -\tfrac{3}{4}-\tfrac{1}{12}(x+1) - \tfrac{1}{12}(y+1) \\ &= -\tfrac{3}{4}+\tfrac{4}{3}(x+1) - \tfrac{1}{12}(y+1) \\ &= -\tfrac{3}{4}+\tfrac{4}{3}(x+1) + \tfrac{4}{3}(y+1) \\ &= -\tfrac{1}{2}-\tfrac{1}{12}(x+1) + \tfrac{4}{3}(y+1) \\ &= -\tfrac{1}{2}-\tfrac{1}{12}(x+1) - \tfrac{1}{12}(y+1) \\ &= -\tfrac{1}{2}+\tfrac{4}{3}(x+1) + \tfrac{4}{3}(y+1) \\ &= -\tfrac{1}{2}+\tfrac{4}{3}(x+1) -\tfrac{1}{12}(y+1) \\ \end{align*}
Yes, your equation defines $z$ implicitly as a function of $x$ and $y$, around particular points. But it is silly to try to solve for $z$; in general this is impossible. Instead, just use the fact that gradients are perpendicular to level sets.
Your graph is the zero level set of the function $$f(x,y,z)=x^2+10xyz+y^2+8z^2$$ The gradient is $$\langle 2x+10yz, 2y+10xz, 16z+10xy\rangle$$which at your point evaluates to $\langle 8, 8, -6\rangle$. The tangent plane at your point is the plane perpendicular to this vector, which I assume you know how to write down.
If you insist on solving for $z$ you must choose the correct branch (in this case, the correct choice of $+$ or $-$) that contains your point of interest.