document.write( "Question 1491: find the length and width of a rectangle having a perimeter of 200 meteres that will maximize its area. \n" ); document.write( "
Algebra.Com's Answer #523 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
Let L& W be the length & width of the rectangle.
\n" ); document.write( " The perimeter = 2(L+W) = 200, so L+W =100 or W = 100 -L
\n" ); document.write( " Its area = LW = L(100 -L) = 100 L - L^2
\n" ); document.write( " = - (L^2 - 100 L + (100/2)^2) + (100/2)^2 [Complete square]
\n" ); document.write( " = 2500 - (L -50)^2\r
\n" ); document.write( "\n" ); document.write( " We see that when L= 50,the area has the maximum value 2500.
\n" ); document.write( " Also, when L = 50,W = 100 -50 = 50.\r
\n" ); document.write( "\n" ); document.write( " Answer: when L= 50,and W = 50, we attain the maximum area 2500.
\n" ); document.write( "
\n" );