document.write( "Question 1004126: In a right triangle, the legs have lengths if 8 and 15. What's the perimeter of the triangle
\n" );
document.write( "A. 23
\n" );
document.write( "B. 40
\n" );
document.write( "C. 45
\n" );
document.write( "D. 46 \n" );
document.write( "
Algebra.Com's Answer #620665 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You can use the Pythagorean Theorem to find the hypotenuse... \n" ); document.write( "c^2 = a^2 + b^2 = 8^2 + 15^2 = 64 + 225 = 289 \n" ); document.write( "c = 17 \n" ); document.write( "The perimeter is then \n" ); document.write( "8 + 15 + 17 = 40 \n" ); document.write( "Choice B. \n" ); document.write( " |