document.write( "Question 355745: An open box with a square base is to have a volume of 12ft^3\r
\n" );
document.write( "\n" );
document.write( "Find a function that models the surface area of the box. \n" );
document.write( "
Algebra.Com's Answer #254031 by Alan3354(69443) You can put this solution on YOUR website! s = sides of base \n" ); document.write( "Vol = s^2*h = 12 \n" ); document.write( "h = 12/s^2 \n" ); document.write( "SA = s^2 + 4*s*h \n" ); document.write( "SA = s^2 + 48/s \n" ); document.write( "--------------- \n" ); document.write( " \n" ); document.write( " |