document.write( "Question 1086801: An open-top box with a square base is to be made from two materials, one for the bottom and one for the sides. The volume of a box is to be 18 cubic feet. The cost of material for the bottom is P10.00 per square foot and the cost of the material for the sides is P7.00 per square foot. determine a model for the cost of the box as a function of its height h. what is the domain of the function? \n" ); document.write( "
Algebra.Com's Answer #701073 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! An open-top box with a square base is to be made from two materials, one for the bottom and one for the sides. \n" ); document.write( "let s = the side of the square base \n" ); document.write( "let h = the height of the box \n" ); document.write( " The volume of a box is to be 18 cubic feet. \n" ); document.write( "s * s * h = 18 \n" ); document.write( "s^2 * h = 18 \n" ); document.write( "s^2 = \n" ); document.write( "s = \n" ); document.write( " The cost of material for the bottom is P10.00 per square foot and the cost of the material for the sides is P7.00 per square foot \n" ); document.write( "Surface area: \n" ); document.write( "S.A. = s^2 + 4(s*h) \n" ); document.write( "Cost = 10s^2 + 7(4s*h) \n" ); document.write( "C = 10s^2 + 28s*h \n" ); document.write( "determine a model for the cost of the box as a function of its height h. \n" ); document.write( "Replace s with \n" ); document.write( "C(h) = 10 \n" ); document.write( "C(h) = 10( \n" ); document.write( "simplify, extract the square root of 9 \n" ); document.write( "C(h) = 10( \n" ); document.write( "C(h) = \n" ); document.write( ": \n" ); document.write( " what is the domain of the function, \n" ); document.write( "all positive values for h \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Looks like this, y = Cost; x = height \n" ); document.write( " \n" ); document.write( "minimum cost when height = 2, the side of the square base = 3 \n" ); document.write( "That would be 10(3^2) + 7(4*2*3) = $258 \n" ); document.write( " |