document.write( "Question 197934: There is a right triangle. The short leg is 7 and the long leg is 10. X is across from the right angle. How do I find X? \n" ); document.write( "
Algebra.Com's Answer #148423 by checkley77(12844) ![]() You can put this solution on YOUR website! The sides of a right triangle are defined by the following formula: \n" ); document.write( "a^2+b^2=C^2 where a & b are the 2 short legs & c is the hypotenuse ( the side opposite the right angle) \n" ); document.write( "7^2+10^2=c^2 \n" ); document.write( "49=100=c^2 \n" ); document.write( "149=c^2 \n" ); document.write( "sqrt149=c \n" ); document.write( "12.2=c ans. \n" ); document.write( "Proof: \n" ); document.write( "49+100=12.2^2 \n" ); document.write( "149~149 \n" ); document.write( " |