Ira S. answered 12/17/14
Tutor
5.0
(298)
Bilingual math tutor and much more
Since the base is a square, we'll represent each side as x. We'll let the height of the box be y. Using the volume formula we get the relation x2y=256. Solving this for y we get y=256/x2, which we will substitute in later.
The material needed to make the box is x2 for the bottom and 4xy for the 4 sides. So the total material needed is
SA=x2+4xy.
You can now replace y to get a function of x which would be SA=x2+4x(256/x2) or SA=x2+1024/x or SA=x2+1024x-1.
Now take the derivative:
SA' = 2x -1024x-2 Set it equal to 0 and solve
2x - 1024/x2 = 0
2x3 - 1024 = 0
x3 - 512 = 0
x3 = 512
x = 8
Plug back in to find y......y=256/64 = 4.
Hope this helped.