document.write( "Question 668845: Fred wants to construct a rectangular chook pen, using a barn for one of the sides (length). the other sides will be constructed using only 80 metres of chicken wire. How long and how wide should the pen be to enclose as much land as possible (write an algebraic function that will determine the area of the pen in terms of its width and use it to find the answer).\r
\n" ); document.write( "\n" ); document.write( "I have currently worked out that the three sides will equal;
\n" ); document.write( "width (x2)= 20m
\n" ); document.write( "length (x1)= 40m
\n" ); document.write( "area= 800m^2\r
\n" ); document.write( "\n" ); document.write( "If i could please have some help working out the algebraic function and the solution. \r
\n" ); document.write( "\n" ); document.write( "thankyou very much!
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #415895 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Fred wants to construct a rectangular chook pen, using a barn for one of the sides (length). the other sides will be constructed using only 80 metres of chicken wire. How long and how wide should the pen be to enclose as much land as possible (write an algebraic function that will determine the area of the pen in terms of its width and use it to find the answer).
\n" ); document.write( "**
\n" ); document.write( "let x=length
\n" ); document.write( "y=width
\n" ); document.write( "x+2y=80
\n" ); document.write( "2y=80-x
\n" ); document.write( "y=(80-x)/2
\n" ); document.write( "..
\n" ); document.write( "Area=f(A)=length*width=xy
\n" ); document.write( "=x(80-x)/2
\n" ); document.write( "=(80x-x^2)/2
\n" ); document.write( "f(A)=-1/2(x^2-80x)
\n" ); document.write( "complete the square
\n" ); document.write( "f(A)=-1/2(x^2-80x+1600)+800
\n" ); document.write( "f(A)=-1/2(x-40)^2)+800
\n" ); document.write( "This is an equation of a parabola that opens downward with a maximum of 800 at x=40
\n" ); document.write( "x=40
\n" ); document.write( "y=(80-x)/2=20
\n" ); document.write( "to enclose as much land as possible:
\n" ); document.write( "length=40 metres
\n" ); document.write( "width=20 metres
\n" ); document.write( "
\n" );