SOLUTION: A field is bounded on one side by a river. A farmer wants to enclose the other three sides of the field with a fence in order to create a rectangular plot of land for his cows. If

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: A field is bounded on one side by a river. A farmer wants to enclose the other three sides of the field with a fence in order to create a rectangular plot of land for his cows. If       Log On


   



Question 872829: A field is bounded on one side by a river. A farmer wants to enclose the other three sides of the field with a fence in order to create a rectangular plot of land for his cows. If the farmer has 400m of fence to work with, determine the maximum possible area of the field and the field's dimensions.
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
A field is bounded on one side by a river. A farmer wants to enclose the other three sides of the field with a fence in order to create a rectangular plot of land for his cows. If the farmer has 400m of fence to work with, determine the maximum possible area of the field and the field's dimensions.
.
Let x = width
and y = length
2x+y = 400 (eq 1)
xy= area (eq 2)
.
Solving eq 1 for y:
y = 400-2x
substitute into eq 2
x(400-2x) = area
-2x^2+400x = area
since the above is a parabola that opens downwards, the vertex is the max.
x-value of the max is:
x = -b/(2a)
x = -400/(2(-2))
x = -400/(-4)
x = 100 feet (width)
.
length is:
2x+y=400
2(100)+y=400
200+y=400
y = 200 feet
.
Max area is:100*200 = 20000 square feet