document.write( "Question 857311: Find the length of the diagonal of a rectangular solid 5 inches by 6 inches by 7 inches.\r
\n" ); document.write( "\n" ); document.write( "thanks in advance! :)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #516517 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
l=length, w=width, h=height, d = diagonal
\n" ); document.write( "d = square root(l^2 +w^2 +h^2)
\n" ); document.write( "d = square root(5^2 +6^2 +7^2) = 10.49 inches
\n" ); document.write( "
\n" ); document.write( "
\n" );