document.write( "Question 384900: given a rectangle with a width of 6 units and a length of 9 units, what is the length of the diagonal of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #272421 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let c represent the length of the diagonal
\n" ); document.write( "Applying the Pythagorean theorem
\n" ); document.write( " 6^2 + 9^2 = c^2
\n" ); document.write( " 117 = c^2 (tossing out the negative solution)
\n" ); document.write( " 10.82 units = c , the length of the diagonal \n" ); document.write( "
\n" );