document.write( "Question 863837: the length of a rectangle is 4 feet more than the width. the area of the rectangle is 32 square feet. find the length and width. round your answer to the nearest tenth of a foot \n" ); document.write( "
Algebra.Com's Answer #520638 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "A = Lw = (w+4)w = 32 ft^2
\n" ); document.write( " w^2 + 4w -32 = 0
\n" ); document.write( " (w + 8)(w-4) = 0 (Tossing out the negative solution for unit measure)
\n" ); document.write( " w = 4ft and L = 8ft \n" ); document.write( "
\n" );