document.write( "Question 166708: Find the dimensions of a rectangle (a) with the greatest area whose perimeter is 30 feet. \n" ); document.write( "
Algebra.Com's Answer #122851 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find the dimensions of a rectangle (a) with the greatest area whose perimeter is 30 feet.
\n" ); document.write( "Area = Length * Width
\n" ); document.write( "Perimeter = 2L + 2W = 30
\n" ); document.write( "------------------
\n" ); document.write( "L+W = 15
\n" ); document.write( "W = 15-L
\n" ); document.write( "Area = L*W = L*(15-L)
\n" ); document.write( "A = 15L - L^2
\n" ); document.write( "To find the maximum, set the 1st derivative to zero
\n" ); document.write( "15 - 2L = 0
\n" ); document.write( "L = 7.5
\n" ); document.write( "W = 7.5
\n" ); document.write( "The max area for a rectangle is a square, always. The max area for a given perimeter is a circle.
\n" ); document.write( "
\n" );