document.write( "Question 790935: The width of a rectangle is 7 inches less than the length. The perimeter is 58 inches. Find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #479378 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Length = x
\n" ); document.write( "Width = x - 7
\n" ); document.write( "Perimeter = 2* length + 2* width
\n" ); document.write( "58 = 2x + 2(x - 7)
\n" ); document.write( "58 = 2x + 2x - 14
\n" ); document.write( "4x = 58 + 14
\n" ); document.write( "4x = 72
\n" ); document.write( "x = 18
\n" ); document.write( "Length = 18 inches
\n" ); document.write( "Width = 11 inches.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" ); document.write( "
\n" );