I am asked to solve for x in the polynomial using factoring and grouping:
$5X^3+45X=2X^2+18$
My working:
$5X^3-2X^2+45X-18$
$X^2(5X-2)+9(5X-2)$
$(X^2+9)(5X-2)$
So: $X^2+9=0$
$X^2=-9$
$X=i\sqrt{9}=3i$
The other solution is $5/2$
My question is, I arrive at just $3i$ whereas my textbook solution says it's $\pm3i$.
How could $-3i$ be a solution here when the input is $i\sqrt{9}$?
In complex numbers, there are two zeroes of $x^2-c,$ except only $x=0$ when $c=0.$ In particular, as indicated in comments, the zeroes of $x^2+9$ are $\pm3i.$