Given the cubic equation
\[ x^3 + 5x^2 + 10x + 50 = 0 \]
we know that one of the roots is \( x = -5 \). To find the full solution set, we can use polynomial long division to divide the cubic polynomial by \( (x + 5) \).
Step 1: Polynomial Division
We divide \( x^3 + 5x^2 + 10x + 50 \) by \( x + 5 \):
-
Divide the leading term: \( x^3 \div x = x^2 \).
-
Multiply \( x + 5 \) by \( x^2 \):
\[ x^2(x + 5) = x^3 + 5x^2 \]
-
Subtract this from the original polynomial:
\[ (x^3 + 5x^2 + 10x + 50) - (x^3 + 5x^2) = 10x + 50 \]
-
Next, divide the leading term: \( 10x \div x = 10 \).
-
Multiply \( x + 5 \) by \( 10 \):
\[ 10(x + 5) = 10x + 50 \]
-
Subtract:
\[ (10x + 50) - (10x + 50) = 0 \]
The division is exact, meaning we have:
\[ x^3 + 5x^2 + 10x + 50 = (x + 5)(x^2 + 10) \]
Step 2: Find the Remaining Roots
Now, we solve \( x^2 + 10 = 0 \):
\[ x^2 = -10 \] \[ x = \pm \sqrt{-10} = \pm i\sqrt{10} \]
Step 3: Solution Set
The solutions to the equation \( x^3 + 5x^2 + 10x + 50 = 0 \) are:
- \( x = -5 \) (real root)
- \( x = i\sqrt{10} \) (non-real root)
- \( x = -i\sqrt{10} \) (non-real root)
Conclusion
The solution set consists of one real solution \( (-5) \) and two non-real solutions \( (i\sqrt{10}, -i\sqrt{10}) \).
Correct Option
Thus, the appropriate option that describes the solution set is:
Option #1: It has one real solution and two non-real solutions.