document.write( "Question 134500: Find the maximum area A of a rectangle whose dimensions are x and 800-2x units. \n" ); document.write( "
Algebra.Com's Answer #98380 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The rectangle with maximum area is a square. \n" ); document.write( "x=800-2x \n" ); document.write( "3x=800 \n" ); document.write( "x=800/3 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |