document.write( "Question 37872: I need help with a homework problem i am having problems with.
\n" );
document.write( "The hypotenuse of a right triangle is 2.8 units long. The longer leg is 1.3 units longer than the shorter leg. Find the lengths of the sides of the triangle? \n" );
document.write( "
Algebra.Com's Answer #23392 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the shorter leg, x. \n" ); document.write( "The longer leg is then x + 1.3. \n" ); document.write( "The Pythagorean Theorem is \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "Now plug in \n" ); document.write( "x^2 + (x + 1.3)^2 = 2.8^2 \n" ); document.write( "x^2 + x^2 + 2.6x + 1.69 = 7.84 \n" ); document.write( "2x^2 + 2.6x - 6.15 = 0 \n" ); document.write( "Since this doesn't factor, you'll have to use the quadriatic formula now, which yields (see if you get this) \n" ); document.write( "x = 1.22 or x = -2.52 \n" ); document.write( "but since distance can't be negative, only x = 1.22 works. \n" ); document.write( " |