SOLUTION: A two-pen corral is to be built. The outline of the corral forms two identical adjoining rectangles. If there is 120 m of fencing available and the fence width cannot be less tha

Algebra ->  Test -> SOLUTION: A two-pen corral is to be built. The outline of the corral forms two identical adjoining rectangles. If there is 120 m of fencing available and the fence width cannot be less tha      Log On


   



Question 1163322: A two-pen corral is to be built. The outline of the corral forms two
identical adjoining rectangles. If there is 120 m of fencing available and
the fence width cannot be less than 6 m, what dimensions of the corral will
maximize
the enclosed area? [round all answers to one decimal places)

In the rectangular corral Horizontal line is the length and vertical line is the width.
Thank you.

Found 3 solutions by Theo, greenestamps, Edwin McCravy:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
this turned my head around a few times, but i think i have it.
the corral forms two rectangles that are joined together on one side.
the total fencing available is 120 meters.
the total fencing will be 2 * the length of the enclosure plus 3 times the width of the enclosure.
the area of the enclosure is the length * width.
let:
L = length
W = width
A = area
F = fence
your equations are:
F = 2L + 3W
A = L * W
since F = 120, you get:
120 = 2L + 3W
A = L * W
from 120 = 2L + 3W, solve for L to get:
L = (120 - 3W) / 2
from A = L * W, replace L with (120 - 3W) / 2 to get:
A = (120 - 3W) / 2 * W
simplify to get:
A = 60 * W - 1.5 * W^2
rearrange the terms on the right side of thise equation by descendng order of degree to get:
A = -1.5 * W^2 + 60 * W
this is a quadratic equation in standard form where:
a = -1.5
b = 60
maximum value will be when W = -b/2a = 3/60 = 20
when W = 20, maximum area will be -1.5 * 20^2 + 60 * 20 = 600 square meters.
since L * W = A, then L = A / W = 600 / 20 = 30
you get:
L = 30
W = 20
F = 2L + 3W becomes F = 2*30 + 3*20 = 60 + 60 = 120, so this part checks out.
your solution is that the maximum area will be 600 square meters.
note that the perimeter is equal to 2L + 2W, making the perimeter equal to 60 + 40 = 100 meters.
you can graph the equation of area = -1.5 * W^2 + 60 * W by making area equal to y and W equal to x.
the equation becomes y = -1.5 * x^2 + 60 * x
that looks like this on the graph.




Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!


Let the width be x.

Since the corral is divided in half, there are three fences of length x; that's a total fence length of 3x.

The remaining length of fence, 120-3x, is the two other sides of the corral, so the length of the corral is (120-3x)/2, or 60-1.5x.

The area of the corral is then

x%2860-1.5x%29+=+-1.5x%5E2%2B60x

This is a quadratic expression of the form ax^2+bx+c; its value is maximized when x is equal to -b/2a.

In this quadratic expression, -b%2F%282a%29+=+-60%2F-3+=+20

So the width that maximizes the volume is x=20 (which satisfies the condition that it must be at least 6). And then the length is (120-3x)/2 = 30.

ANSWER: length 30 and width 20 maximizes the area.

Note that the total lengths of fencing in the two directions are equal. This is always the case, no matter how many adjacent corrals the whole corral is divided into.

For example, if you have 600 feet of fencing and you are dividing the long corral into 5 adjacent sections (using 6 sections of fence width-wise), then the maximum area is with 300 feet of fencing in each direction -- which means a length of 300/2 = 150 feet and a width of 300/6 = 50 feet.

So to an experienced problem solver, the solution to your problem would go like this:

Total fence length: 120 feet
Length of fencing in each direction: 120/2 = 60 feet
Length of corral for maximum area: 60/2 = 30 feet
Width of corral for maximum area: 60/3 = 20 feet


Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!



Lety%22%22=%22%22area%22%22=%22%22length%2Awidth%22=%22%22%282u%29%28x%29%22%22=%22%222ux

fencing%22%22=%22%223x%2B4u%22%22=%22%22120
                          4u%22=%22%22120-3x
                           u%22=%22%22120%2F4-3x%2F4
                           u%22=%22%2230-expr%283%2F4%29x

                          y%22%22=%22%222ux
                          y%22%22=%22%222%2830-expr%283%2F4%29x%29x%29
                         y%22%22=%22%222x%2830-expr%283%2F4%29x%29
                         y%22%22=%22%2260x-expr%283%2F2%29x
                         y%22%22=%22%22-expr%283%2F2%29x%2B60x

The graph of the area with respect to the width x has this graph,
which is a parabola:

graph%28200%2C200%2C-.5%2C41%2C-1%2C610%2C%28-3%2F2%29x%5E2%2B60x%29%29

The maximum value is the y-value at the vertex. We find the vertex of a
parabola by using the vertex formula for the x-coordinate of the vertex:

-b%2F2a%22%22=%22%22%28-60%5E%22%22%29%2F%282%28-3%2F2%29%29%28-60%29%2F%28-3%29%22%22=%22%2220

So the maximum area is when the width x is 20 meters and the length is 2u

                           u%22=%22%2230-expr%283%2F4%29x
                           u%22=%22%2230-expr%283%2F4%29%2820%29
                           u%22=%22%2230-15
                           u%22=%22%2215meters
                          2u%22=%22%2230meters

The two-pen corral has maximum area when its width is 20 meters and its 
length is 30 meters. [Incidentally that maximum area is the y-coordinate
of the vertex, which you can get by substitution and finding y. It's 600 m². 

Edwin