document.write( "Question 181403: The length of a rectangle is 5 more than twice its width. The perimeter is 130 feet. What is the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #136006 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 5 more than twice its width. The perimeter is 130 feet. What is the area of the rectangle. \n" ); document.write( "------------------------------------------- \n" ); document.write( "Let width be \"x\" \n" ); document.write( "Then length = \"x+5\" \n" ); document.write( "----------------------------- \n" ); document.write( "Perimeter = 2(L + Q) \n" ); document.write( "130 = 2(x+5 + x) \n" ); document.write( "65 = 2x + 5 \n" ); document.write( "2x = 60 \n" ); document.write( "x = 30 (width) \n" ); document.write( "x+5 = 35 (length) \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |