document.write( "Question 1031354: Suppose one leg and the hypotenuse of a right triangle are consecutive integers. Find the length of the leg and hypotenuse if the other leg is of length 7cm. \n" ); document.write( "
Algebra.Com's Answer #646064 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose one leg and the hypotenuse of a right triangle are consecutive integers. Find the length of the leg and hypotenuse if the other leg is of length 7cm. \n" ); document.write( "------ \n" ); document.write( "leg:: x \n" ); document.write( "hypot:: 2x \n" ); document.write( "leg:: 7 cm \n" ); document.write( "-------------------- \n" ); document.write( "(2x)^2 = x^2 + 49 \n" ); document.write( "3x^2 = 49 \n" ); document.write( "x^2 = 49/3 \n" ); document.write( "x = 7/sqrt(3) = (7/3)sqrt(3) cm \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |