document.write( "Question 254730: a triangle has a hypotenuse of 25 inches, its height is 12 inches, what is the perimeter of the triangle? \n" ); document.write( "
Algebra.Com's Answer #187050 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a triangle has a hypotenuse of 25 inches, its height is 12 inches, what is the perimeter of the triangle? \n" ); document.write( "------------------------------- \n" ); document.write( "Let the width be \"w\". \n" ); document.write( "Equation: \n" ); document.write( "25^2 = 12^2 + w^2 \n" ); document.write( "625 = 144 + w^2 \n" ); document.write( "w^2 = 481 \n" ); document.write( "w = 21.93 inches \n" ); document.write( "----------------------- \n" ); document.write( "Perimeter = 2(length + width) \n" ); document.write( "P = 2(25 + 21.93) \n" ); document.write( "P = 93.86 inches \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |