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?
:
let s = size of the side of the square bottom and square top
let h = the height of the box
:
s^2 * h = the volume
s^2 * h = 768
h = {{{768/s^2}}}
:
Surface area = bottom area + 4 sides area + top area
SA = s^2 + 4(hs) + s^2
replace h
SA = s^2 + 4({{{768/s^2}}}*s) + s^2
cancel s
SA = s^2 + 4({{{768/s}}}) + s^2
SA = s^2 + ({{{3072/s}}}) + s^2
find the cost
cost = bottom + 4 sides + top
Cost = .04(s^2) + .02({{{3072/s}}}) + .02s^2
Cost = (.04s^2) + ({{{61.44/s}}}) + .02s^2
Cost = (.06s^2) + ({{{61.44/s}}})
graph this equation
{{{ graph( 300, 200, -6, 16, -10, 30, .06x^2+(61.44/x), 11.52) }}}
Minimum occurs when s = 8 cm
Find h
h = {{{768/8^2}}}
h = 12 cm
dimensions then: 8 by 8 by 12 cm
:
Find the actual cost
Cost = .06(8^2) + .02(4(8*12))
Cost = 3.84 + 7.68
cost ~ $11.52 is the min cost of the box (green line)