document.write( "Question 419440: Suppose you have 80 ft of fence to enclose a rectangular garden.The function A=40x-x^2 gives you the area of the gardne in square feet where x is the width in feet.
\n" );
document.write( "a. What width,x, gives you the maximum garden area?
\n" );
document.write( "b. what is the maximum area? \n" );
document.write( "
Algebra.Com's Answer #293329 by Gogonati(855)![]() ![]() You can put this solution on YOUR website! Since the width of rectangular is x ft the length of this rectangle is ( 80-2x)/2 \n" ); document.write( "and the enclosed area is x(80-2x)/2=40x-x^2. A=40x-x^2 is an downward parabola and the value y of its vertex is the maximum area. \n" ); document.write( " A=-x^2+40x the coordinate x=-b/2a=-40/-2=20 and the A=-20^2+40(20)=400.\r \n" ); document.write( "\n" ); document.write( "Answer: The maximum enclosed area is 400 sft. \n" ); document.write( " |