You can
put this solution on YOUR website!This problem is in the review section about the farmer and fencing.
A farmer with 10,000 meters of fencing wants to enclose a rectangular field and then divide it into two plots with a fence parallel to one of the sides. What is the largest area that can be enclosed?
---------------------
Farmers always want to complicate things, it seems.
Call W the Width and L the Length with 3 pieces.
The total length will be 2W + 3L
The Area is L*W
so,
A = L*W
2W+3L = 10000
Solve for L
3L = 10000-2W
L = (10000-2W)/3
sub for L into the first eqn
A = L*W
A = W*(10000-2W)/3
A = (10000W - 2W^2)/3
Now, to find the max, set the 1st derivative = 0. I don't know if you know what that means, but...
dA/dW = 10000/3 - 4W/3 = 0
10000 - 4W = 0
W = 2500 meters
-------------
Solve for L
2W+3L = 10000
5000 + 3L = 10000
3L = 5000
L = 1667 meters
Area = 2500*5000/3 =~ 4,166,666.67 sq meters
-----------------
Making just a square would have enclosed 5000*5000 = 25,000,000 sq meters, the max area of a rectangle with a given perimeter.
You can
put this solution on YOUR website!A farmer with 10,000 meters of fencing wants to enclose a rectangular field and then divide it into two plots with a fence parallel to one of the sides. What is the largest area that can be enclosed?
----------------------------------------------
Draw the picture; there are 3 equal segments of fence (call them "x")
That leaves (10,000-3x) to divide between the two remaining sides;
so each of them is (10,000-3x)/2 meters = (5000-(3/2)x) meters.
------------------------------------------------
EQUATION:
Area = x(5000-(3/2)x) = 5000x - (3/2)x^2
-------------
maximum occurs when x = -b/2a = -5000/[2(-3/2)] = 5000/3
-----
Area when x = 5000/3 is as follows:
A(5000/3) = 5000(5000/3) - (3/2) (5000/3)^2
= [(5000/3][5000 - (3/2)(5000/3)]
= [5000/3][2500]
= 4,166,666.67 sq. meters
================================
Cheers,
Stan H.