document.write( "Question 1054238: The shortest side of a right triangle measures 13m. The lengths of the other two sides are consecutive integers. Find the lengths of the other two sides \n" ); document.write( "
Algebra.Com's Answer #669452 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! short side is 13 \n" ); document.write( "other two sides are x and x+1, and the longest is the hypotenuse. \n" ); document.write( "(x+1)^2=x^2+13^2 \n" ); document.write( "x^2+2x+1=x^2+169 \n" ); document.write( "x^2 cancel \n" ); document.write( "2x+1=169 \n" ); document.write( "2x=168 \n" ); document.write( "x=84 m \n" ); document.write( "hypotenuse is 85 m \n" ); document.write( "84^2 is 7056 \n" ); document.write( "85^2=7225 \n" ); document.write( "7056+169=7225, check \n" ); document.write( " |