document.write( "Question 828224: The perimeter of a rectangular flower garden is 46 m. Find its maximum area.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #499182 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! The general formula for perimeter of a rectangle is: \n" ); document.write( "P = 2l + 2w \n" ); document.write( "where \"l\" is the length and \"w\" is the width. For our rectangle the equation is: \n" ); document.write( "46 = 2l + 2w \n" ); document.write( "Now we will take a moment to solve our perimeter equation for l. Subtracting 2w we get: \n" ); document.write( "46 - 2w = 2l \n" ); document.write( "Dividing by 2 we get: \n" ); document.write( "23 - w = l \n" ); document.write( "The general formula for area of a rectangle is: \n" ); document.write( "A = l*w \n" ); document.write( "We solving the perimeter equation for l so we could substitute in for l in the area formula: \n" ); document.write( "A = (23 - w)*w \n" ); document.write( "Simplifying we get: \n" ); document.write( " \n" ); document.write( "The graph of this equation will be a parabola which opens downward (because of the \"-\" in front of the squared term). Its maximum area will be at the vertex of this parabola. So our task is to find the vertex of the parabola. \n" ); document.write( "When a quadratic is in standard form, \n" ); document.write( " \n" ); document.write( "with the \"w\" playing the role of \"x\" and the \"A\" being the \"y\". Now we can find the w-coordinate of the vertex: \n" ); document.write( " \n" ); document.write( "which simplifies to: \n" ); document.write( " \n" ); document.write( "This is the width that creates the maximum area. It is not the maximum area. For that we have to put 23/2 in for the w in: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Simplifying... \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the maximum possible area is 529/4 square meters. \n" ); document.write( " |