Michael J. answered 11/08/15
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
Let x = length
Let y = width
The perimeter is 2900 ft.
2(x + y) = 2900
x + y = 1450 eq1
Area = xy eq2
We need to substitute eq1 into eq2 so that we have a function for area in terms of x.
Area = x(1450 - x)
Area = -x2 + 1450x
We end up with a quadratic function for the area. To find the maximum area, we need to find the vertex of the function.
Vertex has coordinate (h, k).
h = -b / (2a)
where:
a = -1
b = 1450
Plug in these values to find h.
h = -1450 / (2*-1)
h = 725
This is x coordinate of the vertex. Now, we evaluate the area when x=725.
Area = -(725)2 + 1450(725)
Area = 525625
The maximum area is 525625 square feet.