document.write( "Question 1085521: A petting zoo is working to construct a rectangular pen. The pen will have 1 partition to create separate spaces for goats and pigs. The petting zoo has 1000 feet of fencing to use.
\n" ); document.write( "a. Write an area function (A(x)) that gives the area of the enclosure as a function of the length of a partition, x.
\n" ); document.write( "b. Find the dimensions of the pen that will provide the greatest area.
\n" ); document.write( "c. What is the maximum area that can be enclosed?
\n" ); document.write( "

Algebra.Com's Answer #699609 by josgarithmetic(39631)\"\" \"About 
You can put this solution on YOUR website!
x, a dimension of the whole pen
\n" ); document.write( "y, other dimension of the whole pen\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Total fence length 1000 feet, and choosing x as the length of the one partition piece, for making two enclosures,
\n" ); document.write( "\"system%283x%2B2y=1000%2CA=xy%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2y=-3x%2B1000\"
\n" ); document.write( "\"y=%281000-3x%29%2F2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"A=x%281000-3x%29%2F2\"
\n" ); document.write( "\"highlight_green%28A%28x%29=%281%2F2%29x%281000-3x%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A(x) would be a parabolic function, with vertex as a maximum. This x value for maximum will occur in the exact middle of the two zeros of A.
\n" ); document.write( "\"%281%2F2%29x%281000-3x%29=0\", to find the two zeros.
\n" ); document.write( "\"x%281000-3x%29=0\"
\n" ); document.write( "\"1000-3x=0\"
\n" ); document.write( "\"1000=3x\"
\n" ); document.write( "\"x=1000%2F3=333%261%2F3\"
\n" ); document.write( "and the other zero is
\n" ); document.write( "\"x=0\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Maximum A will be at \"x=1000%2F%282%2A3%29=highlight_green%28166%262%2F3%29\", feet.
\n" ); document.write( "
\n" );