document.write( "Question 1144832: The hypotenuse of a right triangle is 26 millimeters. One leg of the right triangle is 10 millimeters. What is the length of the other leg?\r
\n" );
document.write( "\n" );
document.write( " 18 millimeters
\n" );
document.write( " 20 millimeters
\n" );
document.write( " 24 millimeters
\n" );
document.write( " 28 millimeters \n" );
document.write( "
Algebra.Com's Answer #766000 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Pythagoras says: a^2 + b^2 = c^2, where c^2 is the hypotenuse \n" ); document.write( "Using this formula, your problem says: \n" ); document.write( "a^2 + 10^2 = 26^2 \n" ); document.write( "a^2 = 26^2 - 10^2 \n" ); document.write( "a^2 = 676 - 100 \n" ); document.write( "a^2 = 576 \n" ); document.write( "(sqrt a^2) = sqrt 576 \n" ); document.write( "a = 24 \n" ); document.write( " \n" ); document.write( " |