document.write( "Question 812207: A gardener is putting a wire fence along the edge of his garden to keep animals from eating his plants. If he has 20 meters of fence what is the largest rectangular area he can enclose? \n" ); document.write( "
Algebra.Com's Answer #489300 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A gardener is putting a wire fence along the edge of his garden to keep animals from eating his plants. If he has 20 meters of fence what is the largest rectangular area he can enclose?
\n" ); document.write( "***
\n" ); document.write( "let x=length of rectangular area
\n" ); document.write( "20-x=width of rectangular area
\n" ); document.write( "Area=length*width
\n" ); document.write( "A=x(20-x)=20x-x^2
\n" ); document.write( "complete the square
\n" ); document.write( "A=-(x^2-20x+100)+100
\n" ); document.write( "A=-(x-10)^2+100
\n" ); document.write( "This is an equation of a parabola that opens down with maximum at (10,100)
\n" ); document.write( "largest rectangular area gardener can enclose=100 m^2
\n" ); document.write( "
\n" );