document.write( "Question 276589: Find the maximum area of a rectangle with a perimeter of 216 \n" ); document.write( "
Algebra.Com's Answer #201543 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! the max area would be a square. \n" ); document.write( "216/4=54 per side \n" ); document.write( "A=54^2 \n" ); document.write( " |