The volume of a box is given by:
V = l•w•h
It's a square base so, let's call he side of the square "x". That means both "l" and "w" are "x" so the volume equation is: V = x2•h
The volume is to be maximized, so take the derivative and set it equal to zero to find the local max. But the volume function has 2 variables in it (both "x" and "h". Use more information to get a single variable.
It's 1800 sq cm of material. That's the surface area of the box. The surface area can be calculated by:
SA = Areabottom + 4Areasides
SA = x2 + 4x•h
2200 = x2 + 4xh
2200 - x2 = 4xh
h = (2200 - x2)/4x
h = 2200/4x - x2/4x
h = 550/x - x/4
Plug "550/x - x/4" in for "h" in the volume equation:
V = x2•h
V = x2(550/x - x/4)
V = 550x - (1/4)x3
Take the derivative and set it equal to zero to maximize the volume:
V' = 550 - (3/4)x2
550 - (3/4)x2 = 0
550 = (3/4)x2
550(4/3) = x2
x = about ± 27.08
The dimension can't be negative.x = sqrt(550*4/3) = about 27.08
Using the volume equation:
V = 550x - (1/4)x3 plug in x = sqrt(550*4/3) to get the volume at that maximum:
V = 550(sqrt(550*4/3) )- (1/4)(sqrt(550*4/3))3
V = about 9929.38 cubic cm.
Plug in values 28 and 27 to convince yourself it's a maximum.
V(x) = 550x - (1/4)x3
V(27) = 550(27) - (1/4)(27)3 = about 9929.25 cm3
Now x = 28
V(28) = 550(28) - (1/4)(28)3 = 9912 cm3