Question 981152
<pre>
Notice that in the instructions the word "roots" is plural.
In complex numbers there are always "n nth roots" of any 
complex number except 0. 

As the other tutor pointed out, you have found only one cube root.  
However there are 3 cube roots.  You must begin by adding 360°k 
to the angle since the sines and cosines are the same when we 
add any multiple of 360° to the angle.


{{{(matrix(2,1,"",27(cos("279°")^"" + i*sin("279°") )))^(1/3)}}}

must first be written as

{{{(matrix(2,1,"",27(cos("279°"+"360°"k)^"" + i*sin("279°"+"360°"k) )))^(1/3)}}}

Then we do what you did.  We take the real 1/3 power (or 
cube root) of 27 and multiply the angle by {{{1/3}}}

{{{matrix(2,1,"",27^(1/3)(cos(expr(1/3)("279°"+"360°"k))^"" + i*sin(expr(1/3)("279°"+"360°"k)) ))}}}

{{{3(cos("93°"+"120°"k)^""+i*sin("93°"+"120°"k))))}}}

Now we choose k as any three consecutive integers, say 0,1,and 2.

One cube root will be found by substituting k=0

{{{3(cos("93°"+"120°"*0)^""+i*sin("93°"+"120°"*0))))}}}

Cube root #1:    {{{3(cos("93°")^""+i*sin("93°"))))}}}, which was the only one you found.

Use k=1 (which amounts to adding 120° to 93°

The second cube root will be found by substituting k=1
[Using k=1 amounts to adding 120° to 93°]

{{{3(cos("93°"+"120°"*1)^""+i*sin("93°"+"120°"*1))))}}}

cube root #2:   {{{3(cos("213°")^""+i*sin("213°"))))}}},

Use k=2 (which amounts to adding 120° to 213°

The third and final cube root will be found by substituting k=2
[Using k=2 amounts to adding 120° to 213°]

{{{3(cos("93°"+"120°"*2)^""+i*sin("93°"+"120°"*2))))}}}

cube root #3:   {{{3(cos("333°")^""+i*sin("333°"))))}}},

If we plot those cube roots on a graph, where the real part
is the x-coordinate and the imaginary part is the y-coordinate,
we find that they are three vectors each 3 units long and equally 
spaced around a circle of radius 3 like spokes of a wheel.  

{{{drawing(400,400,-4,4,-4,4, graph(400,400,-4,4,-4,4),

line(0,0,-0.15700787,2.9958886), line(-0.03978853,2.71973715,-0.15700787,2.9958886), line(-0.24471938,2.70899718,-0.15700787,2.9958886),

line(0,0,-2.5160117,-1.63391711), line(-2.3354672,-1.39432645,-2.5160117,-1.63391711), line(-2.22370068,-1.56643179,-2.5160117,-1.63391711),

line(0,0,2.67301957,-1.3619715), line(2.37525573,-1.3254107,2.67301957,-1.3619715), line(2.46842006,-1.14256539,2.67301957,-1.3619715),

green(arc(0,0,6,-6,0,360))





  )}}}

Edwin</pre>