document.write( "Question 612626: one leg of a right triangle measures three inches less than the other leg. find the length of both legs if the hypotenuse is 4 inches long \n" ); document.write( "
Algebra.Com's Answer #385632 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! one leg of a right triangle measures three inches less than the other leg. find the length of both legs if the hypotenuse is 4 inches long \n" ); document.write( ". \n" ); document.write( "Let x = longer leg \n" ); document.write( "then \n" ); document.write( "x-3 = shorter leg \n" ); document.write( ". \n" ); document.write( "applying Pythagorean theorem: \n" ); document.write( "x^2 + (x-3)^2 = 4^2 \n" ); document.write( "x^2 + (x-3)(x-3) = 16 \n" ); document.write( "x^2 + x^2-6x+9 = 16 \n" ); document.write( "2x^2-6x+9 = 16 \n" ); document.write( "2x^2-6x-7 = 0 \n" ); document.write( "applying the \"quadratic formula\" yields: \n" ); document.write( "x = {3.9, -0.9} \n" ); document.write( "throw out the negative solution (extraneous) leaving \n" ); document.write( "x = 3.9 inches (longer leg) \n" ); document.write( ". \n" ); document.write( "shorter leg: \n" ); document.write( "x-3 = 3.9-3 = .9 inches \n" ); document.write( ". \n" ); document.write( "answer: 3.9 inches and .9 inches \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "details of quadratic formula follows: \n" ); document.write( "
|