document.write( "Question 37623: A right triangle has one leg that is 7 centimeters. The hypotenuse is 25 centimeters. Find the length of the other leg. \n" ); document.write( "
Algebra.Com's Answer #23219 by jessicaherndon(6)![]() ![]() You can put this solution on YOUR website! pythagorean thyorem: \n" ); document.write( "asquared + bsquared= csquared \n" ); document.write( "asquared + 7squared= 25 squared \n" ); document.write( "asquared + 49 = 625 \n" ); document.write( "asquared = 576 \n" ); document.write( "(take sqaure root of 576) \n" ); document.write( "a = 24 \n" ); document.write( " |