document.write( "Question 217813: find the maximum area of a rectangle with a perimeter of 54 cenimeters \n" ); document.write( "
Algebra.Com's Answer #164152 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
a square is always max.
\n" ); document.write( "54/4=13.5
\n" ); document.write( "A=lw
\n" ); document.write( "A=13.5*13.5
\n" ); document.write( "A=182.25 sq cm
\n" ); document.write( "
\n" );