document.write( "Question 39922: If the length of the hypotenuse of a rigth triangle is 15 inches, and the length of one side is 9 inches, what is the length of the other side? \n" ); document.write( "
Algebra.Com's Answer #25409 by fractalier(6550) You can put this solution on YOUR website! 9^2 + x^2 = 15^2 \n" ); document.write( "81 + x^2 = 225 \n" ); document.write( "x^2 = 144 \n" ); document.write( "x = 12 \n" ); document.write( " |