document.write( "Question 950156: If Mr. Sanchez has 16 feet of fencing to put around a rectangular garden.he wants the garden to have the greatest possible area. How long should the sides of the garden be? \n" ); document.write( "
Algebra.Com's Answer #580140 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If Mr. Sanchez has 16 feet of fencing to put around a rectangular garden.he wants the garden to have the greatest possible area. How long should the sides of the garden be? \n" ); document.write( "*** \n" ); document.write( "let x=width of garden \n" ); document.write( "let y=length of garden \n" ); document.write( "2x+2y=perimeter=16 \n" ); document.write( "2y=16-2x \n" ); document.write( "y=8-x \n" ); document.write( "area=x*y=x(8-x)=8x-x^2 \n" ); document.write( "area=-x^2+8x \n" ); document.write( "complete the square: \n" ); document.write( "A(x)=-(x^2-8x+16)+16 \n" ); document.write( "A(x)=-(x-4)^2+16 \n" ); document.write( "this is an equation of a parabola that opens down with vertex at (4,16) \n" ); document.write( "maximum area of the garden of 16 sq ft occurs when: \n" ); document.write( "width=4 ft \n" ); document.write( "length=4 ft \n" ); document.write( "a square \n" ); document.write( " \n" ); document.write( " |