document.write( "Question 53231: 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 form 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( "Thank You
\n" ); document.write( "

Algebra.Com's Answer #35498 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
P=2L+2W
\n" ); document.write( "Let the length =L
\n" ); document.write( "We only want one variable, so plug 300 in for p and solve for W (your width).
\n" ); document.write( "300=2L+2W
\n" ); document.write( "300-2L=-2L+2L+2W
\n" ); document.write( "300-2L=2W
\n" ); document.write( "(300-2L)/2=2W/2
\n" ); document.write( "300/2-2L/2=W
\n" ); document.write( "150-L=W
\n" ); document.write( "A=LW We only want one variable, so substitute the value above in for W.
\n" ); document.write( "A=L(150-L)
\n" ); document.write( "A=150L-L^2
\n" ); document.write( "A=-L^2+150L
\n" ); document.write( "A=-(L^2-150L)
\n" ); document.write( "A=-(L^2-150L+(150/2)^2)+(150/2)^2
\n" ); document.write( "A=-(L^2-150L+75^2)+75^2
\n" ); document.write( "A=-(L-75)^2+5625
\n" ); document.write( "The vertex of a parabola represents the maximum or minimum of the parabola.
\n" ); document.write( "The vertex form of a parabola is f(x)=a(x-h)^2+k where the vertex is (h,k).
\n" ); document.write( "In our case the vertex is (75,5625)
\n" ); document.write( "Our maximum L value we get from the h coordinate of our vertex=75 ft. That's our maximum length.
\n" ); document.write( "Our maximum W (width) value is 150-L=150-75=75 ft.
\n" ); document.write( "Our maximum area we get from the k value of our vertex= 5625 ft.
\n" ); document.write( "
\n" );