SOLUTION: a rancher has 1000m of fencing to create 6 rectangular corrals of equal area. What is the maxmum total area and what are the dimensions of the enclosed area? (there is a diagram th

Algebra ->  Rectangles -> SOLUTION: a rancher has 1000m of fencing to create 6 rectangular corrals of equal area. What is the maxmum total area and what are the dimensions of the enclosed area? (there is a diagram th      Log On


   



Question 190118: a rancher has 1000m of fencing to create 6 rectangular corrals of equal area. What is the maxmum total area and what are the dimensions of the enclosed area? (there is a diagram that has a rectangle with length=x and width=y and there are intesecting lines inbetween)
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
a rancher has 1000m of fencing to create 6 rectangular corrals of equal area.
What is the maxmum total area and what are the dimensions of the enclosed area?
(there is a diagram that has a rectangle with length=x and width=y and there
are intersecting lines in between)
:
I picture this as having two layers of 3 rectangles inside a rectangle x by y
This would give you 3 lengths and 4 widths, therefore:
3x + 4y = 1000
4y = 1000 - 3x
y = 1000%2F4 - 3%2F4x
y = 250 - .75x
:
Area = x * y
substitute (250-.75x) for y:
A = x(250-.75x)
A = 250x - .75x^2
Written as a quadratic equation:
A = -.75x^2 + 250x
:
Maximum area occurs at the axis of symmetry. Use x = %28-b%29%2F%282%2Aa%29 to find this.
In this equation a=-.75, b = 250
x = %28-250%29%2F%282%2A-.75%29
x = %28-250%29%2F%28-1.5%29
x = +1662%2F3 meters is the length
:
Find the width:
y = 250 - .75(166.67)
y = 125 meters is the width
:
This would give a max area of 166.67 * 125 = 20,8331%2F3 sq/meters