document.write( "Question 104835: if you are given 2 sides of a right triangle. how can you find the third
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #76303 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the Pythagorean theorem says that the square of the largest side (hypotenuse) is equal to the square of one of the smaller sides added to the square of the other smaller side\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if c is the hypotenuse and a and b are the other sides, a²+b²=c² \n" ); document.write( " |