document.write( "Question 648854: The width of a rectangle is 4 inches shorter than its length. The perimeter of the rectangle is 488 inches. What are the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #406819 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
By definition, perimeter = 2*length + 2*width.\r
\n" ); document.write( "\n" ); document.write( "Let the length = l, then the width = l-4\r
\n" ); document.write( "\n" ); document.write( "So 2*l + 2(l-4) = 488\r
\n" ); document.write( "\n" ); document.write( "2l + 2l - 8 = 488\r
\n" ); document.write( "\n" ); document.write( "4l = 456\r
\n" ); document.write( "\n" ); document.write( "l = 114\r
\n" ); document.write( "\n" ); document.write( "w = 110
\n" ); document.write( "
\n" );