document.write( "Question 551004: If the cube root of the square root of a number is 2, what is the number? \n" ); document.write( "
Algebra.Com's Answer #359293 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x\r \n" ); document.write( "\n" ); document.write( "sqrt(x)\r \n" ); document.write( "\n" ); document.write( "cuberoot (sqrt(x))=2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "raise the power by 6 \n" ); document.write( "x= 2^6\r \n" ); document.write( "\n" ); document.write( "x=64 \n" ); document.write( " |