document.write( "Question 390634: The length of a rectangle is 7 feet more than its width. The length of a diagonal of the rectangle is 9 feet more than the width. By algebraic methods find the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #277025 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let w ,(w+7ft),(w+9ft)represent the width,length and diagonal respectively
\n" ); document.write( "Using the Pytahgorean Theorem
\n" ); document.write( " w^2 + (w+7)^2 = (w+9)^2
\n" ); document.write( " w^2 + w^2 + 14w + 49 = w^2 + 18w + 81
\n" ); document.write( " w^2 -4w - 32 = 0
\n" ); document.write( "factoring
\n" ); document.write( " (w-8)(w+4) = 0
\n" ); document.write( " (w+4) = 0
\n" ); document.write( " w = -4 Tossing out negative solution for length
\n" ); document.write( " (w-8) = 0
\n" ); document.write( " w = 8ft, the width of the rectangle (length=15ft, diagonal=17ft)\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer
\n" ); document.write( " 64 + 225 = 289 \n" ); document.write( "
\n" );