document.write( "Question 114713: How do work out the cube root of 27. \n" ); document.write( "
Algebra.Com's Answer #83483 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!
the cube root of \"27\"\r
\n" ); document.write( "\n" ); document.write( "you need to find a number whose cube is \"27\"\r
\n" ); document.write( "\n" ); document.write( "remember multiplication of number itself: 1*1*1 is equal to 1^3\r
\n" ); document.write( "\n" ); document.write( " we can take number \"3\" and do the same: \"3%2A3%2A3=3%5E3=27\"\r
\n" ); document.write( "\n" ); document.write( "then you can write\r
\n" ); document.write( "\n" ); document.write( "\"x+=+root%283%2C27%29\"\r
\n" ); document.write( "\n" ); document.write( "as\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+root%283%2C3%5E3%29\".........eliminate cube root and cube\r
\n" ); document.write( "\n" ); document.write( "\"x+=+3\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );