document.write( "Question 37878: In a right triangle, if the legs are x feet and 3x+3 feet, and the hypotenuse is 25 feet, then solve for x by using the quadratic formula. \n" ); document.write( "
Algebra.Com's Answer #23406 by fractalier(6550) You can put this solution on YOUR website! The Pythagorean Theorem is \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "If we substitute in we have \n" ); document.write( "x^2 + (3x + 3)^2 = 25^2 and \n" ); document.write( "x^2 + 9x^2 + 18x + 9 = 625 \n" ); document.write( "10x^2 + 18x - 616 = 0 \n" ); document.write( "5x^2 + 9x - 308 = 0 \n" ); document.write( "(5x + 44)(x - 7) = 0 \n" ); document.write( "x = -44/5 or x = 7 \n" ); document.write( "Since distance can't be negative, \n" ); document.write( "x = 7 \n" ); document.write( " |