document.write( "Question 37614: 400 feet of lumber to frame a rectangular patio (the perimeter of a rectangle is 2 times length plus 2 times width). She wants to maximize the area of her patio (area of a rectangle is length times width). What should the dimensions of the patio be, and show how the maximum area of the patio is calculated from the algebraic equation.\r
\n" );
document.write( "\n" );
document.write( "Answer: \n" );
document.write( "
Algebra.Com's Answer #23212 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Amanda has 400 feet of lumber to frame a \n" ); document.write( "rectangular patio (the perimeter of a rectangle is 2 \n" ); document.write( "times length plus 2 times width). She wants to \n" ); document.write( "maximize the area of her patio (area of a rectangle is \n" ); document.write( "length times width). What should the dimensions of the \n" ); document.write( "patio be, and show how the maximum area of the patio \n" ); document.write( "is calculated from the algebraic equation. \n" ); document.write( "Answer: \n" ); document.write( "IF L AND B ARE DIMENSIONS WE HAVE \n" ); document.write( "PERIMETER=2(L+B)=400.....OR.....L+B=200..OR......B=200-L.................I \n" ); document.write( "AREA=A \n" ); document.write( "=LB=L(200-L)=200L-L^2=-{L^2-200L}=-{(L^2)-2(L)(100)+100^2-100^2} \n" ); document.write( "A=10000-(L-100)^2 \n" ); document.write( "(L-100)^2 BEING PERFECT SQUARE,ITS MINIMUM VALUE IS \n" ); document.write( "ZERO. \n" ); document.write( "HENCE AREA IS MAXIMUM WHEN L-100 IS ZERO,OR WHEN L=100 \n" ); document.write( "AND THEN THE MAXIMUM AREA WOULD BE \n" ); document.write( "A-MAX.=10000-0=10000 \n" ); document.write( "DIMENSIONS ARE 100*100 \n" ); document.write( " |