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)\"\" \"About 
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( "\"A+=+23w+-+w%5E2\"

\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, \"y+=+ax%5E2%2Bbx%2Bc\", the x-coordinate of the vertex is \"%28-b%29%2F2a\". So we will put our equation into standard form:
\n" ); document.write( "\"A+=+-w%5E2+%2B+23w\"
\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( "\"w%5Bv%5D=%28-23%29%2F2%28-1%29\"
\n" ); document.write( "which simplifies to:
\n" ); document.write( "\"w%5Bv%5D=23%2F2\"
\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( "\"A+=+-w%5E2+%2B+23w\"
\n" ); document.write( "\"A+=+-%2823%2F2%29%5E2+%2B+23%2823%2F2%29\"
\n" ); document.write( "Simplifying...
\n" ); document.write( "\"A+=+-%2823%2F2%29%5E2+%2B+23%2823%2F2%29\"
\n" ); document.write( "\"A+=+-%28529%2F4%29+%2B+%28529%2F2%29\"
\n" ); document.write( "\"A+=+-%28529%2F4%29+%2B+%281058%2F4%29\"
\n" ); document.write( "\"A+=+529%2F4\"
\n" ); document.write( "So the maximum possible area is 529/4 square meters.
\n" ); document.write( "
\n" );