Suppose $x,y,z,\lambda,\mu$ satisfy the system of equations
$$
\left\lbrace
\begin{align*}
x+y+z&=\,20&&(\text{eq}1)\\[4pt]
x^2+y^2+z^2&=\,200&&(\text{eq}2)\\[4pt]
yz&=\,\lambda+2\mu x&&(\text{eq}3)\\[4pt]
xz&=\,\lambda+2\mu y&&(\text{eq}4)\\[4pt]
xy&=\,\lambda+2\mu z&&(\text{eq}5)\\[4pt]
\end{align*}
\right.
$$
First assume $x,y,z$ are all distinct.
Subtracting $(\text{eq}4)$ from $(\text{eq}3)$, we get
$$
z(y-x)=-2\mu(y-x)
$$
hence $z=-2\mu$.
But then, subtracting $(\text{eq}5)$ from $(\text{eq}4)$, we get
$$
x(z-y)=-2\mu (z-y)
$$
hence $x=-2\mu$, so $x=z$, contradiction.
Hence $x,y,z$ cannot be all distinct.
Next assume $x=y$.
Then from $(\text{eq}1)$ we get $z=20-2x$, so $(\text{eq}2)$ reduces to
$$
2(x-10)(3x-10)=0
$$
which yields the two qualifying triples
\begin{align*}
(x,y,z)&=\,(10,10,0)\\[4pt]
(x,y,z)&=\,
\left(
\frac{10}{3},
\frac{10}{3},
\frac{40}{3}
\right)
\\[4pt]
\end{align*}
For each of the above triples, plugging in the values of $x,y,z$ into $(\text{eq}3),(\text{eq}4),(\text{eq}5)$, we get corresponding values for $\lambda,\mu$, yielding the two solutions
\begin{align*}
(x,y,z,\lambda,\mu)&=\,(10,10,0,100,-5)\\[4pt]
(x,y,z,\lambda,\mu)&=\,
\left(
\frac{10}{3},
\frac{10}{3},
\frac{40}{3},
\frac{500}{9},
-\frac{5}{3}
\right)
\\[4pt]
\end{align*}
By symmetry, for the case $y=z$, we get the solutions
\begin{align*}
(x,y,z,\lambda,\mu)&=\,(0,10,10,100,-5)\\[4pt]
(x,y,z,\lambda,\mu)&=\,
\left(
\frac{40}{3},
\frac{10}{3},
\frac{10}{3},
\frac{500}{9},
-\frac{5}{3}
\right)
\\[4pt]
\end{align*}
and similarly, for the case $z=x$, we get the solutions
\begin{align*}
(x,y,z,\lambda,\mu)&=\,(10,0,10,100,-5)\\[4pt]
(x,y,z,\lambda,\mu)&=\,
\left(
\frac{10}{3},
\frac{40}{3},
\frac{10}{3},
\frac{500}{9},
-\frac{5}{3}
\right)
\\[4pt]
\end{align*}
so we have $6$ solutions in all.