document.write( "Question 1195840: A tinsmith wants to make a small windowsill planter from a 38cm x 22cm sheet of copper. She’ll form it by cutting equally sized squares from each of the four corners of the sheet, folding up the resulting flaps to form the sides of the planter, and then shouldering the four vertical edges. What is the maximum possible volume of the planter? Round your answer to the nearest whole number. \n" ); document.write( "
Algebra.Com's Answer #828415 by ikleyn(52914) You can put this solution on YOUR website! . \n" ); document.write( "A tinsmith wants to make a small windowsill planter from a 38cm x 22cm sheet of copper. \n" ); document.write( "She’ll form it by cutting equally sized squares from each of the four corners of the sheet, \n" ); document.write( "folding up the resulting flaps to form the sides of the planter, \n" ); document.write( "and then shouldering the four vertical edges. \n" ); document.write( "What is the maximum possible volume of the planter? Round your answer to the nearest whole number. \n" ); document.write( "~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "After folding up the resulting flaps, the base of the planter has dimensions\r\n" ); document.write( "(38-2x) cm by (22-2x) cm and the height is x cm.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus the volume is \r\n" ); document.write( "\r\n" ); document.write( " V(x) = (38-2x)*(22-2x)*x cm^3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To find the maximum V(x), take the derivative and equate it to zero\r\n" ); document.write( "\r\n" ); document.write( " 0 = V'(x) = -2*(22-2x)*x + (38-2x)*(-2)*x + (38-2x)*(22-2x) = \r\n" ); document.write( "\r\n" ); document.write( " = -44x + 4x^2 - 76x + 4x^2 + 38*22 - 44x - 76x + 4x^2 = \r\n" ); document.write( "\r\n" ); document.write( " = 12x^2 - 240x + 836.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It gives \r\n" ); document.write( "\r\n" ); document.write( " 3x^2 - 60x + 209 = 0.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The roots are (use the quadratic formula)\r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |