document.write( "Question 191814: An architect is designing an atrium for a hotel. The atrium is to be rectangular with a perimeter of 720ft of brass piping. What dimensions will maximize the area of the atrium? \n" ); document.write( "
Algebra.Com's Answer #143939 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
The perimeter of a rectangle is given by:
\n" ); document.write( "\"P+=+2%28L%2BW%29\" and this is equal to 720. so...
\n" ); document.write( "\"2%28L%2BW%29+=+720\" Divide both sides by 2 to get:
\n" ); document.write( "\"L%2BW+=+360\" which can be written as:
\n" ); document.write( "\"L+=+360-W\"
\n" ); document.write( "The area of a rectangle is given by:
\n" ); document.write( "\"A+=+L%2AW\" Substitute \"L+=+360-W\" to get:
\n" ); document.write( "\"A+=+%28360-W%29%2AW\" Simplify.
\n" ); document.write( "\"A+=+360W-W%5E2\" Now you have a quadratic equation:
\n" ); document.write( "\"-W%5E2%2B360W+=+A\" When graphed, this will show a parabola opening downwards so there will be a maximum point on the curve and this occurs at the vertex of the parabola. To find the value of W that corresponds to this point, use \"W+=+%28-b%29%2F2a\" where a = -1 and b = 360.
\n" ); document.write( "\"W+=+%28-360%29%2F2%28-1%29\"
\n" ); document.write( "\"W+=+180\"
\n" ); document.write( "So the maximum area is obtained when W = 180ft. and L = 180ft.
\n" ); document.write( "This should come as no surprise as it is well-known that the maximum area of a rectangle enclosed by a given perimeter is, in fact a square.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "\"P+=+2%28L%2BW%29\" Substitute L = 180 and W = 180
\n" ); document.write( "\"P+=+2%28180%2B180%29\"
\n" ); document.write( "\"P+=+2%28360%29\"
\n" ); document.write( "\"P+=+720\" ...the given perimeter.
\n" ); document.write( "
\n" ); document.write( "
\n" );