document.write( "Question 391158: what is the maximum area of a rectangle with a perimeter of 100 feet \n" ); document.write( "
Algebra.Com's Answer #277475 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Many different ways to solve this.\r
\n" ); document.write( "\n" ); document.write( "Solution 1
\n" ); document.write( "----------
\n" ); document.write( "If the sides of the rectangle are x and 50-x (so that the perimeter is 100), the area is \"x%2850-x%29+=+-x%5E2+%2B+50x\", which is a parabola in terms of x. The vertex occurs at \"-b%2F2a\", or x = 25. It points downward, so x = 25 maximizes the area, so the area is 625.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solution 2
\n" ); document.write( "----------\r
\n" ); document.write( "\n" ); document.write( "Another way is finding the extrema of \"y+=+-x%5E2+%2B+50x\". We have \"dy%2Fdx+=+-2x+%2B+50\" which is equal to zero when x = 25 (this is actually where the -b/2a rule comes from).\r
\n" ); document.write( "\n" ); document.write( "Solution 3
\n" ); document.write( "----------\r
\n" ); document.write( "\n" ); document.write( "Yet another way comes from an unusual theorem: AM-GM inequality. Suppose we have two terms \"a%5B1%5D+=+x\" and \"a%5B2%5D+=+50-x\". Then by AM-GM,\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28a%5B1%5D+%2B+a%5B2%5D%29%2F2+%3E=+sqrt%28a%5B1%5Da%5B2%5D%29\" Since \"a%5B1%5D+%2B+a%5B2%5D+=+50\", \"50%2F2+=+25\",\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"25+%3E=+sqrt%28a%5B1%5Da%5B2%5D%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"625+%3E=+a%5B1%5Da%5B2%5D\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The AM-GM inequality says the equality occurs if and only if all the \"a%5Bi%5D\"'s are equal, that is, \"a%5B1%5D+=+a%5B2%5D+=+25\", and the optimal area is 625.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It's pretty rare you'll see a solution like the last one. However AM-GM can be used to prove many similar theorems, i.e. proving that the rectangular solid of fixed surface area that has maximum volume is a cube.
\n" ); document.write( "
\n" );