document.write( "Question 522162: what is the maximum possible area in square inches of a rectangle with a perimeter of 20 inches? \n" ); document.write( "
Algebra.Com's Answer #346719 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
what is the maximum possible area in square inches of a rectangle with a perimeter of 20 inches?
\n" ); document.write( "===================================
\n" ); document.write( "Given: P = 2l + 2w = 20
\n" ); document.write( "Solve for l in terms of w:
\n" ); document.write( "l + w = 10 -> w = 10 - l
\n" ); document.write( "The area of the rectangle is:
\n" ); document.write( "A = l*w = l(10-l)
\n" ); document.write( "The area will be a maximum where dA/dl = 0
\n" ); document.write( "dA/dl = 0 = 10 - 2l
\n" ); document.write( "This gives l = 5
\n" ); document.write( "Therefore, the maximum area = 5*5 = 25 sq. in.
\n" ); document.write( "
\n" ); document.write( "
\n" );