Without a top, the surface area of a box with dimensions x, y, and z is:
S = xy + 2yz + 2xz = xy + 2z(x + y)
Since the length is twice as much as the width, we have y = 2x, therefore we can rewrite the above equation as:
S = 2x2 + 2z(3x) = 2x2 + 6xz
We also know that the volume is 64000 cm3, meaning:
xyz = 64000
2x2z = 64000
z = 32000/x2
We can finally rewrite our surface area in terms of one variable as:
S(x) = 2x2 + 192000/x2
Now, to maximize S, we must find x such that dS/dx(x) = 0. We have:
S'(x) = 4x - 384000/x3 = 0
4x = 384000/x3
4x4 = 384000
x4 = 96000
x (width) = 17.6022 cm
y (length) = 2x = 35.2044 cm
z (height) = 32000/x2 = 103.2800 cm