Posted by Jill on Sunday, January 16, 2011 at 2:03pm.
Let x=long side, y=short side, z=height
(note: since the cost of material for the short side is more expensive, the minimization will automatically result in y being the shorter side without introducing an additional constraint of x-y>0, but do check when you get your answers)
The cost function would be:
C(x,y,z)
=300xy+2*300xz+2*550yz+0.02xy
=300.02xy+600xz+1100yz
subject to xyz=50.
I get $23,731.91 as the cost.
For your checking purposes, I get 12.64 inches as the sum of x,y and z.
Other Lagrange multiplier examples are available at this site at:
http://www.jiskha.com/display.cgi?id=1289839685
http://www.jiskha.com/display.cgi?id=1291776389
I think MathMate did not catch the fact that the box has to be 4 inches high, thus eliminating the variable z.
Cost = 300(8x+xy + 550(8y) + .02xy
= 2400x + 300xy + 4400y + .02xy
but V = 4xy
4xy = 50
y = 50/(4x)
cost = 2400x + 300x(50/4x) + 4400(50/(4x) + .02x(50/(4x))
= 2400x + 3750 + 55000/x + .25
d(cost)/dx = 2400 - 55000/x^2 = 0 for min of cost
2400 = 55000/x^2
x^2 = 55000/2400 = 22.916666
x = 4.79
y = 50/(4(4.79)) = 2.61
the box should be 4.79 in long, 2.61 in wide, and 4 inches high
Thanks Reiny!
Related Questions
calculus - An open box is to be made out of a 8-inch by 14-inch piece of ...
Calculus - An open top box is made by cutting congruent squares from the corners...
calculus - An open box is to be made. This box is to have a bottom and four ...
inermediate algebra - A box with no top is to be made by cutting a 2-inch square...
Math Calculus Word Problem - an 18 inch by 20 inch sheet of cardboard is cut and...
calculus - This is problem 16 Section 4.6 page 246. A closed box with square ...
Math - An open box is to be made from a 11 inch by 11 inch piece of cardboad. ...
Calculus - Given: available material= 1200cm^2 Box w/ square base & open top...
Calculus - You are given a 60 inch by 30 inch piece of cardboad and asked to ...
problem solving - kirk grew a crystal in science class. On monday it was 13/16 ...
For Further Reading