document.write( "Question 1155324: A metal box with a square bottom and top is to contain 768 cubic centimeters. The bottom material must be stronger than the rest of the box and costs four cents per square centimeter. Material for the sides and tops is less expensive and costs two cents per square centimeter. Find the dimensions of the box that satisfy the volume requirements at a minimum cost of materials. What is this minimum cost? \n" ); document.write( "
Algebra.Com's Answer #777907 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A metal box with a square bottom and top is to contain 768 cubic centimeters. \n" ); document.write( " The bottom material must be stronger than the rest of the box and costs four cents per square centimeter. \n" ); document.write( " Material for the sides and tops is less expensive and costs two cents per square centimeter. \n" ); document.write( " Find the dimensions of the box that satisfy the volume requirements at a minimum cost of materials. What is this minimum cost? \n" ); document.write( ": \n" ); document.write( "let s = size of the side of the square bottom and square top \n" ); document.write( "let h = the height of the box \n" ); document.write( ": \n" ); document.write( "s^2 * h = the volume \n" ); document.write( "s^2 * h = 768 \n" ); document.write( "h = \n" ); document.write( ": \n" ); document.write( "Surface area = bottom area + 4 sides area + top area \n" ); document.write( "SA = s^2 + 4(hs) + s^2 \n" ); document.write( "replace h \n" ); document.write( "SA = s^2 + 4( \n" ); document.write( "cancel s \n" ); document.write( "SA = s^2 + 4( \n" ); document.write( "SA = s^2 + ( \n" ); document.write( "find the cost \n" ); document.write( "cost = bottom + 4 sides + top \n" ); document.write( "Cost = .04(s^2) + .02( \n" ); document.write( "Cost = (.04s^2) + ( \n" ); document.write( "Cost = (.06s^2) + ( \n" ); document.write( "graph this equation \n" ); document.write( " \n" ); document.write( "Minimum occurs when s = 8 cm \n" ); document.write( "Find h \n" ); document.write( "h = \n" ); document.write( "h = 12 cm \n" ); document.write( "dimensions then: 8 by 8 by 12 cm \n" ); document.write( ": \n" ); document.write( "Find the actual cost \n" ); document.write( "Cost = .06(8^2) + .02(4(8*12)) \n" ); document.write( "Cost = 3.84 + 7.68 \n" ); document.write( "cost ~ $11.52 is the min cost of the box (green line)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |