document.write( "Question 42113: The perimeter of a rectangle is 420 inches. The width is 4 inches less than the length. What is the length of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #27243 by psbhowmick(878)\"\" \"About 
You can put this solution on YOUR website!
Let length = x inches.
\n" ); document.write( "Then, width = (x - 4) inches.
\n" ); document.write( "Thus perimeter = 2(Length + Width) = 2(x + (x - 4)) = 2(2x - 4) = 4(x - 2) inches.
\n" ); document.write( "But it is given that perimeter = 420 inches.
\n" ); document.write( "So 4(x - 2) = 420
\n" ); document.write( "or x - 2 = \"420%2F4\" = 105
\n" ); document.write( "or x = 105 + 2 = 107.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hence, reqd. length is 107 inches.
\n" ); document.write( "
\n" );