Functions 11 Word Problem?
A rectangular part of a parking lot is to be fenced off to allow some repairs to be done.
The workers have fourteen 3-m sections of pre-assembled fencing to use. They want to create the greatest possible area in which to work. How can the fencing be used to create as large an enclosed area as possible?
A rectangular part of a parking lot is to be fenced off to allow some repairs to be done.
The workers have fourteen 3-m sections of pre-assembled fencing to use. They want to create the greatest possible area in which to work. How can the fencing be used to create as large an enclosed area as possible?
1 Answer
We have a maximum plot size of
Explanation:
We aim to fence off a corner plot of land, and we can only use complete panels.
Let us set up the following variables:
# {(x, "No of panels used along width of plot"), (y, "No of panels used along length of plot"), (A, "Total Area enclosed by the panels (sq m)") :} #
Our aim is to find
Now, the total number of panels is set (constant) and so:
# x + y = 14 #
And the total Area enclosed by the panels is given by:
# A = (3x)(3y) #
# \ \ \ = 9xy #
And substitution of
# A = 9x(14-x) #
# \ \ \ = 126x-9x^2 #
We now have the Area,
# (dA)/dx = 126-18x #
At a critical point we have
# 126-18x = 0 #
# :. x=7 #
We should check this corresponds to a maximum:
# (d^2A)/(dx^2) = -18 < 0 #
So fortunately we have an integer result, and a maximum area. Substituting
# 7+y=14#
# y=7#
Thus we have a maximum plot size when
# A = 9(7)(7) #
# \ \ \ = 441 # (m)