document.write( "Question 1004932: how do i find a side of a triangle that has only the hypotenuse and a 90 degree angle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621270 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! suppose that the triangle is an isosceles right triangle, then we know \n" ); document.write( "s^2 + s^2 = h^2 where s is the length of a side and h is the length of the hypotenuse \n" ); document.write( "2s^2 = h^2 \n" ); document.write( "s^2 = h^2 / 2 \n" ); document.write( "s = h / sqrt(2) \n" ); document.write( " \n" ); document.write( " |