Since f(-5) = 0, that means x = -5 is a zero of the function.
To find the other zeros, let's divide f(x) by x+5, this way we can reduce the polynomial to a quadratic function and then find the other zeros.
So we have:
The resulting polynomial is 2x² + 4x + 10.
Calculating the zeros with the quadratic formula, we have:
![\begin{gathered} a=2,b=4,c=10 \\ x=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a} \\ x_1=\frac{-4+\sqrt[]{16-80}}{4}=(-4+8i)/(4)=-1+2i \\ x_2=(-4-8i)/(4)=-1-2i \end{gathered}](https://img.qammunity.org/2023/formulas/physics/college/t1jzsaju33a4ktk02zgbazwsi01yijcuos.png)
Therefore the zeros of f(x) are:
-5, -1 + 2i, -1 - 2i.