document.write( "Question 638206: find the value of one edge if the volume of a cube is 6 times the area of one side \n" ); document.write( "
Algebra.Com's Answer #402072 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
find the value of one edge if the volume of a cube is 6 times the area of one side
\n" ); document.write( "**
\n" ); document.write( "let x=one edge of a cube
\n" ); document.write( "area of one side=x^2
\n" ); document.write( "volume of cube=x^3
\n" ); document.write( "x^3=6x^2
\n" ); document.write( "x^3/x^2=6
\n" ); document.write( "x=6
\n" ); document.write( "edge of cube=6
\n" ); document.write( "
\n" );