document.write( "Question 1153651: How to calculate the maximum area of rectangle give the fixed perimeter of 24. \n" ); document.write( "
Algebra.Com's Answer #775907 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
length is x and width is 12-x, and that gives half perimeter of 12
\n" ); document.write( "area is x(12-x)
\n" ); document.write( "maximize their product, which is 12x-x^2
\n" ); document.write( "the vertex is at -b/2a or -12/-2 or x=6
\n" ); document.write( "12-x=6
\n" ); document.write( "This is a square with area 36 sq units\r
\n" ); document.write( "\n" ); document.write( "Calculus gets the same answer.
\n" ); document.write( "
\n" );