document.write( "Question 1033029: One leg of a right triangle is one half as long as the other leg. The hypotension is 8 meters long. Find the exact length of each leg of the triangle. \n" ); document.write( "
Algebra.Com's Answer #647652 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the short leg. The long leg is 2x. And our right triangle is such that: \n" ); document.write( "x^2+(2x)^2=8^2 \n" ); document.write( "x^2+4x^2=64 \n" ); document.write( "5x^2=64 \n" ); document.write( "x=sqrt (64/5)= approximately 3.58 meters for the short leg, 7.16 meters for the long leg....... \n" ); document.write( " |