document.write( "Question 3080: What is the formula to calculate the length of the diagnal side of a right angle triangle if the other 2 dimensions are known? \n" ); document.write( "
Algebra.Com's Answer #1308 by thechamp1011(19)\"\" \"About 
You can put this solution on YOUR website!
Use the pythegorean theorem to solve the length of the diagonal side of a right triangle if the other two side of the triagle is know.\r
\n" ); document.write( "\n" ); document.write( "EX# Draw a right triangle and assume the diagonal is AC (unknown)
\n" ); document.write( "and the two sides known are AB=2 and BC=3\r
\n" ); document.write( "\n" ); document.write( "Using the pythegorean theorem: AB^2+BC^2=AC^2
\n" ); document.write( " 2^2+3^2=AC^2
\n" ); document.write( " 4+9=AC^2
\n" ); document.write( " 13=AC^2
\n" ); document.write( " Therefore, AC=3.61.....by taking the sqrt(13)
\n" ); document.write( "
\n" );