document.write( "Question 1125333: A rectangular solid (with a square base) has a surface area of 121.5 square centimeters. Find the dimensions that will result in a solid with maximum volume. \n" ); document.write( "
Algebra.Com's Answer #741661 by Aaleia(1)![]() ![]() ![]() You can put this solution on YOUR website! Original Poster here and I got it already so no worries! Heres the work.\r \n" ); document.write( "\n" ); document.write( "Let x = the side of the square base and y = height \n" ); document.write( "Let V = volume = x2y \n" ); document.write( "The surface area = 2x2 + 4xy = 121.5 \n" ); document.write( " \n" ); document.write( "Solve surface area equation for y = (121.5 - 2x2)/4x and sub this into the volume equation \n" ); document.write( " \n" ); document.write( "V = x2(121.5 - 2x2)/4x = x(121.5 - 2x2)/4 \n" ); document.write( " \n" ); document.write( "derivative of V with respect to x = (x/4)(-2x) + (1/4)(121.5 - 2x2) = 0 at the maximum \n" ); document.write( " \n" ); document.write( "(1/4)(-4x2 + 121.5 - 2x2) = 0 \n" ); document.write( "6x2 = 121.5 \n" ); document.write( "x2 = 20.25 \n" ); document.write( "x = 4.5 \n" ); document.write( "y = (121.5 - 40.5)/(4 * 4.5) =81/18 = 4.5 -> max volume with side 4.5 \n" ); document.write( " \n" ); document.write( " |