document.write( "Question 1166998: Horatio, a local farmer and part time magician, wants to create a rectangular compound for his chickens using wire fencing. Furthermore, he needs to divide the compound into two rectangular pens, to separate the roosters from the hens, by installing a dividing fence in the middle. He has 450 meters of fence. Determine the dimensions maximizing the enclosed area. What is the maximum area? \n" ); document.write( "
Algebra.Com's Answer #791558 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
he needs to divide the compound into two rectangular pens, to separate the roosters from the hens, by installing a dividing fence in the middle.
\n" ); document.write( " He has 450 meters of fence.
\n" ); document.write( " Determine the dimensions maximizing the enclosed area.
\n" ); document.write( "let L = the length of the compound
\n" ); document.write( "Let w = the width
\n" ); document.write( ":
\n" ); document.write( "2L + 3w = 450, w has two sides and the dividing fence
\n" ); document.write( "2L = (450-3w)
\n" ); document.write( "divide by 2
\n" ); document.write( "L = (225-1.5w)
\n" ); document.write( ":
\n" ); document.write( "A = L * w
\n" ); document.write( "Replace L with (225-1.5w)
\n" ); document.write( "A = w(225-1.5w)
\n" ); document.write( "A = 225w - 1.5w^2
\n" ); document.write( "a quadratic equation
\n" ); document.write( "-1.5w^2 + 225w = 0
\n" ); document.write( "max area occurs on the axis of symmetry, x=-b/(2a), which is
\n" ); document.write( "w = \"%28-225%29%2F%282%2A-1.5%29\"
\n" ); document.write( "w = 75 ft is the width of max area
\n" ); document.write( "then
\n" ); document.write( "L = 225 - 1.5(75)
\n" ); document.write( "L = 225 - 112.5
\n" ); document.write( "L = 112.5 ft is the length of max area
\n" ); document.write( ":
\n" ); document.write( " What is the maximum area?
\n" ); document.write( "112.5 * 75 = 8,437.5 sq/ft
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );