Question 1042718
.
A developer wants to enclose a rectangular grassy lot that borders a city street for parking. 
If the developer has 320 feet of fencing and does not fence the side along the street, what is the largest area that can be enclosed?

    a. 25,600 ft2
    b. 19,200 ft2
    c. 12,800 ft2
    d. 6400 ft2
~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
You have a rectangle of the length L and the width W and the fence of the length 320 = 2W + L.
And the question is: find the maximum of the area L*W under the given restriction 2W + L = 320.


Then you have L = 320-2W and 

area L*W = (320-2W)*W = {{{320W - 2W^2}}}.

For the general quadratic function f(x) = {{{ax^2 + bx + c}}} the min/max is at  x = {{{-b/(2a)}}}.

In your case the maximum area occurs at W = {{{(-320)/(2*(-2))}}} = {{{320/4}}} = 80 feet. Then L = 320-2W = 320 - 2*80 = 160 feet. 

Then the area is equal to

area = L*W = 160*80 = 12800 {{{ft^2}}}.

<U>Answer</U>.  128000 ft^2, option c).
</pre>