document.write( "Question 820926: the length of a rectangle is 5 more than the width. if the perimeter is 42 ft, what are the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #493764 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "the length of a rectangle is 5 more than the width \"green%28x%29\". length is ((x+5)
\n" ); document.write( "if the perimeter is 42 ft, what are the dimensions of the rectangle.
\n" ); document.write( "
\n" ); document.write( " P = 2(x+5) + 2x = 42ft
\n" ); document.write( " 2x + 10 + 2x = 42ft
\n" ); document.write( " 4x = 32ft
\n" ); document.write( " x = 8ft, the width. The length is 13ft
\n" ); document.write( "CHECKING our answer***
\n" ); document.write( " 26ft + 16ft = 42ft \n" ); document.write( "
\n" );