document.write( "Question 256760: A rectangular box with a volume of 60 ft^3 has a square base. Find a function that models its surface area S in terms of length x of one sides of its base. \n" ); document.write( "
Algebra.Com's Answer #188819 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A rectangular box with a volume of 60 ft^3 has a square base. Find a function that models its surface area S in terms of length x of one sides of its base. \n" ); document.write( ". \n" ); document.write( "Since the volume is 60 cubic feet: \n" ); document.write( "Let h = height \n" ); document.write( "then \n" ); document.write( "hx^2 = 60 \n" ); document.write( "h = 60/x^2 \n" ); document.write( ". \n" ); document.write( "Surface area: \n" ); document.write( "\"top and bottom\" + \"four sides\" \n" ); document.write( ". \n" ); document.write( "S = 2x^2 + 4xh \n" ); document.write( "substitute h: \n" ); document.write( "S = 2x^2 + 4x(60/x^2) \n" ); document.write( "S = 2x^2 + 240/x \n" ); document.write( " \n" ); document.write( " |