document.write( "Question 7183: The perimeter of a rectangle is 52 inches. If the length of the rectangle is 2 inches more than twice its width, what are the demensions of the rectangle. Can you show me the operation to solve? \n" ); document.write( "
Algebra.Com's Answer #4372 by CharStar(110)![]() ![]() ![]() You can put this solution on YOUR website! The formula for a rectangle is P=2(length+width) \n" ); document.write( "W=x \n" ); document.write( "L=2+w\r \n" ); document.write( "\n" ); document.write( "52=2(w+w+2)\r \n" ); document.write( "\n" ); document.write( "52=2w+2w+4 Subtract 4 from both sides and add the 2w + 2w \n" ); document.write( "48=4W \n" ); document.write( "12=W \n" ); document.write( "Width = 12 \n" ); document.write( "Length = 14 \n" ); document.write( "Check you answer \r \n" ); document.write( "\n" ); document.write( "p=2(12+14) \n" ); document.write( "P=24+28 \n" ); document.write( "Perimeter is 52\r \n" ); document.write( "\n" ); document.write( "I hope that helps you. \n" ); document.write( " |