document.write( "Question 310288: Calculate the surface-area-to-volume ratio of a cube 3 inches on each side. \n" ); document.write( "
Algebra.Com's Answer #221859 by mananth(16946)![]() ![]() You can put this solution on YOUR website! surface area of a cube = 6x^2 where x is the side\r \n" ); document.write( "\n" ); document.write( "Volume of cube = x^3 where x is the side\r \n" ); document.write( "\n" ); document.write( "surface area = 6*9=54 \n" ); document.write( "Volume = 3*3*3= 27\r \n" ); document.write( "\n" ); document.write( "Ratio = 54/27\r \n" ); document.write( "\n" ); document.write( "=2 \n" ); document.write( " |