document.write( "Question 285471: What is the missing leg of a right triangle with side measures of 12 and 17?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #207182 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! What is the missing leg of a right triangle with side measures of 12 and 17?\r \n" ); document.write( "\n" ); document.write( "Assuming 17 is the Hypotenuse, if the missing leg has length x then, by the Pythagorean Theorem, we know that:\r \n" ); document.write( "\n" ); document.write( "x^2 + 12^2 = 17^2 \n" ); document.write( "x^2 = 17^2 - 12^2 \n" ); document.write( "x^2 = 289 - 144 \n" ); document.write( "x^2 = 145 \n" ); document.write( "x = sqrt(145) \n" ); document.write( " |