document.write( "Question 648923: how do you find the cubed root of a number \n" ); document.write( "
Algebra.Com's Answer #406847 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
By definition, \"y+=+root%283%2Cx%29\" just means that \"y%5E3+=+x\".\r
\n" ); document.write( "\n" ); document.write( "So, say I ask you what the cube root of 216 is. \r
\n" ); document.write( "\n" ); document.write( "Let's go through our list of cubes.\r
\n" ); document.write( "\n" ); document.write( "2^3 = 8
\n" ); document.write( "3^3 = 27
\n" ); document.write( "4^3 = 64
\n" ); document.write( "5^3 = 125
\n" ); document.write( "6^3 = 216
\n" ); document.write( "7^3 = 243
\n" ); document.write( "etc..\r
\n" ); document.write( "\n" ); document.write( "Since 6^3 = 216, then \"root%283%2C216%29+=+root%283%2C6%5E3%29+=+6\"
\n" ); document.write( "
\n" );