document.write( "Question 323986: The shortest leg of a right triangle is 2 less than the hypotenuse and the hypotenuse is one longer than the longest leg right in quadratic equation form
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231869 by mananth(16946)![]() ![]() You can put this solution on YOUR website! longest leg be x \n" ); document.write( "hypotenuse= x+1 \n" ); document.write( "shortest leg = x-2 \n" ); document.write( ".. \n" ); document.write( "x^2+(x-2)^2= (x+1)^2 \n" ); document.write( " |