document.write( "Question 1001339: If the hypotenuse is 14 meters and one leg is 3 meters shorter than the other, what are the lengths of the leg \n" ); document.write( "
Algebra.Com's Answer #802539 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! shorter leg = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + (x+3)^2 = 14^2 \n" ); document.write( "2x^2 + 6x + 9 = 196 \n" ); document.write( "2x^2 + 6x - 187 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -3/2 + sqrt(383)/2 which is roughly 8.29 m. \n" ); document.write( " |