document.write( "Question 713879: a rectangle has an area of 20 square inches and a perimeter of 18 inches, what are the dimensions \n" ); document.write( "
Algebra.Com's Answer #438602 by BGutridge(15)![]() ![]() ![]() You can put this solution on YOUR website! A=20 P=18 \n" ); document.write( "Since the area of a rectangle is LW and the perimeter is 2L+2W, this becomes a system of equations... \n" ); document.write( "LW=20 \n" ); document.write( "2L+2W=18\r \n" ); document.write( "\n" ); document.write( "2L+2W=18 is the same as saying 2(L+W)=18, then dividing both sides by 2 leaves L+W=9. What 2 numbers multiply to 20 and add to 9? 5 and 4 \n" ); document.write( " |