document.write( "Question 347859: One leg of a right triangle is twice as long as the other. Write the length of the hypotenuse as a function of the length of the shorter leg. \n" ); document.write( "
Algebra.Com's Answer #248702 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one leg be x \n" ); document.write( "other leg = 2x \n" ); document.write( "hypotenuse = sqrt(x^2 + (2x)^2) \n" ); document.write( "= sqrt 5x^2 \n" ); document.write( "= xsqrt5 \n" ); document.write( " |