document.write( "Question 873923: I need to find X in a 90 degree triangle with sides X, X+7, and 13. The hypotenuse is the side with 13. \n" ); document.write( "
Algebra.Com's Answer #527183 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I need to find X in a 90 degree triangle with sides X, X+7, and 13. The hypotenuse is the side with 13. \n" ); document.write( "Because one angle of the triangle is 90 degrees, you have a \"right triangle\". Since it is a right triangle, you can apply Pythagorean theorem: \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "where \n" ); document.write( "a, b are the legs \n" ); document.write( "and \n" ); document.write( "c is the hypotenuse \n" ); document.write( ". \n" ); document.write( "x^2 + (x+7)^2 = 13^2 \n" ); document.write( "x^2 + x^2+14x+49 = 169 \n" ); document.write( "2x^2+14x+49 =169 \n" ); document.write( "2x^2+14x-120 = 0 \n" ); document.write( "x^2+7x-60 = 0 \n" ); document.write( "(x+12)(x-5) = 0 \n" ); document.write( "x = {-12, 5} \n" ); document.write( "throw out the negative solution (extraneous) leaving \n" ); document.write( "x = 5 \n" ); document.write( " |