John has been asked to construct a decorative wooden box in the shape of a square-based rectangular prism. The top of the box, which will be constructed with exotic hand carved wood will cost \$75/m^s. The sides of the box will be made with same wood, minus the carving, so it will cost \$50/m^2. The bottom of the box, which will not be seen, will cost \$20/m^2. If John has exactly \$400 to make this box, what are the dimensions of the box with the largest volume that he can produce?
I do not understand this question, what is the formula and how do I do this? Anybody please help me this question. Thanks.
You want to maximize the volume $$V=xyz$$ subject to the constraint $$400=75xy+20xy+50(2)(xz+yz)=95xy+100(xz+yz)$$ or $$80=19xy+20xz+20yz$$ Using Lagrange Multipliers, we get $$(yz,xz,xy)=\lambda (19y+20z,19x+20z,20x+20y)$$ Now solve this for x,y,z to get the dimensions of the box and use that to find the volume.