SOLUTION: Hi, "A gardener has 100m of fencing. He must use this to build the biggest fence possible (in square meters).There are 3 sides to the garden bed, attached to the wall which does n

Algebra ->  Equations -> SOLUTION: Hi, "A gardener has 100m of fencing. He must use this to build the biggest fence possible (in square meters).There are 3 sides to the garden bed, attached to the wall which does n      Log On


   



Question 811291: Hi,
"A gardener has 100m of fencing. He must use this to build the biggest fence possible (in square meters).There are 3 sides to the garden bed, attached to the wall which does not require fencing. What are the three side lengths you would use to get the biggest area of fencing?"
I know the answer is 50, 25, 25. But how do you develop an equation to solve this for full marks?
Thanks

Found 2 solutions by josgarithmetic, fcabanski:
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
Three sides are in lengths x, y, and y.
Two equations are possible.
Area, A=xy, and fence length, x%2By%2By=100. The biggest area A is wanted.

The fence length equation is also x%2B2y=100, and we can solve for either variable and substitute into the A equation. Try x=100-2y;
Then A=xy=%28100-2y%29y
highlight%28A=100y-2y%5E2%29

That is a parabola with a maximum value.
Easiest to find the roots of the equation.
100y-2y%5E2=0
2y%2850-y%29=0
y=0 or y=50, so right in between is y=25. That is where A is maximum.

Answer by fcabanski(1391) About Me  (Show Source):
You can put this solution on YOUR website!
L + 2W = 100


A = LW


Find, from the first equation, one variable in terms of the other. L = 100-2W. Substitute that into the area equation.


A = (100-2W)W = 100W - 2W^2)


Use the first derivative to find the maximum possible area.


A' = 100 - 4W = 0


4W = 100 so W = 25


With these problems the value found when setting the derivative = to 0 us the max or min. But you can verify using the first derivative test.


0 <= W <= 50, so the ranges to check are 0 to 50 and 50 t0 100


W=1 is in the first range. Plug into the first derivative. 100- 4 = 96 which is positive.


w=50 is in the second range. 100-4(50) is negative.


The first derivative is positive before W=25 and negative after, so W=25 is a max.


L + 2(25) = 100 so L = 100-50 = 50.