Donovan H. answered 05/06/20
Remote Learning Expert and SAT Math Tutor with Deep Content Knowledge
For this problem, you're trying to maximize the area of a rectangle which is given by A = length * width.
Since his house is one length of the rectangle, let's call that the width, w.
I will note that it seems like they should have told you that his house is at least some feet wide so that you don't end up making a recommendation for using the house as the width and finding out that his house is only 20 feet wide!
The length of fence would thus be length + length + width = 120
And your area is length * width = Area
I always recommend you try guessing and checking to see how this might start fitting together. If you do that, you see that it's not as simple as, "longer length equals more area" or "wider width equals more area," the quantities are not related linearly, meaning we are dealing with an optimization problem that involves quadratics.
Perhaps I could have made an equation to help me out, then graphed it and found the max. If you look, there is a system of equations that we've started to develop: 2l + w = 120 and w*l = Area, so let's solve w in terms of length and optimize that.
You should get w = 120 - 2l, which can then be plugged in, yielding 120(length) -2(length)2 which we can now plug in to a graph and find the max. If you don't have a graphing calculator handy you could use a derivative to optimize: I've subbed in x for l, giving me this function to optimize: f(x) = 120x-2x2
Optimizing tells us to take the derivative and set it equal to zero to find the min/max, and in our case it yields our length, which we can then use to find our width from our original equation. That should take you the rest of the way to the answer!