document.write( "Question 381505: Area of rectangle is 95 square feet. Length is 6 feet longer than width, find dimesions of the rectangle. Round each dimension to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #270586 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x and (x + 6) represent the width and length respectively
\n" ); document.write( "Area = l*w
\n" ); document.write( " (x + 6)x = 95ft^2
\n" ); document.write( " x^2 + 6x - 95 = 0
\n" ); document.write( " \"x+=+%28-6+%2B-+sqrt%28+416+%29%29%2F%282%29+\"
\n" ); document.write( "Tossing out the negative solution
\n" ); document.write( " x = 7.2ft, the width to the nearest tenth. Length 13.2ft (7.2ft + 6ft) \n" ); document.write( "
\n" );