document.write( "Question 753183: The perimeter of a rectangle is four more than the area of the rectangle. Find the area of the rectangle, if its width is 1 cm. \n" ); document.write( "
Algebra.Com's Answer #458255 by malglu(63)![]() ![]() ![]() You can put this solution on YOUR website! let x be the width and y the length \n" ); document.write( "xy is the area \n" ); document.write( "2x +2y is the perimeter\r \n" ); document.write( "\n" ); document.write( "you are told that 2x+2y = xy+4 (the perimeter = area +4)\r \n" ); document.write( "\n" ); document.write( "now change all the x to 1 (you are told the width is one) \n" ); document.write( "2+2y = y+4 \n" ); document.write( "rearrange to get \n" ); document.write( "y=2\r \n" ); document.write( "\n" ); document.write( "so the area is 2cm squared (2 *1) \n" ); document.write( " |