document.write( "Question 71236: 4) John has 300 feet of lumber to frame a rectangular patio (the perimeter of a rectangle is 2 times length plus 2 times width). He wants to maximize the area of his 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( " Show clearly the algebraic steps which prove your dimensions are the maximum area which can be obtained. Use the vertex formula to find the maximum area.\r
\n" );
document.write( "\n" );
document.write( "Answer: \r
\n" );
document.write( "\n" );
document.write( "Show work in this space.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #50952 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John has 300 feet of lumber to frame a rectangular patio (the perimeter of a rectangle is 2 times length plus 2 times width). He wants to maximize the are-1a of his 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. \n" ); document.write( "Show clearly the algebraic steps which prove your dimensions are the maximum area which can be obtained. Use the vertex formula to find the maximum area. \n" ); document.write( "====================== \n" ); document.write( "Perimeter = 2(l+w)=300 ft \n" ); document.write( "l+w=150 \n" ); document.write( "l=150-w \n" ); document.write( "Area = lw \n" ); document.write( "Area = (150-w)w \n" ); document.write( "A = -w^2 + 150w \n" ); document.write( "This is a quadratic with a= -1; b= 150 \n" ); document.write( "The vertex is at w = -b/2a = -150/-2 = 75 ft. (this is the width of the rectangle) \n" ); document.write( "l = 150-w = 150 - 75 = 75 ft (this is the length of the rectangle) \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |