document.write( "Question 33604: the lenghts of the legs of a right triangle are 7 and 24. Find the lenght of the hypotenuse \n" ); document.write( "
Algebra.Com's Answer #19994 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! use the theorm we all know! \n" ); document.write( "c^2=a^2+b^2 where c is the lenght of hypontenuse and the legs are a and b \n" ); document.write( "c^2=(7)^2+(24)^2 \n" ); document.write( "c^2=49+576 \n" ); document.write( "c^2=625 \n" ); document.write( "the hypontenuse is 25 units long \n" ); document.write( " |