document.write( "Question 892589: The length of a certain rectangle is 3 meters more than twice its width. If the perimeter of the rectangle is 90 meters, then the width of the rectangle is \n" ); document.write( "
Algebra.Com's Answer #540637 by Jynald-(6) You can put this solution on YOUR website! let w be the width \n" ); document.write( "and 3 + w be the length\r \n" ); document.write( "\n" ); document.write( "2l + 2w = Perimeter \n" ); document.write( "2(3+w) + 2w = 90 \n" ); document.write( "6 + 2w + 2w = 90 \n" ); document.write( "4w = 90 - 6 \n" ); document.write( "4w = 84 \n" ); document.write( "4w/4 = 84/4 \n" ); document.write( "w = 21 \r \n" ); document.write( "\n" ); document.write( "solve for length \n" ); document.write( "3 + w \n" ); document.write( "3 + 21 = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "checking: \n" ); document.write( "2(24) + 2(21) = 90 \n" ); document.write( "48 + 42 = 90 \n" ); document.write( "90 = 90 \n" ); document.write( " |