document.write( "Question 908547: A gardener is fencing off a rectangular area with a fixed perimeter of 44 ft. What is the maximum area? \n" ); document.write( "
Algebra.Com's Answer #551116 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A gardener is fencing off a rectangular area with a fixed perimeter of 44 ft. What is the maximum area?
\n" ); document.write( "***
\n" ); document.write( "let x=width
\n" ); document.write( "length=44-2x
\n" ); document.write( "area=x(44-2x)
\n" ); document.write( "=-4x^2+44x
\n" ); document.write( "complete the square:
\n" ); document.write( "-4(x^2-11x+121/4)+121
\n" ); document.write( "-4(x-11/2)^2+121
\n" ); document.write( "This is an equation of a parabola that opens upward with vertex at(11/2,121)
\n" ); document.write( "maximum area=121 sq ft
\n" ); document.write( "
\n" );