if the box has 2 sides, 2 bottoms and 2 tops (i.e. it does not have an open top), the the surface area of the box = 2xy + 2xz + 2yz = 100 ft2
The volume of the box is xyz. To minimize the volume with a constraint, Use Lagrange Multipliers
Let the function be V = xyz + W(2xy + 2xz + 2yz - 100) where W is the Lagrange variable
Taking the derivatives:
Vx = yz + W(2y + 2z), Vy = xz + W(2x + 2z), Vz = xy + W(2x + 2y), Vw = (2xy+2xz+2yz-100)
Setting each equal to zero you get and manipulating the variable for the first 3 equations, you get
-yz = W(2y+2z) -xz = W(2x+2z) -xy = W(2x+2y)
Now multiply the first equation by x, the second by y & the third by z to get
-xyz = W(2xy+2xz) -xyz = W(2xy+2yz) -xyz = W(2xz+2yz)
Settting the W terms equal to each other (you can do the algebra), you will find that
x = y = z which is what you would expect!
So, for the surface area, just use the x variable to solve for the numeric value like so 2x2 + 2x2 + 2x2 = 100 or 6x2 = 100 or x = 4.0825 ft
That means that the volume is (4.0825)3 = 68.04 ft3
Checking the surface area, 2(4.085)2 + 2(4.085)2 + 2(4.085)2 = 100 ft2 !