Question 468504
Cube root 5 is outside the radical, inside is 22
<pre>
Is it a cube root or a fifth-root?

If if was this:

{{{root(5,22)}}}

then you put 1 over the index and raise what's
inside to that power.

So you get {{{drawing(50,75,0,2,-1,.5,locate(0,0,22^(1/5)))}}}

But if it is this {{{5*root(3,22)}}}:

then you put 1 over the index and raise what's
inside to that power and just leave the 5 out front:

So you get {{{drawing(50,75,0,2,-1,.5,locate(0,0,5*22^(1/3)))}}}


Edwin</pre>