document.write( "Question 1078089: the hypotenuse of a right triangle is 1 inch longer than the longer of the two legs. The shorter leg is 7 inches. Find the length of the hypotenuse \n" ); document.write( "
Algebra.Com's Answer #692554 by themasterofcircuits(27)![]() ![]() You can put this solution on YOUR website! Let b denote the longer leg, a denote the shorter leg, and c denote the hypotenuse \n" ); document.write( " \n" ); document.write( "c=b+1 (1) \n" ); document.write( "a=7 (2) \n" ); document.write( "Pythagorean theorem:a^2+b^2=c^2 (3)\r \n" ); document.write( "\n" ); document.write( "We have 3 equations and only 2 unknowns, so let's solve them:\r \n" ); document.write( "\n" ); document.write( "First, let's solve for b by substituting (1) and (2) into (3):\r \n" ); document.write( "\n" ); document.write( "(7)^2+b^2=(b+1)^2 \n" ); document.write( "49+b^2=b^2+2b+1 \n" ); document.write( "49=2b+1 \n" ); document.write( "2b=48 \n" ); document.write( "b=24\r \n" ); document.write( "\n" ); document.write( "Now we can plug a=7 and b=24 into (3):\r \n" ); document.write( "\n" ); document.write( "c^2=7^2+24^2 \n" ); document.write( "c^2=625 \n" ); document.write( "[c=25]\r \n" ); document.write( "\n" ); document.write( "Hence, the hypotenuse is 25 inches. \n" ); document.write( " |