Question 137998
OK, Here's how you do it.  Now we know, first of all, that all real numbers have one real root and two imaginary roots (Why? because inaginary roots occur in pairs)---27 is a real number

We also know, by inspection, that 3 is the real root of 27 because 3^3=27

If we let x^3=27, then x^3-27=0  This can be factored and we know what one factor is:

(x-3)(x^2 +?x+?)=0   In order to get the quadratic equation, we simply divide  x-3 into x^3-27 and when we do that, we get x^2+3x+9.  So now we have:
(x-3)(x^2+3x+9)=0

We'll solve x^2+3x+9 using the quadratic formula: 
{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}}
{{{x = (-3 +- sqrt( 3^2-4*1*9 ))/(2) }}}   
{{{x = (-3 +- sqrt( 9-36 ))/(2) }}} = 
{{{x = (-3 +- sqrt( -27 ))/(2) }}} =
{{{x = (-3 +- sqrt(3*(-9) ))/(2) }}}=
{{{x = (-3 +- (3i)sqrt(3))/(2) }}}

Check my math

Hope this helps---ptaylor