document.write( "Question 286475: If the legs of a right Triangle measures 10 inches and 24 inches, what is the length, in inches, of the hypotenuse? \n" ); document.write( "
Algebra.Com's Answer #207774 by texttutoring(324) You can put this solution on YOUR website! I assume you meant right Triangle. If so, just use the Pythagorean theorem:\r \n" ); document.write( "\n" ); document.write( "a^2 + b^2 = c^2\r \n" ); document.write( "\n" ); document.write( "Where a and b are the legs of the right triangle, and c is the hypotneuse.\r \n" ); document.write( "\n" ); document.write( "10^2 + 24^2 = c^2 \n" ); document.write( "100 + 576 = c^2 \n" ); document.write( "676 = c^2\r \n" ); document.write( "\n" ); document.write( "Take the square root of both sides to get:\r \n" ); document.write( "\n" ); document.write( "c = 26 \n" ); document.write( " |