document.write( "Question 762635: the length of a rectangle is 8 inches more than the width. The perimeter is 36 inches. What are the length and width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #464147 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = x + 8 \n" ); document.write( "Perimeter = 2*length + 2*width \n" ); document.write( " 36ins = 2(x + 8) + 2(x) \n" ); document.write( " 36ins = 2x + 16 + 2x \n" ); document.write( " 36 - 16 = 4x \n" ); document.write( " 4x = 20 \n" ); document.write( " x = 5 \n" ); document.write( "Width = 5ins \n" ); document.write( "Length = 13ins \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |