
Christopher D. answered 02/10/15
Tutor
4.9
(383)
Programmer, Mathematician, Musician, and Educator
You should start by drawing a picture.
You know the total area is equal to depth * width. (width being the combine width of both rectangles.) You also know the perimeter, 132 = 3 * depth + width. This gives you an equation: area = depth * (132 - 3 * depth). Now find the maximum value for the variable area in terms of depth. (This can be done different ways depending on what class you are in.)