document.write( "Question 798669: the perimeter of the rectangle is 60 inches the length is 8 inches greater than width what is width and length \n" ); document.write( "
Algebra.Com's Answer #482407 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = 8 + x \n" ); document.write( "Perimeter = 2*width + 2*length \n" ); document.write( "60 = 2(x) + 2(8 + x) \n" ); document.write( "60 = 2x + 16 + 2x \n" ); document.write( "4x = 60 - 16 \n" ); document.write( "4x = 44 \n" ); document.write( "x = 11 \n" ); document.write( "Width = 11 inches \n" ); document.write( "Length = 19 inches \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |