document.write( "Question 534796: The hypotenuse of a right triangle is 1.3 units long. The longer leg is 0.7 units longer than the shorter leg. Find the lengths of the legs of the triangle.
\n" );
document.write( "All I am able to figure out is the formula to use is a^2 + b^2 = c^2. Please help. I am lost from here.
\n" );
document.write( "Thank you in advance! \n" );
document.write( "
Algebra.Com's Answer #351639 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let shorter leg be x units \n" ); document.write( "longer leg = x+0.7 units\r \n" ); document.write( "\n" ); document.write( "Hypotenuse = 1.3 units\r \n" ); document.write( "\n" ); document.write( "By Pythagoras theorem\r \n" ); document.write( "\n" ); document.write( "x^2+(x+0.7)^2= 1.3^2\r \n" ); document.write( "\n" ); document.write( "x^2+x^2+1.4x+0.49=1.69\r \n" ); document.write( "\n" ); document.write( "2x^2+1.4x-1.2\r \n" ); document.write( "\n" ); document.write( "/2 \n" ); document.write( "x^2+0.7x-0.6=0 \n" ); document.write( "multiply by 10 to eliminate the decimals \n" ); document.write( "10x^2+7x-6=0 \n" ); document.write( "10x^2+12x-5x-6=0 \n" ); document.write( "2x(5x+6)-1(5x+6)=0 \n" ); document.write( "(5x+6)(2x-1)=0 \n" ); document.write( "x=-6/5 OR 1/2\r \n" ); document.write( "\n" ); document.write( "Ignore negative \n" ); document.write( "x=1/2 \n" ); document.write( " |