document.write( "Question 321242: The volume of a cube is given by V=s^3 , where s is the length of a side. Find the length of a side of a cube if the volume is 500cm^3. Round the answer to three decimal places. \n" ); document.write( "
Algebra.Com's Answer #230071 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
V=s^3
\n" ); document.write( "500=s^3
\n" ); document.write( "s^3=500
\n" ); document.write( "s=cubert(500)
\n" ); document.write( "s=7.937 ans.
\n" ); document.write( "
\n" );