Question 1051181: Please help me how to solve this problem.Thanks.
Ramon wants to fence in a rectangular portion of his back yard against the back of his garage for a vegetable garden. He plans to use 68 feet of fence, and needs fence on only three sides. Find the maximum area he can enclose. (Hint: The lengths of the 3 fenced sides of the rectangle must add up to 68.)
Answer by rothauserc(4718) (Show Source):
You can put this solution on YOUR website! we know that
:
1) l + 2w = 68, where l is the length and w is the width of the rectangle
:
also
:
2) l * w = Area of the rectangle
:
solve equation 1) for l
:
l = 68 - 2w
:
substitute for l in equation 2)
:
w * (68 - 2w) = Area
:
-2w^2 + 68w = Area
:
The equation for the Area in terms of w is a parabola that opens downward, so
we know that w is maximum at the vertex
:
To find w, we take the first derivative of the equation for Area, then set it
equal to 0 and solve for w
:
-4w + 68 = 0
:
-4w = -68
:
w = 17
:
l = 68 -2(17) = 34
:
*****************************************
Maximum Area is 34 * 17 = 578 square feet
*****************************************
:
|
|
|