B; The solutions are 5, -2, 3i, and -3i
Let's look at the original equation:
x4−3x3−x2−27x−90=0
Our goal is to get the left hand side into parts that are more manageable to work with. I'll try to explain this. We'll use the rational root theorem. This says that if a polynomial equation can be written in the form anxn+an−1xn−1+...+a0 and if a0 and an are integers, then the factor can be found by checking numbers produced by doing ±dividersofa0dividersofan.
Dividers of a0:1,2,3,5,6,9,10,15,18,30,45,90
Dividers of an:1
Therefore, check for one rational solution by doing: ±1,2,3,5,6,9,10,15,18,30,45,901
-2 happens to be the first value that satisfies this equation. The opposite of that is 2, so a factor is x+2.
x4−3x3−x2−27x−90x+2=x3−5x2+9x−45, so the monstrosity we had before goes to (x+2)(x3−5x+9x−45)=0.
Thankfully, this is the hardest part. Now, we have to factor (x3−5x2+9x−45) further. Find another factor by grouping:
(x3−5x2)+(9x−45)
Factor out an x^2 from the first set of parentheses and 9 from the second set and then factor the resulting common term, which happens to be (x-5):
(x3−5x2)+(9x−45)=x2(x−5)+9(x−5)=(x2+9)(x−5)
After all this effort, we have transformed x4−3x3−x2−27x−90 to (x+2)(x−5)(x2+9).
Okay, now use the zero factor principle. In other words, set each factor to zero:
x+2=0x−5=0x2+9=0
Let's focus on the easy ones first:
x=−2 and x=5.
Now the harder factor:
x2+9=0
x2=−9
x=±√−9
x=±3i
Solution set is 5,2,3i, -3i