document.write( "Question 260318: If one side of a right triangle is 3 inches and the hypotenuse is 4 inches, how long is the other side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #191744 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If one side of a right triangle is 3 inches and the hypotenuse is 4 inches, how long is the other side of the triangle? \n" ); document.write( "---- \n" ); document.write( "Let the other side be \"x\": \n" ); document.write( "--- \n" ); document.write( "Use Pythagoras to solve for \"x\": \n" ); document.write( "4^2 = 3^2 + x^2 \n" ); document.write( "16 = 9 + x^2 \n" ); document.write( "x^2 = 7 \n" ); document.write( "x = sqrt(7) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |