To determine the solution set of the polynomial equation \( x^3 + 5x^2 + 10x + 50 = 0 \), knowing that one of the solutions is \( x = -5 \), we can factor the polynomial using synthetic division.
Step 1: Synthetic Division
We will divide the polynomial by \( x + 5 \):
- Write down the coefficients: \( 1, 5, 10, 50 \).
- Use \( -5 \) in the synthetic division process.
\[ \begin{array}{r|rrrr} -5 & 1 & 5 & 10 & 50 \ & & -5 & 0 & -50 \ \hline & 1 & 0 & 10 & 0 \ \end{array} \]
Step 2: Result of the Division
The synthetic division shows that:
\[ x^3 + 5x^2 + 10x + 50 = (x + 5)(x^2 + 10) \]
Step 3: Solve \( x^2 + 10 = 0 \)
Next, set \( x^2 + 10 = 0 \):
\[ x^2 = -10 \]
Taking the square root:
\[ x = \pm \sqrt{-10} = \pm i\sqrt{10} \]
Solution Set
The roots of the original polynomial are:
- \( x = -5 \) (real solution)
- \( x = i\sqrt{10} \) (non-real solution)
- \( x = -i\sqrt{10} \) (non-real solution)
Conclusion
The full solution set consists of one real solution and two non-real solutions. Therefore, the correct option is:
Option #1: It has one real solution and two non-real solutions.