
Eric B.
asked 12/18/21Optimization Question
An open top box with a square base and rectangular sides is to have a volume of 9 cubic feet. The cost to make the base is 2 square feet and the cost of the material to make the sides is 3 square feet. Find the dimensions of the box that will minimize the cost.
1 Expert Answer
Let x: side length of square base ; h: height of box
Constraint: V = x2h = 9 so h = 9/x2
Lateral area = 4xh so cost of sides = 12xh
Base area = x2 so cost of base = 2x2
Cost, C = 2x2 + 12xh
C(x) = 2x2 + 12x(9/x2) = 2x2 + 108/x
C'(x) = 4x - 108/x2 = 0
4x3 - 108 = 0
x3 = 27 ; x = 3 ; h = 1
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Do you mean the cost to make the base is $2 per square foot? And the sides $3 per square foot?12/18/21