document.write( "Question 890162: The shortest side of a right triangle is 7 meters. 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 #538754 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The shortest side of a right triangle is 7 meters. The lengths of the other two sides are consecutive integers. Find the lengths of the other two sides \n" ); document.write( "--------------- \n" ); document.write( "7^2 = 49 \n" ); document.write( "49/2 = 24.5 \n" ); document.write( "--> 24 & 25 \n" ); document.write( "--------- \n" ); document.write( "The hard way: \n" ); document.write( "(x+1)^2 - x^2 = 7^2 \n" ); document.write( " \n" ); document.write( " |