document.write( "Question 274963: the diagonal of a rectangle is 10 inches long. If the width of the rectangle is 5 inches, find its length. \n" ); document.write( "
Algebra.Com's Answer #200636 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
YOU HAVE A RIGHT TRINAGLE WITH AN HYPOTENUS=10 & THE WIDTH=5.
\n" ); document.write( "A^2+B^2=C^2
\n" ); document.write( "5^2+B^2=10^2
\n" ); document.write( "25+B^2=100
\n" ); document.write( "B^2=100-25
\n" ); document.write( "B^2=75
\n" ); document.write( "B=SQRT75
\n" ); document.write( "B=8.66 ANS. FOR THE LENGTH.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );