document.write( "Question 63461: a box with a square base has a surface area (including the top) of . express the volume V of the box as a function of the width W of the base \n" );
document.write( "
Algebra.Com's Answer #44312 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! a box with a square base has a surface area 3 SQ.METRES.(including the top) of . express the volume V of the box as a function of the width W of the base \n" ); document.write( "S.A = A = 6*W^2 \n" ); document.write( "W^2 = A/6 \n" ); document.write( "W = SQRT(A/6) \n" ); document.write( "V=W^3 = [SQRT(A/6)]^3 \n" ); document.write( "FOR A = 3,WE HAVE \n" ); document.write( "W=SQRT(1/2) \n" ); document.write( "V=[SQRT(1/2)]^3 = 1/[2SQRT(2)]=SQRT(2)/4 \n" ); document.write( " |